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.