Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding fft in fpga resulting in CODEC loopback test failed #750

Closed
dheller26 opened this issue May 12, 2024 · 1 comment
Closed

Adding fft in fpga resulting in CODEC loopback test failed #750

dheller26 opened this issue May 12, 2024 · 1 comment

Comments

@dheller26
Copy link

hello everyone ,
i'm using the b205mini usrp and I need to implement a fft block on the fpga inside the usrp and pc gets the data in freq domain. I designed my fft using xilinx IP core ver 7.1 and place it in the top module after the b205_io module using it's 12 bits I & Q ports .
unfortunately when testing my design in gnuradio i got ERROR CODEC loopback test failed as you can see below.

what can be the problem ? when my design is clean without fft i don't get errors like that .
i will appreciate your help.
with best regards .
Dror
Screenshot from 2024-05-12 15-48-31

@mbr0wn
Copy link
Contributor

mbr0wn commented Jun 21, 2024

If you want to put the FFT before b205_io then you need to disable the codec loopback in the UHD driver. Probably much easier to stay on the other side of radio_legacy and work on the rx_t* signals (AXI-stream).

@mbr0wn mbr0wn closed this as completed Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants