Part Number: CCSTUDIO
Tool/software: Code Composer Studio
Hi there,
I correctly tested the CSL USB CDC example and now I want to import that module on my project using DSP-Bios.
I can't let it work and the problem seems to be on the interrupt vector allocation.
if I comment the line "IRQ_setVecs((Uint32)(&VECSTART));" the dsp-bios works but the USB driver doesn't.
If I use the function IRQ_setVecs((Uint32)(&VECSTART)) the DSP-bios doesn' work.
I noticed that on the CSL example the vector location has a different address compared to the one defined by dsp-bios.
How can I use CSL with dsp-bios on this application?
Where can I find examples with CSL used on DSP -Bios?
I already used CSL UART on a dsp-bios project and there I have no problem!
Thank you
Stefano