Question
Unix epoch timestamp to RTC
Posted on January 28, 2018 at 11:48
I want to use the Unix Epoch timestamp to configure the STM32 internal RTC to keep it synced up with network time. Can you advise how I can convert/use the milliseconds since 1970 Jan 1 to be applied to the internal RTC using CubeMX+HAL libraries?
Thank you!
#stm32-stm32cube #stm32f4-cube #rtc-cube #rtc-hal #stm32-f4