Case of Infinite loop of RTC
There is a situation with RTC of RTC get into infinite loop in file stm32f7xx_hal.c.In the function HAL_StatusTypeDef RTC_EnterInitMode(RTC_HandleTypeDef* hrtc)lines while((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) { if((HAL_GetTick(...