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.

TMS320C5535: TMS320C5535 USB_DMA_Example

Part Number: TMS320C5535

Hello,

I want to configure USB on DMA for my application. What I need is, I want to send bulk data to Host PC from TMS320C5535 DSP using USB interface. For that I am using CSL_USB_DmaExample example code from TI. In that I am able to connect to the host PC but the USB enumeration does not take place and I am getting an error of invalid device descriptors. I verified the device descriptors those are defined true. The USB transfer function (USB_postTransaction) tries to send the device descriptors 4 times but after 4th try it fails in enumeration.

The USB operating mode is usbConfig.opMode = CSL_USB_OPMODE_DMA;

Please help me to solve this issue.

Thanks Kishan.