On Thu, Oct 13, 2016 at 4:00 AM, Max <[email protected]> wrote: > linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.008.004-0-unknown > ... > INFO 3036346112 12:51:43.3 UHDDevice.cpp:743:parse_dev_type: Using USRP1 > type transmit window for B-Series Device B210 > -- Asking for clock rate 3.200000 MHz > > UHD Warning: > The requested master_clock_rate 3.200000 MHz exceeds bounds imposed > by UHD. > The master_clock_rate has been forced to 5.000000 MHz.
The 3.2 MHz setting was used to get around a timestamp conversion bug in UHD, but that's not supported in versions below 3.9.0. I don't like to keep raising the minimum UHD requirement, but that seems to be the best choice in the current situation. -TT
