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.
Tool/software:
Hello,
I need to develop an application that allows to use usb communication with another device, so that the EK-TM4C1294XL would be the host.
I think it can be an example of CDC ( Communications Device Class ) but I am not sure.
If you can tell me if there are any TIVA examples that I can start working on or any documentation, as the only examples I have found are for using the EK-TM4C1294XL as a controller for a usb_host_keyboard, usb_host_mouse and usb_host_msc.
Thanks in advance
Hi,
Here is an unpublished USB CDC example for host mode without comprehensive validation. I hope it will give a head start and please understand that I cannot support this example. There’s a read me file with detailed instructions, it’s a little elaborate to set as you need to add a file and re-build usblib as well as be able to connect two LaunchPads together through the Target USB sides.