STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32G071RB RTC init bug.

Please, answer was anyone trying to use RTC with the G071RB microcontroller? I am powerless now. The code generated by cube does not initialize RTC. I checked the entire initialization procedure if it is consistent with the documentation. Everything ...

wuio by Associate II
  • 5676 Views
  • 12 replies
  • 3 kudos

REAL TIME CLOCK (RTC) Not working correctly.

Using HAL library set up RTC, but at times SKIPS seconds. WHY?This is the setup:static void MX_RTC_Init(void){ /* USER CODE BEGIN RTC_Init 0 */ /* USER CODE END RTC_Init 0 */ RTC_TimeTypeDef sTime = {0}; RTC_DateTypeDef sDate = {0}; /* USER CODE BEGI...

GSalz.1 by Associate II
  • 836 Views
  • 4 replies
  • 0 kudos