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.
Hello,
Is anyone aware of any USB host CDC code examples available for the EK-LM4F232 ? Something like USB host – UART converter would be perfect.
Thanks,
Jackie
Don't TI have internal records of these things?
http://e2e.ti.com/support/microcontrollers/stellaris_arm/f/471/p/159850/892327.aspx#892327
Hi Jackie,
Andy was right. I made an example for USB-Host FTDI which can be found here:
http://processors.wiki.ti.com/index.php/Stellaris_-_USB_Host_FTDI
However please notice that FTDI is not working with standard USB CDC class. Instead it is using its own proprietary protocol which i refer from the open source libFTDI project.