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.

Data Logger Application: getting started with reading from flash



The data logger application for board LM4f232 is running fine. Now I am trying to save the accelerometer data into the internal flash, the option for which is given in the application. After saving the data I want to copy the data from the Flash to the PC. I will appreciate if someone can give me links to user manuals/datasheets and sample code which I have to read for writing a program for reading data from flash memory.  

  • Hello Heshsham,

    In the qs-logger program (the LM4f232 quick start app) there is a flashstoresave function. This function reads from flash and stores it to an external USB flash devices. This   is an example of how to read the internal flash. 

    Hope this helps,

    Sheldon