stm32WB HAL笔记
1、HAL Debug functions(调试功能)
可以在不同模式下使能或者失能调试器
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。This section provides functions allowing to:
• Enable/Disable Debug module during SLEEP mode
• Enable/Disable Debug module during STOP mode
• Enable/Disable Debug module during STANDBY mode
This section contains the following APIs:
• HAL_DBGMCU_EnableDBGSleepMode
• HAL_DBGMCU_DisableDBGSleepMode
• HAL_DBGMCU_EnableDBGStopMode
• HAL_DBGMCU_DisableDBGStopMode
• HAL_DBGMCU_EnableDBGStandbyMode
• HAL_DBGMCU_DisableDBGStandbyMode

更多精彩