I am using code generated using CubeMX to configure the RTC, however the HAL_RTC_Init() function is returning an error. The clock configuration is this -void SystemClock_Config(void){ RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef R...