STM32L433 IWDG wakes up from SHUTDOWN Mode
In my use-case i want to have a watch-dog active when the device is in use to prevent software stucks or accidental ending in endless loops. Therefore i have configured the IWDG like this:void hw_IWDG_Init(void){ IwdgHandle.Instance = IWDG; IwdgH...