This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

My sleep current is 20 micro Amps, How will I decrease to less consumption?

I am using power_manage function to keep low power sleep mode. And I used below peripherals in code,

  1. SPI master, SPI master is disabling when ever I am not using.
  2. Timer given in the example codes, i.e RTC1 timer and it will give 1 second timer interrupt.
  3. BLE connection mode. It will advertise connection packet for every 1 second.
  4. All unused GPIO pins configured as Output with pull down enabled, I tried all other ways this is the best I get in sense of less power consumption.

Based on these inputs can you please suggest, what is the reason of 20 micro Amps power consumption when CPU is in sleep?

Related