Resolved! What is the required timing between ADC initialization and calibration on the STM32G0B1?
We are using the STM32G0B1CC and have noticed that if we call HAL_ADCEx_Calibration_Start() too soon after calling HAL_ADC_Init() that the CALFACT register comes back as 0. If we insert a substantial delay, say 20 ms between the 2 calls, CALFACT is p...