Question
Watchdog timer problem
Posted on March 22, 2013 at 11:27
Hi, I am using the STM32L151VB in a custom board. The problem I have is with the watchdog timer. The maximum time out is too less for me to do anything that I intend to. Right now I am using the TIM4 timer for a longer timeout duration. When I encounter the TIM4 interrupt I reset my program. Is this safe? What are the possible ways of this workaround failing?
#stm32-stm32l151 #stm32