This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CCSTUDIO: USB module C5515/C5517 differences

Part Number: CCSTUDIO


Tool/software: Code Composer Studio

Hi,

I'm developing an USB application for C5517 device using CSL 3.04, CCS5

I noticed that the same project correctly works on a C5515 device, but if I move it on a C5517 device (same hardware) the USB enumeration doesn't correctly work.

My application uses a CDC USB connection, on a DSP-Bios project.

Using CSL and properly declaring the C5517 defines on csl_general.h file, are there differences between the C5517 and C5515 devices that should be considered on the development?

If I have a working CDC USB project for a C5515 device, what should I do if I want to move the same project on a C5517 device?

Thank you

Regards