DBGMCU_Config(DBGMCU_IWDG_STOP, ENABLE);DBGMCU_Config(DBGMCU_WWDG_STOP, ENABLE);DBGMCU_...
values:●DBGMCU_SLEEP:Keep debugger connection during SLEEP mode ●DBGMCU_STOP:Keep debugger connection during STOP mode ●DBGMCU_STANDBY:Keep debugger connection during STANDBY mode NewState,:new state of the specified low power mode in Debug mode.This parameter can be:ENABLE or DISABLE.
#define DBGMCU_IWDG_STOP ((uint32_t)0x00001000) Definition at line 63 of file stm32f2xx_dbgmcu.h. #define DBGMCU_I2C1_ 1_SMBUS_TIMEOUT ((uint32_t)0x00200000)Definition at line 64 of file stm32f2xx_dbgmcu.h. #define DBGMCU_I2C2_SMBUS_TIMEOUT ((uint32_t)0x00400000) Definitio...
DBGMCU_RTC_STOP: RTC Wakeup counter stopped when Core is halted. DBGMCU_WWDG_STOP: Debug WWDG stopped when Core is halted DBGMCU_IWDG_STOP: Debug IWDG stopped when Core is halted DBGMCU_I2C1_SMBUS_TIMEOUT: I2C1 SMBUS timeout mode stopped when Core is halted ...