i would like to know, how to use ADC1 in stm32f103c8t6 - blue pill - in scan multichannel continous mode conversion mode without interrupt..
that's it.. say i have 4 channels (PA0 , pA1 , PA2 , pA3)..what i need is : in the while(1) loop i put 4 variables, and keep reading the data registers , and because it's in continous mode, so the 4 variables keep updating in the backgroud, how can ...