Solved
STM32G0 - IWDG
..
..
Hello
I found, certainly related to updating the HAL layers and the configuration of the watchdog IWDG.
it works with:
hiwdg.Init.Prescaler = IWDG_PRESCALER_32;
hiwdg.Init.Window = IWDG_WINDOW;
hiwdg.Init.Reload = 1000;it does not work with:
hiwdg.Init.Prescaler = IWDG_PRESCALER_4;
hiwdg.Init.Window = IWDG_WINDOW;
hiwdg.Init.Reload = 259;For infomormation
#define IWDG_WINDOW IWDG_WINDOW_DISABLEI wished to have a watchdog at 500ms. i
In the good configuration , it is 1s .
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.