What's wrong with this WWDG initialization code?
Based on the info in the STM32 reference manual, I would have thought this code to start up the WWDG would work (after processor reset). // sets up the WWDG with a period of about 1 sec, no lower limit inline void StartWwdg() { LL_APB1_GRP1_EnableC...