According tot the datasheet, the ADC generates a DMA request at the end of each conversion:
Does the ADC use an interrupt to generate this DMA request? Or is it done in the background using hardware automatically? I am asking this today because in STM32CubeMX, you get to choose either the End of Conversion (EOC) or End of Sequence (EOS) interrupt.
I am wondering if choosing either EOC or EOS interrupt will have any effect on the ADC's ability to generate DMA requests.