STM32H750VB HAL_RTC_GetTime() function returns to old value.
Hi, i'm working with RTC and having issue about getting time. I'm calling HAL_RTC_GetTime function with HAL_RTC_GetDate, it's return old value of time. For example time is 00:10:00 and i called gettime function, it's return 00:09:38. I'm getting time...