2020-03-25 12:41 PM
I am working on stm32f429 and micro controller reset every 500 ms, iwdg is not active but, it seems, it is activated by hardware or something which force cpu reset.
How can i get rid of this?
Please help,
BR,
Solved! Go to Solution.
2020-04-05 05:07 AM
Apparently hardware watchdog in all M4 controllers are activated by default in optional byte ...
Thanks for replying... problem is solved.
2020-03-25 12:51 PM
>>How can i get rid of this?
Diagnose the underlying problem?
Scope the NRST pin, the VCAP and VDDA supply pins.
Check for external sources connected or sharing the NRST
Does the problem occur with a simple LED Blinky program?
Is this something that started occurring recently, with specific new code or function?
ST-LINK? DISCO/NUCLEO board? Your own?
2020-03-25 03:14 PM
> it is activated by hardware or something
Why do you think this? Did you look at IWDG registers? If so, they don't set themselves. Something in your code is, so find it.
2020-04-05 05:07 AM
Apparently hardware watchdog in all M4 controllers are activated by default in optional byte ...
Thanks for replying... problem is solved.