2018-06-12 06:26 PM
Hi all,
I am searching for STM32F207 ADC calibration and not very clear about if the MCUs of this series do ADC
self-calibration.
I have also checked the data sheet and reference manual but could not find a description of this issue.
Could anyone help me? Thanks a lot.
#stm32f2 #adc-calibration2018-06-13 01:03 AM
There's no self-calibration in the ADC in 'F2/'F4/'F7 - it's a different design from ADCs found in other families (presumably due to different technology used to build these families generally).
JW
2018-06-14 07:07 PM
Thanks! Then I will try to do some calibration through coding.