STM32F030 RTC
Posted on January 21, 2016 at 22:22I'm having an issue with the HAL_RTC_SetTime() function setting the RTC clock. I'm using MXCube to generate the RTC settings for IAR compiler.I use the following code to set the clock to 1 hour sTime.Hours = 0x1;...