Hi. All
Where can I get sample code to store some data in flash so that I can get it back after a power cycle?
Kind regards
Ben
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.
Hi. All
Where can I get sample code to store some data in flash so that I can get it back after a power cycle?
Kind regards
Ben
I also presume that you meant the internal flash and not some external that you can communicate with using SPI or I2C.
I have found some links to previous forum posts for you:
It talks about the CCFG memory which is the last page of the Flash space, but it also has an example which seem to be generic for the flash memory.
e2e.ti.com/.../517506
Here's another one which guides towardsd using the NVS functions:
e2e.ti.com/.../1816378
Hope this helps.