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.

TMS320F28388D: Does the Linux C2000Ware provide USB device driver examples for F28388D MCUs?

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Hi,

I want to know if the Linux-version of C2000Ware provides examples of USB device drivers in the same way that the Windows version provides sample USB device drivers in <C2000Ware Installation>\utilities\windows_drivers.

Sincerely,

Howard Li

EDIT: The Linux installation of C2000Ware does not include any examples of USB device drivers for a Linux host. Could you suggest some resources for learning how to write a USB device driver for a Linux host?

  • Hi Howard,

    We do not provide Linux drivers for the USB peripheral.   Some of the USB classes should  be automatically recognized by the OS without any drivers (MSC, HID, CDC, etc), while other can be accessed easily via a library like libUSB.   There is a lot of good information regarding USB in Linux on the web which you can refer.

    Best Regards

    Siddharth