STM32F7 WWDG usable with HAL busy waits and long timeouts?
I have a C project on an STM32F745 that uses various HAL libraries.Today I have enabled the WWDG (Windowed Watchdog.) I set the registers directly as I find that easier to understand and did this right at the start of main() to offer best protection ...