I am using STM32F205ZG RTC with External clock; the RTC initalization, RTC set Date function in the following lines:int16_t RTC_HAL_init(void){ RTC_InitTypeDef RTC_InitStruct; /* Enable the PWR clock */ RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR, E...