Hello everyone,
I am using TM4C123g evaluation board. It takes only 2 or 3 minutes to fill up the flash memory when I save 9-axis accelerometer data in the flash memory. I want to save the data in SD card in the format that used to store data in PC. I have also checked that there is example for SD card which is only to read data. Another applications are USB mass storage. But these are all separate application or example and I think not suitable for my problem.
However, the evaluation board has come up with a default application that can display or store in flash or save to PC 9-axis data. What I am trying is that to store the data in SD card in comma separated value (csv) format. Can anyone please help me with this problem.
Thanks