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

Timed out waiting for buf_ready #945

Closed
improperaffo opened this issue Sep 26, 2023 · 2 comments
Closed

Timed out waiting for buf_ready #945

improperaffo opened this issue Sep 26, 2023 · 2 comments

Comments

@improperaffo
Copy link

Hi all,

We are using a project (srsRAN_Project) which only supports UHD, so we are using SoapySDR as a wrapper to control our BladeRF xA9 via UHD. All the commands by UHD (e.g., uhd_find_devices, uhd_usrp_prob) work, but when we start transmitting via SRS, it seems like the buffers are not ready and we only get these errors:

[ERROR @ host/libraries/libbladeRF/src/streaming/sync.c:336] wait_for_buffer: Timed out waiting for buf_ready after 1 ms

We tried to downgrade the BladeRF's FPGA image and FX3 firmware to v0.11.0 (2019-07-31) and v2.3.2 ( 2018-12-16) respectively, but this doesn't solve the problem.

Does anyone have a solution for this problem? Thanks for your help!

Best,
Raphael

@leovassalo
Copy link

Greetings!

Have you got any success on solving this issue?

@improperaffo
Copy link
Author

Yes, we set static constexpr double RECEIVE_TIMEOUT_S; and static constexpr double TRANSMIT_TIMEOUT_S to 0 (previously they had a value greater than zero.

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