High Power consumption issue in Nrf54L15 during system off (low power state)

Hi,

I am facing a power consumption issue with the nRF54L15 (BM15C SoC) in deep sleep (System OFF / low-power state). The measured current consumption is approximately 221.6 µA.

I am using the System OFF sample from the nRF Connect SDK:
https://github.com/nrfconnect/sdk-zephyr/tree/ncs-v3.2.2/samples/boards/nordic/system_off/

This value appears significantly higher than expected based on the datasheet:
https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/chapters/current_consumption/doc/current_consumption.html

We recently migrated the hardware from an ESP32-C3-Mini-1 SoC to the BM15C SoC. On the same hardware setup, the ESP32-C3 consumes around 8 µA in deep sleep. Since the hardware design remains unchanged, we believe the issue is not hardware-related. However, with the nRF54L15 on the same setup, the deep sleep current remains high at 221.6 µA.

We are using nRF Connect SDK v3.2.2.

Could you please help identify possible causes or recommended checks to achieve the expected low-power consumption?

Thanks.

Parents Reply
  • Hi,

    Okay, thanks for keep trying out the possible solutions.

    It means even after disabling the RAM retention, all wakeups sources and implementing Errata 37 workaround, there is no change in the results. Then we need to be be sure you are measuring current only into the BM15C supply pin(s), not the whole board rail or hardware setup (so the ammeter only sees the SoC, not the rest of the board). Also temporarily disconnect or powergate any other loads on that rail.

    Measure and see if you see any drop in current.

    Best Regards,
    Syed Maysum

Children
Related