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.

EK-TM4C1294XL: write text file in to pendrive using onboard USB.

Part Number: EK-TM4C1294XL

Dear all,

I am beginner over here using out TI controller for the 1st time. I am stuck at one point where i want to write a text file inside pendrive using a USB port. Can you please guide me on this with any examples that you have for writing in to pendrive. 

  • Hello Sachin,

    I don't think we have anything quite like that, but I might be able to give a few pointers on how to handle the file transfer piece.

    How do you want to pass the text file into the TM4C device? Like over what interface or from what hardware? (i.e. over UART from PC?)

    For the USB pen drive piece, you can look at the usb_host_msc example project which reads data from a USB flash drive. You can build from there.