Using the STM32F0 ADC in DMA one shot mode and polling when the DMA is not enabled?
Posted on November 02, 2017 at 07:43I have configured the ADC in discontinuous mode and sampling 6 channels using DMA which is configured in one shot mode. Also, I would like to poll for the ADC conversions for other channels when the DMA is not act...