How to get the best precision from ADC in stm32f103c8t6?
I am using ADC to read a potentiometer . every time I read 20 data and calculate the average to get a better result. Although the voltage on the ADC pin is stable, the ADC result is not. the final result will be acceptable by reading 100 data each ti...