RTC usage on F1 serie
Posted on October 23, 2017 at 16:55Hi there,I started the RTC implementation on my STM32F103 with Cube.This is the initialisation code developed by Cube:static void MX_RTC_Init(void){RTC_TimeTypeDef sTime; RTC_DateTypeDef DateToUpdate;/**Initialize ...