User Activity

Hi all - Happy NY!I've a stm32H743ZI2 (nucleo) and am using the following code to init the IWDG   __HAL_RCC_WWDG1_CLK_ENABLE();   __HAL_DBGMCU_FREEZE_IWDG1(); //not working!!!?   // Reload = (LsiFreq(Hz) * Timeout(ms)) / (prescaler * 1000)   hiwdg.In...