HAL_RTC_SetTime Timeout
Posted on June 22, 2015 at 11:33Hello,HAL_RTC_SetTime fails when trying to set new values on the RTC due to RTC_EnterInitMode timeout.while((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET){ if((HAL_GetTick() - tickstart) > RTC_TIMEOUT_VALU...