Hello,
I'm looking for a RAM location on the MCU that I can use to store an "External WDT Test in Progress" flag. I plan on adding code to sys_startup.c in User Code block 23 that will detect when our external WDT has tripped and caused a warm reset. Part of that code will be a test to set a flag and force a WDT trip.
My question is about the register FBPARERR. The TRM says this register will never be reset by a power-on reset nor any other reset source. It also indicates the value after reset is Indeterminate. Does Indeterminate in this case mean the value is unchanged and survives a warm reset?
Thanks, Charlie Johnston