STM32L071 Multiple channels ADC using DMA
Hey. I am trying to read multiple ADC channels using DMA but with no luck. My project settings:I have selected 4 channels and enabled Continuous conversion mode as well as DMA Continuous requests. I have also created a circular DMA for ADC : #include...