Unexpected High Current Draw on nRF54L15 DK During Sleep Mode

Hello team,

I attempted to measure the sleep current on the nRF54L15 DK board, but I’m seeing a very high current draw of about 74 mA.

I built and compiled the peripheral_power_profiling sample using SDK 3.1.0 and flashed it onto the DK. I also applied the code changes previously recommended by the Nordic team.

https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_power_profiling/README.html

Added the following code line at the beginning of the main function.

NRF_MEMCONF->POWER[0].RET = 0;

NRF_MEMCONF->POWER[1].RET = 0;

NRF_MEMCONF->POWER[0].RET2 = 0;

NRF_MEMCONF->POWER[1].RET2 = 0;

For the measurement, I used the test point labeled "Current Measurement" on the DK board, and I still see a high current.

Could you please let me know if I’m using the wrong sample, or if there are additional settings or configurations I might be missing?

Thanks,

PG

Related