Hi Team,
I am using ADRV9002_ZCU102 with no_OS_2022_R2 and hdl_2022_r2. Initally the Rx side DMA configured as AXI FIFO Mode at source side and AXI Memory Mapped Mode at destination side and at PS side reading 16384 samples from DDR Memory and stroring them in an Array [adc_buffers]. I added ADC_DMA_IRQ_EXAMPLE taking https://github.com/analogdevicesinc/no-OS/blob/main/projects/ad9361/src/main.c as reference. The ADC_DMA_IRQ_EXAMPLE is working fine. Now my requirement is to switch between two adc buffers with continuity between adc buffer 1 and adc buffer 2. Using DMA_IRQ_EXAMPLE , I got End of Transfer (EOT) flag. Using this EOT flag, I am switching between buffers but I lost the continuity of data between Buffer 1 and Buffer 2. Can you please guide me how to achieve this?
Thanks in Advance
Goli Ganesh