cancel
Showing results for 
Search instead for 
Did you mean: 

hello, We are trying to put STM32L053R8 module into SLEEP mode. We are using standard codes provided by ST. As per datasheet, the current consumption should be 656uA (41uA/MHz). The consumption we are getting is around 1000 uA. Please help.

dkuma.1
Associate II

We are using NUCLEO-L053R8 board for testing. We are measuring the current through JP6 (IDD)

4 REPLIES 4

Try it without debugger.running/connected.

JW

MM..1
Chief II

Standard codes??? You can do more mistakes, enable debug in low power mode is primary.

Leave some interrupt wake from sleep periodic usw.

You might need to move beyond the standard codes / examples, and better understand the mechanics and the documentation. For low power operation you're going to need to own the operation and functionality, you can't defer that responsibility and be successful at it.

Frequently current draw comes from the things you have attached.

Secondarily from the processor not sleeping or doing what you wanted.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
dkuma.1
Associate II

Hello everyone,

Thanks for quick response....

Actually I want to make a coin cell operated device using "STM32L053R8" to update the temperature and other things status in every 30 seconds using RF.

So, which low power mode is better for longer battery life and how can implement?

Please help me.....