NRF54L15-DK sleep current problem

Hello Nordic team,

I bought newly announced NRF54L15-DK board. Its version is v0.9.1. I am using NCS v2.8.0. I tried to test sleep current via nrf52840-dk and nrf54l15-dk. When I compile my sleep_test project for nrf52840-dk, I am getting following result with 3V supply voltage.

The result seems okay to me for nrf52840-dk. However, if I use 3V supply voltage for nrf54l15-dk, I am getting following strange sleep average current.

After that, I tried to use 2.5V supply voltage with nrf54l15-dk and I got following idle current results. Strangely, I am seeing current spikes at every 4 seconds. 

I watched Nordic's demo on YouTube and I feel there is no this type of ticks on this demo. I wanna learn that how can I use 3V supply voltage and How can I solve this sleep issue?

Thanks. 

Parents
  • Hi again

    So, internally in the SoC, the nRF54L15 low-power domain (always on domain which can wake the rest of the system from System OFF mode) draws energy form the DECD capacitor. So periodically, VDD will draw some power to charge up this capacitor again, as the capacitor will charge and discharge between 0.7V and 0.9V.

    Best regards,

    Simon

Reply
  • Hi again

    So, internally in the SoC, the nRF54L15 low-power domain (always on domain which can wake the rest of the system from System OFF mode) draws energy form the DECD capacitor. So periodically, VDD will draw some power to charge up this capacitor again, as the capacitor will charge and discharge between 0.7V and 0.9V.

    Best regards,

    Simon

Children
Related