Resolved! STM32L4 RTC
Posted on March 15, 2018 at 19:43Hi all,I'm facing an odd behavior working with an L4/Nucleo64/CubeMX/HAL. RTC peripheral. Same result w/ and w/o LSE oscillator.Basically, a code like this:while (1) { HAL_RTC_GetTime(&hrtc, &sTime, FORMAT_BCD); ...