Search found 11 matches

by PK
Wed Jun 03, 2009 10:27 pm
Forum: FV-1 software questions
Topic: CHO SOF
Replies: 6
Views: 9700

No problem. I understand. It's been one of those weeks for me too. There are plenty of other pieces of code to work on in the mean time. Next task is to rig together an I2C interface to burn EEPROMs and test out the potential "cho rdal,rptr2" instruction. If I find anything useful, I'll po...
by PK
Sun May 31, 2009 8:42 am
Forum: FV-1 software questions
Topic: CHO SOF
Replies: 6
Views: 9700

No worries on the tiny delay. It's fantastic to amazing that the designers are available so readily. I figured out the format the assembler is using for operand 4 (which seems to be 'inert' in the coded instruction) but am still looking for analogs of CHO RDAL. I know CHO RDAL, COSx was added as a r...
by PK
Thu May 28, 2009 9:38 pm
Forum: FV-1 software questions
Topic: CHO SOF
Replies: 6
Views: 9700

OK, now I see that the 4th operand is assembled as a 15 bit address from a positive fraction. Negative values are treated as 1-value.
by PK
Thu May 28, 2009 7:40 pm
Forum: FV-1 software questions
Topic: CHO SOF
Replies: 6
Views: 9700

CHO SOF

I'm having some trouble with the CHO SOF instruction. The format of the instruction is inconsistent. The knowledge base section of the Spin Web site lists the format as: cho sof,rmp1,na ;multiply ACC value by ramp1 crossfade value If you enter that into the assembler it will complain with: <0000>[ P...
by PK
Tue May 12, 2009 6:23 am
Forum: FV-1 software questions
Topic: skp always
Replies: 6
Views: 11929

No cap on pin 9, there's some flux from the X2 connections touching the DVDD supply and GND, and I'm in a marine environment. That seems a much more likely cause than Elvis.

Thank you, Frank. I will mail you directly if I see the behavior again.
by PK
Mon May 11, 2009 8:22 pm
Forum: FV-1 software questions
Topic: skp always
Replies: 6
Views: 11929

Your test code operates perfectly here. :? I know something was happening... thinking more about it, the Dev board was power cycled but the PC only gets restarted every few days so I'm wondering if something may have confused some XP assembler support DLL. I've also seen some odd behavior if my fing...
by PK
Mon May 11, 2009 12:10 pm
Forum: FV-1 software questions
Topic: skp always
Replies: 6
Views: 11929

I apologize for not taking a snapshot of things while they were failing. The assembler's trait of saving the current file in the editor for assembly makes it less easy to keep copies of older iterations. Until I can do better, here is the snippet where I experienced the failure twice. The first time...
by PK
Sun May 10, 2009 8:03 am
Forum: FV-1 software questions
Topic: skp always
Replies: 6
Views: 11929

skp always

Because of the lack of a " skp greater_than_zero " or a " skp not_zero " test condition, I've used a work-around that utilizes " skp run " as a pseudo-branch in a few pieces of code. Twice now I've had code where the skip was not being taken at runtime after the first p...
by PK
Fri Feb 13, 2009 9:45 pm
Forum: FV-1 software questions
Topic: CHO RDAL options?
Replies: 1
Views: 5875

CHO RDAL options?

I need to get the RPTR2 version of RMPx in the accumulator. I see in the assembler documentation that the CHO RDAL,COSx instructions were added in a revision. Thinking of that and looking at the hex dump from the assembler it appears the CHO RDAL instruction might have the same control flags availab...
by PK
Fri Feb 13, 2009 8:49 pm
Forum: FV-1 software questions
Topic: Need for WLDS / WLDR ?
Replies: 15
Views: 25543

Thanks! :D
by PK
Thu Feb 12, 2009 11:05 am
Forum: FV-1 software questions
Topic: Need for WLDS / WLDR ?
Replies: 15
Views: 25543

Need for WLDS / WLDR ?

Frank & Keith, Congratulations and thank you for such a great chip. I have written dozens of pieces of code and look forward to some commercial offerings around the FV-1 soon. I feel like the FV-1 is the first DSP I could really dig into with complete ease. My questions have to do with LFO setup...