I enabled WWDG on the MX and there were no other settings. MX_WWDG_Init(); As the function executes, the CPU resets, and when I look closely, I see that __HAL_RCC_WWDG_CLK_ENABLE(); As soon as the function runs, the CPU is reset. What should I do?Bel...