Watchdog restarting issue in STM32MP157.
Hello We are implementing WWDG watchdog in our custom board to cortex-M4 core in cubeIDE tool. We initialise the following registers -> enable the clock to WWDG -> In control register enable the Watchdog enable bit and watchdog counter. -...