RTC wake up time counter limit
In my app, I need MCU to go to stop mode and then wake up by RTC timer.
I follow this RTC wake up example and manage to make MCU go to stop mode for a few seconds and then wake up.
Because in my app, we want MCU to wake up once in a few hours instead of a few seconds. The problem occurs when I try to increase the counter by 1000 times, the stop mode duration is still a few seconds.
Can someone enlighten me what the issue is? Does the time counter have limit? It is an unsigned 32 bit integer, which can be very large. Or is it constrained by hardware?
