STM32 RTC milliseconds setting
Posted on June 07, 2018 at 03:50Hello,I'm using the STM32 H753 Evaluation board, and trying to set the milliseconds by using HAL_RTC_SetTime function.However, the HAL_RTC_SetTime function does not change the milliseconds(subseconds) value.I've read ...