diff options
-rw-r--r-- | host/lib/usrp/common/lmx2592.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/host/lib/usrp/common/lmx2592.cpp b/host/lib/usrp/common/lmx2592.cpp index 9a31f0ec7..ec467acc8 100644 --- a/host/lib/usrp/common/lmx2592.cpp +++ b/host/lib/usrp/common/lmx2592.cpp @@ -240,9 +240,11 @@ public: const auto actual_f_lo = actual_fcore_vco * vco_multiplier / output_divider; UHD_LOGGER_TRACE("LMX2592") << "Tuned to " << actual_f_lo; + + // Toggle fcal field to start calibration + _regs.fcal_enable = 0; commit(); - // Run Frequency Calibration _regs.fcal_enable = 1; commit(); |