In order to perform some application every 1 hour at nRF52832, I set the app_timer(RTC) pre-scaler to be 31.
I also use RTC for 3s and 5ms time keeping, but the actual intervals are sometimes lower than 3s and 5ms(for example 2.7s and 4.6ms)
Is the pre-scaler 31 is suitable for 3s and 5ms time keeping?
Can I use different pre-scaler for different time keeping process?