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.
Hi, I am developing a USB Host application in the above board. I need some help writing the USB Device class software for communicating with a memory stick. Could you please help me ?
Hello Karthik,
I am sorry we don't have example code for USB host. The USB host module used on Hercules device is same as the USB Host module on OMP13x device.
For OMAPL138, there is a sample source code for USB host mode and USB device mode.You can refer to the OMAPL138 starterware package.
It has the following examples for USB Host.
usb_host_kb -- Can connect the USB keyboard as a USB device to the OMAPL138 acting as a host.
usb_host_mouse - Can connect USB Mouse
usb_host_msc - Can Connect USB pendrive.