Hi Petr,
I am trying to implement the DMA receive with 1000 data from the ADC with single channel.
The operation as follow
LPTI (every 1ms) -> PDB (pdb0 with one channel) -> ADC (adc0 with one channel) -> DMA interrupt.
The above scenario is working good for receiving one sample with 1ms interval.
I really thank you for the sample configuration which you shared.
But i need to configure the DMA interrupt after it receives 1000 sample datas from ADC.
ADC->R[0] data need to be collected 1000 times after that i need to get the DMA interrupt. i tried to edit the major and minor loop configurations, but no success.
Help me to resolve the issue, thanks in advance.
Best,
Arunkumar.V