Other Parts Discussed in Thread: EK-TM4C123GXL
Hi All,
I'am using EK-tm4c1294xl Launchpad. I want to store the ADC data into a pen drive . Initially i was working on SD card( also implemented it) but I thought storing data in pen drive is easier for users than a SD card.
My first concern is likewise in SD Card I had to specify the SPI pins & connections in mmc-ek-tm4c129xl.c file , However in USB I guess the pins & communication mode is UART. So , Do I have to define pins for VBUS,D+,D- ,GND?
Secondly, Is there any reference code for writing data to USB.
I went through the USB_HOST_MSC.c file but it is for reading the data.I already tried the USB_DEV_BULK example and successfully implemented it.
kindly guide me from where to start.