Hello,
I have implemented this project (wiki.analog.com/.../quickstart) on a mercury xu7 board. The project is working well, however, I would like to modify this project to synchronize the DAC and ADCs. I want to use a cyclic buffer on the DAC and have this buffer be read by the ADC at the same time at every iteration. How could I do this?
I am sending some samples (made from matlab or python) to the AD9082 DAC and retrieving the data through the ADC. Is there a way to trigger the rx buffer write as soon as the tx starts transmitting the samples keeping in mind that the tx buffer is cyclic?
Thank you for your help.