I'm attempting to port the EZDSP_AudioFilter code (found here: http://code.google.com/p/c5505-ezdsp/) to the c5535 eZDSP board. The Example code provided on the "Porting C5000 Teaching ROM to C5535 eZdsp" page (http://processors.wiki.ti.com/index.php/Porting_C5000_Teaching_ROM_to_C5535_eZdsp) seems to apply to only polled mode. I'm not sure what values to change in the AudioFilter code to make i2s2 point to DMA. It looks like I need to modify "set_dma0_ch0_i2s0_Lout" and the related functions in dma_bypass1.c, but I am unsure what to set it to. I would assume that once I get i2s2 copying to memory, the rest of the code should remain unchanged, but I may be wrong. Any help is appreciated.
Hello William,
I'm currently trying to do the exact same thing, and I'm stuck with a bunch of assembler errors.
That's why I wanted to ask if you have been successful in your attempts and if you could share the ported project.
Thanks in advance!
Florian
Im trying to do something similar, and would also appreciate an update!Thanks!Nate
Nathan Zorndorf---------------------------------------------------------------------Information:Using the C5535 eZdsp.Code Composer Studio Version: 4.2.4.00033 Using CSL v3.01 and DSP lib v3.00