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.
I am trying to use a memory location for preserving some state after a watch dog reset. I noticed during debug that all memory contents, at least M0, M1, are reset to zero. Is there a location that can be used for such a purpose?
I thought 0x0000 would be a good choice since the TI boot does not touch that location but it doesn't work.
Yes, there is limitation on read/write cycles for flash. If you are not using HIBERNATE feature on this device then you can use "IORESTOREADDR" register. It has only 22bits though. I hope that is enough.
Regards,
Vivek Singh