RTC Running in System ON Mode Current Consumption?

hi,

i am using nrf connect extension in vs code with Zephyr os version v3.2.99-ncs2 , 

when device in system on sleep how much current consume by nrf52833 development kit ? when only RTC Being on.

1. during sleep, RTC  current consumption?

2. what is complete current consumption flow(rtc,idle thread and LFRC) during system on sleep? 

pm_state_force(0u, &(struct pm_state_info){PM_STATE_SUSPEND_TO_IDLE, 0, 0}); //nrfonly switch 

Parents Reply
  • Hello,

    starkAbhi said:
    okay, i will create another ticket.

    Sounds good.

    starkAbhi said:
    all peripherals are disabled.

    Just one thing that you can look for. Let us say that you are using SPI at some point in your application. (This advice goes for all peripherals) Compare the current consumption after you disable the SPI to before you initialized it (or compare it to a version of your application where you don't enable it), to make sure that it is properly turned off. 

    Best regards,

    Edvin

Children
  • Hi Edvin,

    Just one thing that you can look for. Let us say that you are using SPI at some point in your application. (This advice goes for all peripherals) Compare the current consumption after you disable the SPI to before you initialized it (or compare it to a version of your application where you don't enable it), to make sure that it is properly turned off. 

    i will definitely check this out. thanks for your suggestions.

    Regards

    Abhishek

Related