Resolved! stm32l1xx_ll_rtc.h LL Header file v1.8.1(latest version) improper Read RTC function
This function uint32_t LL_RTC_DATE_Get(RTC_TypeDef *RTCx) reads 4 times the DR(Date register) to take the date from RTC.After the first read, the shadow registers are unlocked (in case don't bypass them). The next three readings from DR register m...