I am using Nucleo-G031K board and attempt to set IWDG timeout to max value of ~32s. Got hard fault. Here is the code. Any idea? iwdg_hIwdg.Instance = IWDG; iwdg_hIwdg.Init.Prescaler = IWDG_PRESCALER_256; iwdg_hIwdg.Init.Window = IWDG_WINDOW_DISABLE;...