We have implemented a watchdog timer that will reset the CPU if it is not serviced within 250ms. I can read the watchdog status register upon reset and figure out that it barked. But that does not help me to find out the cause. Can I intercept the NMI hander that resets the CPU and store away the PC in flash at this point? Where whould I find this NMI handler?
Thanks in advance.