Question
RTC_HOURFORMAT_24 does not work in L053.
My environment is as follows:
- CubeMX v4.26.1 with STM32L0 HAL v1.10.0
- STM32L053C8Tx
- gcc-arm-none-eabi-7-2017--q4-major
I set the RTC with RTC_HOURFORMAT_24. Actual code for the setup was generated by the CubeMX. If I set the clock to 12:59:59 then the RTC proceeds to 1:00:00. If I set the clock to 13:00:00, then it proceeds to 13:00:01.
RTC_HOURSFORMAT_12 seemed to work fine.
