2023-02-09 01:37 AM
I'm using watch dog timer with STM32F103C8T6. how i check watch dog timer is working or not working.
2023-02-09 01:44 AM
Write code where execution ends deliberately in an infinite loop, and observe, if watchdog reset occurs.
JW
2023-02-09 02:32 AM
@Community member Thank you for your comment. Any another method is there?