Controller reset every 500 ms periodically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
IWDG-WWDG
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-05 5:07 AM
Apparently hardware watchdog in all M4 controllers are activated by default in optional byte ...
Thanks for replying... problem is solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-25 3: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-05 5:07 AM
Apparently hardware watchdog in all M4 controllers are activated by default in optional byte ...
Thanks for replying... problem is solved.
