I want to add CDC in an UVC project,but i'm not sure where to add the CDC descriptors.when put them into CyFxUSBDeviceDscr[]{...} and CyFxUSBHSConfigDscr[] {...}, the FX3 equipment can't emunerate right,and the virtual serial port and FX3 equipment can't

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
1 Solution
Rashi_Vatsa
Moderator
Moderator
Moderator
5 likes given 500 solutions authored 1000 replies posted

Hello,

Please refer to this thread Add CDC device to UVC . The attached firmware is for CX3. You need to make similar changes to the FX3 firmware and follow the steps after programming the firmware to fx3

The changes for adding CDC device are done:

- Adding the descriptors in .dscr file

- Created a thread for CDC application

- Handling of CDC class requests

- Creating DMA channel for transfers UART to USB

Please let me know if you have some problem

Regards,

Rashi

Regards,
Rashi

View solution in original post

0 Likes
2 Replies
Rashi_Vatsa
Moderator
Moderator
Moderator
5 likes given 500 solutions authored 1000 replies posted

Hello,

Please refer to this thread Add CDC device to UVC . The attached firmware is for CX3. You need to make similar changes to the FX3 firmware and follow the steps after programming the firmware to fx3

The changes for adding CDC device are done:

- Adding the descriptors in .dscr file

- Created a thread for CDC application

- Handling of CDC class requests

- Creating DMA channel for transfers UART to USB

Please let me know if you have some problem

Regards,

Rashi

Regards,
Rashi
0 Likes