2019-07-17 04:11 AM
HAL_RTC_GetTime(...) does not read the daylight saving info from the RTC. (in our case on STM32L476)
Is this a bug or a feature?
2019-07-17 07:53 AM
And what's the difference? You have to work around it anyway.
Documentation does not mention it should read it, so it's probably intended.
JW