Not able to achieve minimum sleep current on NRF54L15

Hello Team,

I am trying to measure the sleep current of NRF54L15 DK, in the system ON mode, for that I am using Blinky sample code, from SDK version 2.9, which uses the k_msleep() function. Using this function, I toggle the LED every 1 minute (1 min ON, 1 min OFF). Sleep current measured using this sample is 584 micro Amps when the LED is ON and 580 micro Amps when the LED is OFF, which is far more than expected. Can you please help me on how to reduce the sleep current? Is there any other example code for sleep current measurement in the system ON mode?

Thanks,

Payal

Related