RTC, big TimeGap between setting new Time and Availability
Posted on February 13, 2017 at 10:44 I simply use the normal Functions given by RTC-Lib from Cube, means I use these Calls: uint32_t tFormat = RTC_FORMAT_BIN; ... HAL_RTC_SetDate(&hrtc, &myDate, tFormat); HAL_RTC_SetTime(&hrtc, &myTime, tForma...