How to have a good precision of ADC on STM32F103C8?
Posted on October 23, 2017 at 05:58Hi.Now I'm trying to implement the ADC on the STM32F103C8.but I came across some problem when I voltage leveling test.The code is here x = getPot()*3.3/4095; //get analog value and convert to volts, 12bit ADC if(x...