cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WL Shutdown mode

onass
Associate III

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?

1 ACCEPTED SOLUTION

Accepted Solutions
onass
Associate III

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

 

View solution in original post

3 REPLIES 3
Imen.D
ST Employee

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".
Thanks
Imen
Imen.D
ST Employee

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".
Thanks
Imen
onass
Associate III

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