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
  • Hi Edvin,

    For HW review, please create a new ticket where you include the schematics and layout files, and request a HW review. You can also mention that you are looking to reduce the current consumption so that they know what to look for. 

    okay, i will create another ticket.

    I can only see some snippets from your application, so I don't know what is enabled or not, and what you have connected to your board. Do you use any external devices powered by the nRF? Sensors? And did you disable the UART logging, e.g. by setting CONFIG_SERIAL=n in your prj.conf?

    all peripherals are disabled. only i am using ble for advertisement. currently i am using nrf52833 dk . yes, i disabled the uart logging.

    Regards Abhishek Tiwari

Children
  • 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

  • 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