I have an STM32F446 with a HSE attached. Everything works fine (freeRTOS, CAN, I2C, ADC).Now I want to use the RTC but I cannot initialized it if I not set PeriphClkInitStruct.PLLI2SDivQ to an unspecific value. RTC_EnterInitMode() from the HAL librar...