Hello,
We have a battery-powered product that currently uses the NRF52832. It is a very low power space-constrained application, so we always evaluate any potential current consumption increase a change might cause. We currently use an external 32768 crystal as the clock source e for the RTC. As the NRF does not keep any time during a reet event we are planning to use an external RTC chip. This chip can both provide a buffered 32768 clock or a 1Hz clock.
Our first idea is to source the 32768 clock to source the internal RTC of the NRF clock using the following workaround. However, I could not find any information on the datasheet on how much is the current consumption using this configuration. Is there any estimate on that? We could use the internal Low Power Oscillator, however, 250ppm is too much as a time drift for us.
A second option is to route the 1Hz clock to a standard pin and emulate a soft RTC using the low accuracy GPIOTE (due to the power consumption). However, we already have several others sources of interrupts using the GPIOTE and as the low accuracy has a single interrupt handler, is there any possibility of losing an interrupt event?
Thanks a lot