“I connected the ADC(pmod adc) and FFT IP as shown in the picture below, but I’m having trouble receiving and reading FFT data through DMA in Jupyter Notebook. data_recv.wait() is not finishing.”
Is the FFT IP generating the TLAST signal properly? If not, you will need to add logic to do this.
There are a number of post in the forums with very similar issues, in relation to the TLAST signal.
thanks you!
I checked and found that tlast was not activated.
But I have one more question.
in picture that i attached this reply, i connnect adc(Read_ADC_Top)->fifo generator_0->xfft_0->data_dma!
i can read fft data from dma using Jupyter notebook… however i think the value is wrong.
what did i do wrong…?
hi @marioruiz ,
but i use np.csingle when i allocate buffer.
i think np.csingle is data type for complex that is positive or negative.
i have to change this data type?