ncs3.1.1 peripheral_uart sample could see the current spikes while in low power state between two advertising current curve

Hi,

in ncs3.1.1 peripheral_uart sample after disable the uart init and gpio_config, the nrf54l05 can achieve the low power state,but the avg Idle current was about 5uA,seens little bit higher than nrf52.

Than I double check the power cumsumption curve, I could see the current spikes while in low power state between two advertising current curve as below:

The advertise interval was 300ms,the abnormal spike interval was about 130ms(seens not a fixed value), and I check and sure that these abnormal spikes were not the RC clock's calculate event. I can found the  RC clock's calculate event interval was 8sec at other where.

Parents
  • Hello,

    I have looked at the screenshot of current measurement. Your average sleep current is almost in range. According to specification, for system on with RAM retention the average sleep current is about 2.9uA. The reason of irregular spikes is probably related to enabling any unused peripheral, you are right that it is not for RC clock.  

    ''、After I change the adverting interval to a more larger value,like a 2000ms,there abnormal spikes were disapear.''

    It seems spike may be related to Bluetooth.

    When you increase the advertising interval (e.g., to 2000 ms), the device spends much more time in low-power idle mode, and the spikes become infrequent. 

    Can you please upload your application file so I can lool at code and other configuration?

Reply
  • Hello,

    I have looked at the screenshot of current measurement. Your average sleep current is almost in range. According to specification, for system on with RAM retention the average sleep current is about 2.9uA. The reason of irregular spikes is probably related to enabling any unused peripheral, you are right that it is not for RC clock.  

    ''、After I change the adverting interval to a more larger value,like a 2000ms,there abnormal spikes were disapear.''

    It seems spike may be related to Bluetooth.

    When you increase the advertising interval (e.g., to 2000 ms), the device spends much more time in low-power idle mode, and the spikes become infrequent. 

    Can you please upload your application file so I can lool at code and other configuration?

Children
Related