ADC accuracy problem
I am sensing the voltage using stm32f103c8 module.using Keil micro--vision 5register level codingcode:#include "stm32f10x.h" float av,volt; int main(void) { // SEND A CLOCK SOURCE FOR ADC //LcdSend2StringWithDelay(50000,"Start Clock",""); ...