From 23aafe851b394f74fbb479937d560933b627fe8c Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Mon, 19 Nov 2018 17:25:47 -0800 Subject: x300: fixup minimum master clock rate Recent clocking changes set the minimum master clock rate to 187.5MHz, instead of the actual 184.32MHz. This change corrects that. --- host/lib/usrp/x300/x300_defaults.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/lib/usrp/x300/x300_defaults.hpp b/host/lib/usrp/x300/x300_defaults.hpp index 363a90314..aa8d1b688 100644 --- a/host/lib/usrp/x300/x300_defaults.hpp +++ b/host/lib/usrp/x300/x300_defaults.hpp @@ -33,7 +33,7 @@ static constexpr size_t DST_ADDR = 2; static constexpr double DEFAULT_TICK_RATE = 200e6; // Hz static constexpr double MAX_TICK_RATE = 200e6; // Hz -static constexpr double MIN_TICK_RATE = 187.5e6; // Hz +static constexpr double MIN_TICK_RATE = 184.32e6; // Hz static constexpr double BUS_CLOCK_RATE = 187.5e6; // Hz static const std::string FW_FILE_NAME = "usrp_x300_fw.bin"; -- cgit v1.2.3