2023-06-23 07:29 AM
Behaviour of WWDG on STM32L071KZUx.
2023-06-24 12:03 AM
> How to fix this issue ?
Set the watchdog to a longer-than-120ms period?
Split the wait to several shorter waits and refresh the watchdog in between?
JW
2023-07-03 02:40 AM
Hello @VSoun.1 ,
If the Early Wakeup Callback is triggered, that means you aren't refreshing the WWDG in the right window. You must set the WWDG with the following formulas :
You can use the HAL & Low-layer drivers, here is the user manual for the STM32L0.
The "Getting started with WDG" on the MCU wiki is available here for additional information.
You can also find details in the chapter 21 named "System window watchdog" in the reference manual here.
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.