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...