Problem in getting periodically reading of ADC1 multiple channels using TIM3 interrupt and DMA
On my STM32F030, I need to read analog values from three channels of the ADC1. These readings need to be periodical and I am using the TIM3 interrupt to trig the ADC value capture. When do not using DMA and collecting only one ADC channel value, ever...