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 value every seconds in while loop, and it returns same value about 8-10 times and then gives new value and repeat same new value..
When i setting an alarm interrupt, it's working exactly in time and getting interrupt but when i gettime in interrupt it returns old value again :S For example alarm occured at 00:10:00 and i called HAL_RTC_GetTime() it returns 00:09:28
I tried to set BYPSHAD register but nothing changed.
