STM32H743 ADC calibration timeout
Posted on May 17, 2018 at 18:07My ADC clock is 25 MHz andHAL_ADCEx_Calibration_Start(&hadc1, ADC_CALIB_OFFSET_LINEARITY, ADC_SINGLE_ENDED) will return an error due to ADC_CALIBRATION_TIMEOUT being exceed I changed the value from 64000 to 640000 and ...