I want to store some variables in flash memory of CC3200. Currently I am doing it with .txt file format. I am completely unaware of this approach regarding life time of flash memory. How does this approach affect the life cycle of flash memory?? Is there any other file extension can be used to store variable rather .txt?
Is it possible to develop an key-value kind of algorithm with CC3200 flash memory?? In brief, one dedicated key is defined for variable and variable is modify (read, write) using that key (kind of shared preferences in android).
It would be highly appreciated if one can share some idea ,technique or algorithm for storing variables in CC3200 flash??