RTC SSR Underflow Interrupt on H533 ? (Low Layer Drivers)
I'm failing to enable that Interrupt using " LL_RTC_EnableIT_SSRU(RTC) " on STM32H33.
Wakeup timer is set to interrupt every 24h (this is working).
Alarm A is configured, but not enabled.
Alarm B is not used.
RTC is set to BCD mode only.
Monitoring SSR register ( via "READ_REG(RTC->SSR)" ) I can see it's counting down from 0xFF ---> 0x00, periodically.
Some Internet folks told me to enable TAMP Interrupt as well...and intercept TAMP IRQ handler instaead of RTC IRQ handler. It didn't work.
Any help would be greatly appreciated.
Thanks.
