STM32H7 ADC calibration, I don't understand
Hi all,
I am experimenting with H7 ADC (after having tried the G4 ADC).
I see in the HAL that the calibration, HAL_ADCEx_Calibration_Start(), for H7 MCU wants a parameter more than G4. One should specify ADC_CALIB_OFFSET or ADC_CALIB_OFFSET_LINEARITY.
I am confused, and reading the datasheet does not help me. Can't understand the difference between the two methods.
Should I use ADC_CALIB_OFFSET or ADC_CALIB_OFFSET_LINEARITY, when calling the calibration_start()?
Or should I call the calibration *twice*, one for each option?
TY,
linuxfan
