2016-02-03 03:43 PM
Hello folks,
I have a STM32F429ZG custom board. Occasionally it runs in a faulty state (after several days of running). I believe the stack gets corrupted, somehow.My problem is, I've configured both IWDG and WWDG watchdogs. Neither of them manages to reset the device when the error occurs. I can say for sure, the code that should retrigger the IWDG is not executed in that state. When I force the watchdogs by preventing the retrigger code from execution, (while(1) ...) they working as desired.Which circumstances can prevent both watchdogs from firing?Simliar behavior I've seen with a STM32F103ZG as well. #watchdog #wwdg #iwdg #!stm32f42016-02-03 07:51 PM
Driving NRST externally?
2016-02-03 10:23 PM
2016-02-04 03:20 AM
Please review how to in-line cites