STM32F405 using STLIBF4 v1.4.0Near the beginning of my code, I enable the windowed watchdog withWWDG_Enable() Shortly thereafter, I have a conditional block that executes only if the windowed watchdog is enabled, i.e.if ((WWDG->CR & WWDG_CR_WDGA) != ...