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, everything works fine. As I need the three channels, I have to use DMA and once I activate this, I properly get a first value of the three channels but the ADC interrupt is never triggered any more and no new data are collected.
Any advice about this ?
Thanks