User Activity

I'm trying to test the window watchdog timer but when I'm calling HAL_WWDG_Init(), it redirects to reset handler and whole system restarts. Below is my code, I'm showing here only important lines./******************************************/WWDG_Ha...
I'm trying to initialize windowed watchdog and get to work done in STM32F4 discovery board. I've a couple of doubts, my system is not getting reset because of timeout when I'm trying to use debugger to debug it get stuck in an infinite loop.My printf...