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.

AM3359 (ICE v1) Alternative to EEPROM For Storing Data

Folks,

I have a program that has a counter (0 to ~60000), and this counter needs to be stored in EEPROM. For now, I am storing it every 10000 counts in order to not destroy my EEPROM quickly, but that is not as accurate (e.g., the counter reached 55000, but next time I restart the program, the counter will show 50000 instead).

Is there an alternative in the ICE v1 board for storing data? How about the Flash memory? Are there any TI-RTOS / StarterWare functions that I could use to directly store data in Flash without overwriting the bootloader or anything similar? For example, instead of "EEPROMI2CWriteBus" we have something like "FLASHI2CWriteBus."