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

Excessive current consumption when RTC running.

Hi, I use s132 and SDK15 to work with nrf52832. 
In code I set up RTC and CC to trigger every N ticks. It works as expected and time periods counted correctly. However, when I measure current consumption, I notice current pulses about every N/4 ticks. No interrupt triggered except intended CC related. 
I've done an experiment and doubled N = N * 2; The period of current pulses doubled too. So they are related to RTC settings. Their current amplitude is about 6mA and duration 0.5-1.5ms. 
What can it be related to? How  to fix?

Thanks.

 

Parents Reply Children
  • Hi,

    The RTC should not cause this high peak current consumption (6 mA). Are you confident that the measurements are correct? Assuming they are, and as you see it varying depending on the RTC configuration, I wonder if you might be seeing some interrupts that you perhaps have not expected, and that you spend some time processing them. You could get a current consumption in that order if the CPU is active. Can you upload the code that you use to produce this behavior?

Related