Resolved! STM32G030 Can't setup RTC, HAL_RTC_Init always return HAL_TIMEOUT
Hi, i'm trying to set up the RTC timer to be able to use the alarm and HAL_RTC_Init always return HAL_TIMEOUT. It seem like RTC_ICSR_INITF never go to 1. uint8_t init_RTC() { /* USER CODE BEGIN RTC_Init 0 */ /* USER CODE END RTC_Init 0 */ ...