2022-01-25 08:25 AM
I am currently using a STM32F767ZI. As the function "HAL_ADCEx_Calibration_Start" is not possible for a STM32F7, is there any other funtion or method (e.g. calibrating manually) for an ADC calibration to increase its accurancy?
Thanks for any help.
2022-01-25 08:43 AM
There is no software calibration step required or available on the F7 family as there is on some other families.
2022-01-25 11:25 PM
Hello @Luca Prämassing and welcome to the Community :)
Please refer to this AN2834 Application note How to get the best ADC accuracy in STM32 microcontrollers, it may be helpful for you.
Imen