Tool/software: Code Composer Studio
Hi everyone,
we are using CCS 10 with:
So we can store some information before performing a re-boot.
We need that when we are about to be reset by watchdog. So to write a certain marker into that section that tells us at following reboot that it was caused by watchdog.
We have some further usecases, like Hardfault, Bios-Assert, etc...
In all those cases it is not save for us to write directly into NVM storage....
Second Use-Case is to write a pattern when the bootloader (BIM) found the current image to be mallicous and falls back to the factory image. So the application can get to know that it was defaulted!