Hello Nordic Team,
I have a question regarding usage of RTC. My application is based on nrf52840 and uses BLE + Zigbee + FreeRTOS. From this page: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.2.0%2Fthread_zigbee__intro.html, I understand that RTC0 is used by SoftDevice and RTC2 is used by for sleep through radio driver API.
So, this leaves RTC1 free but my application uses nrf_serial.c which in turn uses RTC1 for app timer.
Since I need to use a tick source for FreeRTOS, I would like to check if I can use RTC2 as it is used during sleep but my application does not go into sleep mode at all. If yes, can you please let me know points to keep in mind for using RTC2 as FreeRTOS tick source?
Thanks,
Anusha