HII use the STM32U585 with HALThis is my setting for time :_sTime.Minutes =_minute;_sTime.Seconds =_seconde;_sTime.TimeFormat =RTC_HOURFORMAT_24;_sTime.DayLightSaving = RTC_DAYLIGHTSAVING_NONE; if (HAL_RTC_SetTime(&hrtc, &_sTime, RTC_FORMAT_BIN) != H...