Closed soporteHW closed 7 years ago
It seems that RTC remains frozen. I checked the _MX_RTC_Init_() and _SystemClockConfig() functions, It look OK.
The problem has appeared since the RFID was integrated. Is there conflict with SPI interface?
Posted in: https://community.st.com/message/170417-stm32f030-rtc-interface
BUG RESOLVED. The problem was that RTC struct local variable was not being updated. For this, it's necessary to call _MIC_Get_RTC()_ function,
It seems that RTC remains frozen. I checked the _MX_RTC_Init_() and _SystemClockConfig() functions, It look OK.
The problem has appeared since the RFID was integrated. Is there conflict with SPI interface?