STM32 ADC DMA without Interrupt
Posted on June 01, 2018 at 10:47Hello!Is it possible to use the ADC in DMA mode without enabling the interrupt? I really do not need the interrupt because it will block the rest of my programm, which is very important to not be blocked. The ADC runs...