Resolved! Simple questions about ADC input pin when doing ADC calibration
Hello ST Experts, I'm using STM32H747 and I try to run adc calibration at the start of the code, like under lines. HAL_ADCEx_Calibration_Start(&hadc3, ADC_CALIB_OFFSET_LINEARITY, ADC_SINGLE_ENDED); HAL_ADCEx_Calibration_Start(&hadc3, ADC_CALI...