Question
STM32 ADC DMA without Interrupt
Posted on June 01, 2018 at 10:47
Hello!
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 very fast and therfore many interrupts occur. The DMA writes the value of the ADC into a variable in the RAM storage. So why use an interrupt, I just read the value in my main programm.
I am using CubeMX for configuration.
best regards,
Benjamin.
#stm32-adc-dma