cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F103C8 with Watchdog Timer

Sudhakar.R
Associate III

i try to crash my code to check the watchdog timer is reseting the code or not. for crashing my code i use timer interrupt. i.e

TIM2_IRQHandler()

{

---------------;

---------------;

}

TIM_IRQHandler() instead of TIM2_IRQHandler . so, code will be crash at that time watchdog timer should reset the my code.

how to enable the watchdog timer.

1 REPLY 1
Pierre_Paris
ST Employee

Hello @Sudhakar.R,

Thank you for your question.

The watchdog timer explanation on how to enable and configure it is available in this article named "getting started with WDG".

Best Regards,

Pierre

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.