diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-03-23 16:39:21 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-03-23 16:39:21 -0700 |
commit | 2b2ced8eb2e252f1360ca87aa96b4bea252d9c66 (patch) | |
tree | cf7fd2083cd29532decf68f74909c04145e241b2 | |
parent | 890e78d8736c63d488965b65a4e2ec8a44c5584d (diff) | |
download | uhd-2b2ced8eb2e252f1360ca87aa96b4bea252d9c66.tar.gz uhd-2b2ced8eb2e252f1360ca87aa96b4bea252d9c66.tar.bz2 uhd-2b2ced8eb2e252f1360ca87aa96b4bea252d9c66.zip |
docs: Add Known Issues section for USRP2/N2x0
-rw-r--r-- | host/docs/usrp2.dox | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/host/docs/usrp2.dox b/host/docs/usrp2.dox index ab36fe1a8..359772f05 100644 --- a/host/docs/usrp2.dox +++ b/host/docs/usrp2.dox @@ -466,5 +466,12 @@ If you need to change any of there, you should then be able to run: to set the 'mac-addr', 'serial' and 'Mboard'. +\subsection usrp2_known_issues Known Issues + +- When setting `clock_source` to external, but not providing an external + reference, there are cases when a successful lock is reported even though + no clock signal is present, which can cause false positives. Terminating the + clock input may help in some cases. + */ // vim:ft=doxygen: |