Firmware needs to use three RTCs while nRF52810 has only two RTCs

Hello, I developed a custom PCB that uses the nRF52810 microchip, and I wrote a firmware that needs to use three RTCs.

The program is supposed to wake up the CPU by an RTC, and using the Soft Device S112, so the firmware needs to use three RTCs: one RTC to wake up the CPU, another RTC for the soft device, and a third RTC for the app_timer. However, I found out later that the nRF58210 microchip has only two RTCs. So, can you help with this issue? Is there a way to rewrite the firmware so that it only uses two RTCs? Please let me know if you need more information.

Parents Reply Children
Related