Bug found and solved inside HAL_RTCEx_RTCIRQHandler(RTC_HandleTypeDef *hrtc)
Hi all, how are you?. I had that what I think is bug after enable the seconds interrupt by using the macro __HAL_RTC_ALARM_ENABLE_IT(&hrtc,RTC_IT_SEC);in my main() function, then I had to put the function CLEAR_BIT(RTC->CRL,RTC_CRL_CNF);after the ...