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

NRF53 High power consumption on in power_off state - Zephyr

Hi

I've run up the system_off sample (samples/boards/nrf/system_off) and I can see chip fall into deep sleep, but deep sleep still seems to be sitting at 152 microamps, which seems to be quite high?

Below are the usage screenshots, first one showing dropping from active to power_off state, and the second showing the consumption over 30 seconds in power_off state

Drop to power_off state

power off state

I have tried turning off UART, as this could be a possible cause of consumption in power_off state. I know that it is not waking up out of power_off state because I can see that in the consumption, but it is still using power.

Why is it still using this much power?

Parents Reply
  • Appreciate your help - I'm actually running it on NRF52 DK and only have access to NRF52 chips now but I had the same result on a borrowed NRF53 chip hence this ticket.
    It is the NRF52 DK v1.2.4 (2019.8)

    - I have also tried this on the NRF52832 Raytac Development Board and had the same result. Schematic is here: https://www.raytac.com/product/ins.php?index_id=82
    - I have also been testing this on a barebones board with an nrf52832 chip only (no external crystal)
    - I am also going to soon try this with a custom board with an external crystal so I will be able to provide a schematic for that when I get it. This will be NRF52 as well.

    I'm measuring the current going through the external supply header as you mentioned, but I unplug the USB, but I see what you mean regarding consumption with other things on the DK.
    The original code did not configure GPIO's - just simply tried to put the chip in system off state

Children
Related