Skip to main content
Associate III
February 9, 2023
Question

how to check the watch dog timer?

  • February 9, 2023
  • 2 replies
  • 672 views

I'm using watch dog timer with STM32F103C8T6. how i check watch dog timer is working or not working.

This topic has been closed for replies.

2 replies

waclawek.jan
Super User
February 9, 2023

Write code where execution ends deliberately in an infinite loop, and observe, if watchdog reset occurs.

JW

Associate III
February 9, 2023

@Community member​ Thank you for your comment. Any another method is there?