Updated time of RTC is not being read
I am running RTC for stm32h753. If I read the time of RTC, I do not get updated value as shown in below example. I am using LSE 32.768Khz. As it can be seen that 00:08:10 is being read repeatedly and then 00:08:15. if I compare overall time, it is correct but I want to get it once per sec correctly in my task. Is there any restriction that I need to set update rate to read the register once per sec? or any other suggestion!
hh:mm:sec
> 00:08:10
> 00:08:10
> 00:08:10
> 00:08:10
> 00:08:10
> 00:08:15
> 00:08:15
.............
............
> 00:08:19
> 00:08:19
............
............
> 00:08:24
......
> 00:08:27
Best Regards,
