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 were using the HAL_WWDG_Start() function. I reviewed the stm32f7xx_hal_wwdg.c/.h files and found no method for starting the watchdog.
I'm a bit confused. Is the driver/library missing code?
Note: While searching online, I found older versions of this same driver/library in GitHub from 2015 that did contain the HAL_WWDG_Start() function.