Hello,
I am using a KEAZ128 MCU. I am working on the watchdog, and would like to conditionally do some things depend on whether a POR or watchdog reset has occurred. I attempted to use the Watchdog flag (WDOG_CS2_FLG) at system initialization to catch this condition, but I cannot get WDOG_CS2_FLG =1. It's always 0. Does this flag only persist during the 128 bus clock cycles before reset? I am able to set a RAM variable to a particular value and catch this, but not the flag.
Any instructions or recommendations are greatly appreciated.
Robert