Reducing nRF54L15 Idle Current to 3 µA

I’m working on reducing power consumption on the nRF54L15 and aiming for an idle current of around 3 µA, as shown in Nordic’s documentation.

With the SDK v3.0.1 hello_world project, I consistently measure an average current of approximately 5.5 µA. Despite disabling all possible peripherals, the current level remains the same.

I have included the project file for reference.

Additionally, any recommended Zephyr settings or example configurations would be very helpful.

 7077.hello_world.zip

Related