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.

TM4C129ENCPDT: TM4C129 USB Bulk device example

Part Number: TM4C129ENCPDT
Other Parts Discussed in Thread: EK-TM4C1294XL

Hello,

I have noticed several detail questions about the USB Bulk device, but cannot find any example for TI-RTOS. Please advise.

Thank you,

Dalibor

  • Hi,

      Here are all the TI-RTOS examples for USB. However, there is no Bulk device example. TI-RTOS USB examples use TivaWare SDK USB library to implement the various device classes. Therefore, you can reference one of the TI-RTOS USB examples (e.g the USB Serial example) and the Non-TI-RTOS TivaWare Bulk Device example to create a TI-RTOS based Bulk device application. The TivaWare Bulk device example can be found at C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl\usb_dev_bulk.