I have a patch that I've tested to work well. In UHD v4.0.0.0, add this
line of code:
diff --git a/host/lib/usrp/cores/rx_vita_core_3000.cpp
b/host/lib/usrp/cores/rx_vita_core_3000.cpp
index 4b09f75fd..368ae8e0a 100644
--- a/host/lib/usrp/cores/rx_vita_core_3000.cpp
+++ b/host/lib/usrp/cores/rx_vita_core_3000.cpp
@@ -117,6 +117,9 @@ struct rx_vita_core_3000_impl : rx_vita_core_3000
cmd_word |= uint32_t((inst_stop) ? 1 : 0) << 28;
cmd_word |= (inst_samps) ? stream_cmd.num_samps : ((inst_stop)
? 0 : 1);
+ _continuous_streaming = stream_cmd.stream_mode
+ ==
stream_cmd_t::STREAM_MODE_START_CONTINUOUS;
+
// issue the stream command
_iface->poke32(REG_CTRL_CMD, cmd_word);
const uint64_t ticks =
Ron
On 8/10/21 10:48 PM, Paul Atreides wrote:
what is the current guidance until this bug is fixed? i've recompiled
UHD 3 times now.
UHD4.0
UHD4.1
master
all of them have the same issue, if i get even one overflow in
gnuradio the screen locks up, in rx_benchmark/rx_samples_to_file the
program terminates early.
when will this be fixed?
_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]