ADC DMA and interrupt
Hey.
Im using adc dma to transfer data from adc to memory. After each sequence of conversion I need an interrupt.
My first question is that is using dma in my case something useless?
My second question is that after adc sequence of conversion interrupt flag is set,can I immediately read data from my dma buffer or the data is not transferred to memory yet and i need to get some flag from dma?
