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 All,
Ima using EK-TM4C1294XL launchpad for my project development. My aim is to store ADC data into a USB stick.
I've tried using USB_HOST_MSC example code , though it is for reading data from USB stick but I've added some code and was able to write data in to USB stick as well.
Now I'am trying to use the code of writing data into my other code in which ADC is capturing data but it is not writing & creating any file to the USB stick. I only want to write the data so I've omitted the reading part of the USB_HOST_MSC code.
kindly help me with which part of the code is to be used only to write data into USB stick.