ADC Calibration doesn't complete on STM32G0C1RE.
Using HAL_ADCEx_Calibration_Start() to calibrate the ADC. This function always returns HAL_ERROR.
Debugging shows its failing after it collects the 8 samples and attempting to disable the ADC is timing out. (ie. if ((HAL_GetTick() - tickstart) > ADC_DISABLE_TIMEOUT) is TRUE.)
Using CubeMX to generate drivers. CubeMX version 6.8.1
Note: ADC conversion are working IF I don't calibrate.
Thanks for your help.
