STM32L476RG: RTC shows delay in time
Hi all,
I am working with FreeRTOS on STM32L476RG and I'm new to this. I am using stm32cubeIDE for project development. I am printing the date and time in the putty and the time format is hours: minutes: seconds: subseconds.
When I start running the program the time is correct as with current time. But after some hours it is showing more than 10 minutes delay.
I am setting RTC time in binary format and using LSI as clock source.
can anyone help me?