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.

CC2540 dongle - USB descriptors

Other Parts Discussed in Thread: CC2540

Dear all

I'm going to develop a BLE central that connects to a known BLE custom profile on one side, and connects to USB (not CDC) to the computer side, as a USB device.

From what I found until now, the closer project available in TI stack is hostTestApp (BLE central to/from USB CDC).

I would like to replace the CDC USB descriptors of this project to my own USB descriptors, as well as implement the TX/RX to/from USB. 

Can someone here point me to the correct files where are described the USB CDC descriptors as well as the TX/RX functions to send/receive to/from USB ?

Thanks to all