after I run the USB_bulk_example, the board recognized as generic bulk device in device manager. how can I find the source code for that in code composer ?
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.
after I run the USB_bulk_example, the board recognized as generic bulk device in device manager. how can I find the source code for that in code composer ?
Hi,
Not sure exactly what source code you are looking for. The usb_dev_bulk example source code in the directory of C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c123gxl\usb_dev_bulk. Look at all the .c files in the directory. Start with usb_dev_bulk.c file.
The usb library for which the example is based on can be found at C:\ti\TivaWare_C_Series-2.2.0.295\usblib