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.

how to create text file in CD card using Tiva Controller?

Hi,

I am very new to ARM controller.

In my application, i have to read data from SPI port, and then store this data in text file.

This text file should be either in SD card or USB stick, so using controller i have to create the file and store the 16bit data to it sequentially.

Can any one help me?, is it possible to do this with Tiva controller?, some example is available?