Hi,
The established time tick source for FreeRTOS is RTC1 via the APP_TIMER module. I am trying to shift the basis of the APP_TIMER from RTC1 to TIMER2, so that I can use RTC1 to maintain calendar time. I intend to sleep the processor, waking on an external interrupt. Since RTC1 is low power timer, I was planning on keeping that running while the processor was mostly shut down and waiting for the wake-on-interrupt.
Is there any guidance on shifting the APP_TIMER module from RTC1 to TIMER2?
Thanks!