PYNQ Version: PYNQ 2.7.0
Board: ZCU111
Error: DMA channel not started
ADC : ADC224_T0_CH0
DAC: DAC229_T1_CH2
Problem Description:
I want to do DAC-ADC loopback in ZCU111 board. So, I generated sinusoidal signal of 8192 samples, and transferred to DAC via DMA. In receiver side, the samples from ADC are stored in DDR via DMA.
But I am getting error “DMA channel not started”
I have attached tcl file and python file.
Please help me resolve this problem.
dac_adc_loopback.ipynb (20.9 KB)
dac_adc_loopback.tcl (24.2 KB)