Difference between RTC calibration output 1 Hz and 512 Hz
Posted on January 03, 2018 at 10:22Hi,I'm using a STM32L496VG, with an external LSE of 32768 Hz. I configure the RTC this way:/* Enable Power Control clock */__HAL_RCC_PWR_CLK_ENABLE();/* Enable writing RTC back-up registers */HAL_PWR_EnableBkUpAcce...