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-TM4C129EXL: EK-TM4C129EXL USB-STICK: Create file and write data

Part Number: EK-TM4C129EXL

Hello,

I have an EK-TM4C129EXL board and have loaded the usb_stick_update project. I can save a xxx.bin file to the USB stick (with PC) and perform a firmware update (EK-TM4C129EXL).

Now I'm looking for a way to create a new file on the USB stick and write data into the new file.

Unfortunately, there is no example project for this and therefore I hope to find a solution in this forum.

  • Have you looked at the example in:
    C:\ti\TivaWare_C_Series-2.1.4.178\examples\boards\ek-tm4c129exl\usb_host_msc
    This example does not write to a binary file, but it does show using FatFs to read from a file. That should be a good starting point for you.