Nuand / bladeRF

bladeRF USB 3.0 Superspeed Software Defined Radio Source Code
http://nuand.com
Other
1.13k stars 455 forks source link

[libbladeRF] Cypress backend timeouts & receiving NULL buffers upon transfer completion #443

Open jynik opened 8 years ago

jynik commented 8 years ago

During testing in Windows with the CyUSB3 driver, I've been experiencing problems with the TX stream receiving transfer completions from the CyUSB3 driver consisting of NULL buffers when attempting to shut down.

To work around this for the time being, the libusb backend may be used instead.

jynik commented 8 years ago

I've worked back through libbladeRF v1.4.0 and still was able to reproduce this issue. Based upon my previous testing, these versions were passing tests that now fail.

It may be the case that this isn't a libbladeRF regression, but rather related to the CyFX3 SDK 1.3.1 -> 1.3.3 upgrade (includes Cypress driver and library updates). Will update this issue once I've tried rolling those back.

jynik commented 8 years ago

Reverted to CyFX3 SDK 1.3.1 and still reproduced this failure.

rtucker commented 7 years ago

Reproduction currently blocked on #523