nRF54L15 - System OFF : strange current peaks

I'm working with the nRF54L15-dk and with the system OFF sample available in https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/boards/nordic/system_off/README.html with SDK ver 3.0.2.

Following this post :  abnormal current peak when system off (0.6mA) 

I measured the current with a digit multimeter DMM7510 on the P6 header on the dev kit. With either the wake on pin (GPIO interrupt) or the GRTC wake up (period = 10 s), I'm seeing those strange current peaks after about 3-4 seconds. I run the program without RAM retention.

They appear irregularly and seem to be cap at about 750 µA. 

What could be the cause of those peaks and how to get rid to them ? 

Best regards, 

Patrick

Parents
  • Hi,

     

    It is expected that you see a spike due to how the regulators behave in low power mode.

    I do not know what your multimeters sampling rate is, but this can cause aliasing if the sampling freq is too low.

     

    Is the overall measurement as expected?

     

    Kind regards,

    Håkon

  • Hello, 

    I see. We can't to realy much about it, right ?
    I used 0.01 NPLC on my multimeter. So I don't think there would be some aliasing problems. 

    Yes the overall measurement is a bit higher than the datasheet but it's ok.

    I have another issue with the system ON mode when the chip is idle. 


    With my custom board

    With the nRF54L15-dk

    So when the device in on idle mode with system ON (2nd picture zoomed in), without any RAM retention or GRTC/GPIO to wake up, there are some peaks that appear regularly every 4 seconds. 
    I found that it is caused by the RC oscillator calibration which happens by default every 4 seconds. Because, my pictures were taken on a custom board that doesn't include the LFXO, only the RC oscillator. So, maybe the nRF54L15-dk is using that LFXO oscillator to go into sleep mode and doesn't need to activate the RC oscillato hence no current peak on that period of sleep. 
    I couldn't find any way to get rid of those peaks or to delay that calibration since the old answer were not on the nRF54L15 or an older version of nRF Connect SDK. 

    Do you have any clue if it is possible to reduce those peaks ?

    Thanks and best regards,

    Patrick

  • Hello Håkon, 

    Yes, I did follow the recommendations to correctly measure the current. 

    3 uA static offset

    That means that I should be able to get to the I_ON_IDLE0 state with my configuration ? I still don't know the details about that mode since I don't use the LFXO in my board. I was getting a current of 6.5 uA with the nRF54L15-dk for your information on that mode. I don't know if there is a function to disable all the non necessary peripherals in the board in order to achieve this level of current ?

    Best regards, 

    Patrick

  • Hi,

     

    If you try the sample here:

    https://github.com/nrfconnect/sdk-nrf/tree/main/samples/zephyr/boards/nordic/system_off

     

    What do you measure then?

     

    Patrick49 said:
    That means that I should be able to get to the I_ON_IDLE0 state with my configuration ? I still don't know the details about that mode since I don't use the LFXO in my board.

    If you do not have a LFXO, you need to specify that you use the internal RC oscillator.

    Patrick49 said:
    I was getting a current of 6.5 uA with the nRF54L15-dk for your information on that mode. I don't know if there is a function to disable all the non necessary peripherals in the board in order to achieve this level of current ?

    These are configured in the "Board configurator", which is a PC app that you can install via nRF Connect for desktop.

    https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-Desktop

     

    Kind regards,

    Håkon 

  • Hello Håkon, 

    I did my current measurement for the system off and I'm getting this : 

    What do you measure then?

    So it follows effectively what the datasheet describles.

    But I still can't get the system ON current to be as low as about 3.7 uA since it's the maximum when using the RC oscillator if I understand the table correctly, with my config. 

    Best regards,

    Patrick

  • Hi Patrick,

     

    I noticed, when testing, that there's a leakage from the LED net. Can you ensure that the LED0/LED1/LED2/LED3 pins are floating when testing?

    I noticed that I get ~6 uA when the LED0 GPIO is configured as output (LED = inactive), and this disappears when reconfiguring the pin to inactive/floating state.

     

    Kind regards,

    Håkon

  • Hi Håkon, 

    How can I put my leds into a floating state ? Because, I've already set the power to LEDs off as you can see in my picture below. So is it still not enough then ? 

    I may only want to disable them in the system ON phase so I can use them otherwise ? Is there a function that can help me doing so ? 

    Thanks and best regards, 

    Patrick

Reply Children
Related