cancel
Showing results for 
Search instead for 
Did you mean: 

I am developing a product with a circuit using STM32L073RZT6. It is planned to be 3μA in the circuit design in STOP mode, but it can only drop to 40μA.

YHara.1
Associate II

"When STOP mode is executed using the sample code of STM32CubeL0, the power consumption can be suppressed to 1 ~ 2uA, but it is the most consumed when the alarm and GPIO are enabled and the recovery from STOP mode is enabled. How can I reduce power consumption?

1 ACCEPTED SOLUTION

Accepted Solutions
Bubbles
ST Employee

Hello @YHara.1​ ,

there can be several reasons for the increased consumption. Most common cause is that the debug interface remains active. By putting all unused GPIO, including debug interface, to analog state, the problem is usually solved. Check the PWR examples from the Cube package. AN4445 may also help.

Rgds,

J

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Bubbles
ST Employee

Hello @YHara.1​ ,

there can be several reasons for the increased consumption. Most common cause is that the debug interface remains active. By putting all unused GPIO, including debug interface, to analog state, the problem is usually solved. Check the PWR examples from the Cube package. AN4445 may also help.

Rgds,

J

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Thank you for the immediate reply.

I will check it.

by Y.Hara​