STM32L496 HAL_RTC_GetTime function - delayed value
Hi all,I have a function that prints out on a prompt the current RTC Date and Time values from the RTC module... basicaly when it's called it goes like this:RTC_TimeTypeDef rmi_time = {0}; RTC_DateTypeDef rmi_date = {0}; HAL_RTC_GetTime(&hrtc, &rmi...