ADC configuration of STM32F051 controller
Can i configure three different ADC channels using ADC interrupt.If so yes, how can i read my values corresponding to each channel from ADC ISR?I have configured ADC interrupt in such a way that the interrupt triggers after all channel sequence.(Havi...