Triggering the read timing of ADC when using DMA
I am using ADC DMA to read 100 sample from 1 cycle input sine wave whose frequency is 1KHz . When we using ADC to read DMA, the DMA reads ADC continuously until buffer is full. I want the DMA to read and store ADC data in buffer one at a time when it...