Skip to main content
Associate III
March 12, 2026
Solved

STM32WL Shutdown mode

  • March 12, 2026
  • 3 replies
  • 202 views

I am experiencing difficulty getting the NUCLEO-WL55JC1 to properly enter Shutdown mode.

In some cases, the device appears to enter Shutdown mode but exits immediately. In other cases, it remains in Shutdown mode, but the current consumption is approximately 1 mA.

The procedure I am using to enter Shutdown mode is straightforward, yet the behavior does not seem correct.

Could you please advise on possible causes or recommended debugging steps for this issue?

Best answer by onass

Hello @Imen.D 

Thanks for your reply,

My problem was that I did not disable debug in low power modes option in the debug configuration,

Once debug was disabled in low power modes, everything worked perfectly

 

3 replies

Technical Moderator
March 13, 2026

Hello @onass 

Did you check if your case is related to the known limitation documented in the errata sheet?

Screenshot 2026-03-13 144425.png

"When your question is answered, please close this topic by clicking ""Accept as Solution"".ThanksImen"
Technical Moderator
March 30, 2026

Hi @onass ,

Hope that I've answered your question. If this the case, please close this post by clicking "Accept as Solution" button on my reply. This will help other members of the community find this response more quickly.

"When your question is answered, please close this topic by clicking ""Accept as Solution"".ThanksImen"
onassAuthorBest answer
Associate III
March 30, 2026

Hello @Imen.D 

Thanks for your reply,

My problem was that I did not disable debug in low power modes option in the debug configuration,

Once debug was disabled in low power modes, everything worked perfectly