STM32 ADC Calibration Function
Good afternoon,
I am currently trying to calibrate my ADC4 of my NUCLEO U545 and I am using the following function:
HAL_ADCEx_Calibration_Start(&hadc4, CalibrationMode, SingleDiff);As said before the first parameter is going to be the ADC4 that I am using but what about the other two parameters?
What are they exactly? Do i have to declare the parameters somewhere in the code? Is there anyway that I can see in the documentation what are this parameters and the value i have to introduce to them? And finally, the ADC1 configuration is done the same way as in the ADC4?
Thank you,
Marc
