Hi, I want to use the STM32H743 ADC in differential mode. At first, I tried the the example STM32Cube\Repository\STM32Cube_FW_H7_V1.3.2\Projects\STM32H743ZI-Nucleo\Examples\ADC\ADC_DifferentialMode and there is something wrong in testing zero vo...
Hi, JW: HAL_ADCEx_Calibration_Start(&AdcHandle, ADC_CALIB_OFFSET, ADC_DIFFERENTIAL_ENDED) is performed in this example. You can take a look at the whole project STM32Cube\Repository\STM32Cube_FW_H7_V1.3.2\Projects\STM32H743ZI-Nucleo\Examples\ADC\AD...