HAL_RTC_GetTime - Problem for increment the count according to seconds
Hi,In one of my task, i just increment a one seconds counter variable after read HAL_RTC_GetTime and compare the read seconds value is change or not. It doesn't work until I comment the following line in the HAL_RTC_GetTime function as described in...