ADC enable after calibration process in STM32G070
I read the example code of ll adc single conversion in stm32cube g0 package, and I have a doubt in a particular section of code: /* Run ADC self calibration */ LL_ADC_StartCalibration(ADC1); /* Poll for ADC effectively calibrated */ ...