User Activity

Hi,I'm trying to calibrate my RTC by writing on the RTCCR register on an STM32F103 MCU. However, it seems like this is not taken into account as the 512Hz signal is still slightly out.I'm using the following code:PWR-> CR |= PWR_CR_DBP; // Allow acce...