RTC WakeupTimer interrupt triggered immediately
Hello everyone,
I'm working on a NUCLEO board (stm32wba52cg) and currently testing some of the baord's features, but i'm facing a strange problem with RTC. Problem is that the Interrupt of the wakeupTimer start firing immediatly after its initialization, then the program get stuck in a loop of infinite RTC IRQs (see the atteached screenshots):


I am using LSE for rtc clock:

if i try to disable the irqs then the interrupt fires again on __enable_irq()
Any hint will be appreciated :)
