STM32F107 IWDG does not make a reset
Posted on December 12, 2011 at 16:08Hello, I'm using the ST libraries to initialize the IWDG with following code: IWDG_WriteAccessCmd(IWDG_WriteAccess_Enable); IWDG_SetPrescaler(IWDG_Prescaler_128); IWDG_SetReload(0x400); IWDG_ReloadCounter(...