how to check the watch dog timer?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-09 1:37 AM
I'm using watch dog timer with STM32F103C8T6. how i check watch dog timer is working or not working.
Labels:
- Labels:
-
IWDG-WWDG
-
STM32F1 Series
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-09 1:44 AM
Write code where execution ends deliberately in an infinite loop, and observe, if watchdog reset occurs.
JW
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-09 2:32 AM
@Community member​ Thank you for your comment. Any another method is there?
