STM32H750 RTC wakeup timer not periodically triggered
Hi,
I am using RTC with LSE (32.768Khz) in my product, and I programed RTC wakeup timer to 5min by calling
HAL_RTCEx_SetWakeUpTimer_IT(&hrtc, 300, RTC_WAKEUPCLOCK_CK_SPRE_16BITS);
It works perfectly on my test machine, but it will not trigger on my customer side with identical firmware.
I have checked the return value from HAL_RTCEx_GetWakeUpTimer() is 300 for sure.
Is there any reason make RTC stop counting this timer or stop this feature?
Thanks,
-Engin
