Question
Independent Watchdog Freezing in debug mode
Hello everyone,
I have to freeze watchdog during debug mode because it geneates problems (the same old story).
I tried to use __HAL_DBGMCU_FREEZE_IWDG(); before main loop, but this is not the right solution.
Have some tips?
Best regards
PS: I use an STM32F303 and I generate code using CubeMx tool.
My toolchain is Atollic TrueSTUDIO
