Skip to main content
dkuma.1
Associate II
July 22, 2022
Question

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.

  • July 22, 2022
  • 4 replies
  • 883 views

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

    This topic has been closed for replies.

    4 replies

    waclawek.jan
    Super User
    July 22, 2022

    Try it without debugger.running/connected.

    JW

    MM..1
    Chief III
    July 22, 2022

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

    Leave some interrupt wake from sleep periodic usw.

    Tesla DeLorean
    Guru
    July 22, 2022

    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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
    dkuma.1
    dkuma.1Author
    Associate II
    July 25, 2022

    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.....