STM32G030 ADC DMA Not Working
Hi all,I am using STM32G030F6P6 and trying to read ADC channel 11 and channel 16 using DMA.ADC works correctly in polling and interrupt mode.When I enable DMA, the ADC values in the buffer remain 0 all the time.DMA does not trigger at EOC, and DMA tr...