Hi,
In my application I need to keep both time and date so I need a real time clock & calendar (RTCC). I was planning to use on the nRF51 real time counter (RTC) to implement my own RTCC, but RTC0 is used by the S110 and RTC1 is used by the app_timer library which I'm using.
I was also planning to use the RTC compare interrupts to generate alarms at given times.
So, is it reasonable to implement an RTCC with the app_timer library and still keep the whole thing low power or I'm better off using an external RTCC chip?
Thanks