Errata for nRF52832 Rev 2 version 1.2, errata item 20, RTC: Register values are invalid, has a recommended workaround that i'd like to ensure i've implemented correctly - "Execute the below code before you use RTC:".
"...before you use RTC" seems broad to me, and i'd like clarification please. Do I issue this code before any calls to nrf_drv_rtc_counter_get(), or do i need to do it before nrf_drv_rtc_enable(&rtc)?
Do i need to think about app_timer.c, and how it uses the RTC? What about the softdevice?
Do you have any examples of how you've implemented this workaround?
Thank you very much!