Help with RTC, HSE and Interrupt
Posted on September 10, 2014 at 22:43 Hello guys, I am having some problems with the following code: void RTC_Configuration(void) { RTC_InitTypeDef RTC_InitStructure; RTC_TimeTypeDef RTC_TimeStructure; RTC_DateTypeDef RTC_DateStructure; NV...