How to analyze the cause of independent Watchdog Reset
Hello Community,
I use the IWDG of a STM32F429. My application is relatively simple. Two valves are controlled and data is sent via UART (non-blocking). Nevertheless, I notice at random times a reset of the controller by the watchdog. The window watchdog apparently owns a notification possibility via Early Wakeup Interrupt (EWI). Such a feature does not seem to exist in the IWDG. I wonder what is now available as an option to determine the function with the longest execution time without having to trace everywhere. Is there a way to know where the controller is just before the reset? Does ST already offer some kind of instrumentation?
