Hello,
I am looking for using this sync script made for AD9081 on the AD9371 ref design with OBS RX : https://github.com/analogdevicesinc/pyadi-iio/blob/master/examples/ad9081_sync_start_example.py
I added the offload Rx and Tx modules in the block design, compiled the newest kernel with offload driver and added rx and tx data offload driver to the device tree. I can now see the registers in the debugfs of the kernel.
But it is not working as expected. On the Tx side, the buffer is written to the Tx offload fifo but it is then constantly sent, even when Tx Cyclic Buffer option is set to false.
On the Rx side, the data is written once to the Rx Fifo, but then the same data are sent everytime there is a dma request from the cpu.
Thanks,
Simon