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.

LAUNCHXL-F28379D: Preserving data through Watchdog Reset

Part Number: LAUNCHXL-F28379D
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?