How to disbale STM32MCU IWDG Watchdog during debug
This is our production code, I enable IWDG watchdog to avoid program hang. The problem is the watchdog keep trigger during I debug. How to disable the WD during debugging in the setting? Rather than modify the source code.