Other Parts Discussed in Thread: C2000WARE
I need to keep some data (~8 bytes worth) through a watchdog reset.
I've tried using the persistent pragma directive to store the persistent data in RAM, but the directive only works in EABI mode. As I need to perform flashing, and the TI F021 flash library(as of C2000Ware v1.06) is distributed in COFF format, I cannot compile my program in EABI mode.
How can I preserve the data through a watchdog reset?