Question
Determining when IWDG has timed out
Posted on November 10, 2013 at 00:52
Hi Forum,
I need to determine if the IWDG has timed out. After the board resets, can I determine this by checking a flag e.g. if (RCC_GetFlagStatus(RCC_FLAG_IWDGRST) != RESET) // IWDG has reset or if I know that IWDG is about to timeout I can set a flag in flash that I can check after reboot. How can I check if IWDG is about to time out? Many Thanks Bob