This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840 Low Power Mode Current Consumption

Hi,

  Using the RTC example in the 'nRF5 SDK 16 / examples / peripheral' as a starting point, we've programmed the rtc_handler to execute at regular intervals approx. every 1 millisecond. With an empty rtc_handler, the average current consumption is about 80 microamperes. 

  We are running the example and measuring the current on a nRF52840 Development Kit. The NRF_LOG_ENABLED is set to zero. The consumption when the RTC is disabled is 2.7 microamperes, as expected, but we are unable to reduce the consumption when the RTC is enabled and the rtc_handler interrupts execute.

  What would be the way to reduce the current consumption caused by the interrupts further? 

Thank you.

Related