Hi, I have launched B210 USRP MIMO config. I have problem in transmission on both Tx channels. However, there is no problem in receiving on both ones. In transmission on both channels continous Underflows appear in console. It is independent of the Tx sampling rate. How can I fix the problem? I have used the following code for initializing the uhd stream.
size_t channel[2] = { 0,1 };; uhd_stream_args_t stream_args = { cpu_format = "fc32", otw_format = "sc16", args = "", channellist = channel, n_channel = 1 }; How can I fix the problem?
_______________________________________________ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com