Posted on May 11, 2018 at 11:16Hi, I'm working with the RTC (LSE source) and I'm getting a bad format value, not a wrong value.I call HAL_RTC_GetTime(&hrtc, &sTime, RTC_FORMAT_BIN); and HAL_RTC_GetDate(&hrtc, &sDate, RTC_FORMAT_BIN); to get the actu...