Resolved! STM32C0 RTC Init timeout
STM32C031G4I am trying to adjust the RTC time in an EXTI interrupt routine (its a button press, it should e.g. add an hour).The RTC is setup using HAL, it succesfully inits with the preset values. After Initialization everything works, the RTC is cou...