Why doesn't stm32f7xx_hal_wwdg.c/.h contain HAL_WWDG_Start()?
I'm using STM32CubeMX Version 5.0.0 and am trying to get the WWDG (Windowed Watchdog) working on a F7 series MCU.The STM32Cube code did not appear to function. It only initialized the WWDG, but nothing more. I searched online and found that others we...