Question
STM32G070: ADC14 Calibration Issues: values are too low
My readings from the ADC are lower than expected. I am using an external Vref. Vref is OK. I ran HAL_ADCEx_Calibration_Start() after waiting tADCVREG_STUP . The Reference Manual says the saved calibration factor is "internally applied to the ADC".
Can anyone confirm this or do I really need to apply it in my code?
Also, do I need to perform an additional ADC calibration of my own, especially since I am using an external Vref?
