Skip to main content
Maxim Shylo
Associate II
June 19, 2022
Question

How can I to debug STM32WB5MMGH6TR module in STOP2 mode. I use HAL_DBGMCU_EnableDBGStopMode() but my ST-LINK debugger lost connection with module.

  • June 19, 2022
  • 1 reply
  • 1763 views

0693W00000NsFT8QAN.png

This topic has been closed for replies.

1 reply

Remy ISSALYS
Technical Moderator
June 27, 2022

Hello,

Can you check if the following define is set to 1 in app_conf.h ?

#define CFG_DEBUGGER_SUPPORTED 1

Best Regards

Maxim Shylo
Associate II
June 28, 2022

0693W00000Nss9lQAB.png