2023-02-10 11:09 PM
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.
2023-10-18 04:51 AM
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.