diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-03-29 15:29:12 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-03-30 11:32:35 -0700 |
commit | 6e4e3bc24d4781d411e53947cbe66cb9a95cbc65 (patch) | |
tree | 08dc11886e493a5461a21e61fd0b02ada851d58e /host/docs/usrp_b200.dox | |
parent | 7ced80beccf6bfb1a906253b5fd0cedd06962029 (diff) | |
download | uhd-6e4e3bc24d4781d411e53947cbe66cb9a95cbc65.tar.gz uhd-6e4e3bc24d4781d411e53947cbe66cb9a95cbc65.tar.bz2 uhd-6e4e3bc24d4781d411e53947cbe66cb9a95cbc65.zip |
docs: b200: Suggest modifying recv_frame_size for more stability
Diffstat (limited to 'host/docs/usrp_b200.dox')
-rw-r--r-- | host/docs/usrp_b200.dox | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/host/docs/usrp_b200.dox b/host/docs/usrp_b200.dox index 09ad9e396..55524cde9 100644 --- a/host/docs/usrp_b200.dox +++ b/host/docs/usrp_b200.dox @@ -115,9 +115,9 @@ The property to control the analog RX bandwidth is `bandwidth/value`. UHD will not allow you to set bandwidths larger than your current master clock rate. -\section Hardware Reference +\section b200_hw_ref Hardware Reference -\subsection LED Indicators +\subsection b200_hw_ref_leds LED Indicators Below is a table of the B200/B210 LED indicators and their meanings: @@ -194,7 +194,7 @@ condition, indicating that the host is not sending or receiving samples fast enough. The host will be notified of the condition and output a "U" or "O" as well. -\subsection External Connections +\subsection b200_hw_ref_ext External Connections Below is a table showing the B200/B210 external connections and respective power information: @@ -282,9 +282,14 @@ Component ID | Description | Details \section b200_known_issues Known issues -The B200 and B210 cannot support an external 10 MHz reference if a GPSDO is -already present on the motherboard. If an external 10 MHz is to be used, the -GPSDO needs to be physically removed from the device beforehand. +- The B200 and B210 cannot support an external 10 MHz reference if a GPSDO is + already present on the motherboard. If an external 10 MHz reference is to be + used, the GPSDO needs to be physically removed from the device beforehand. + +- The default streaming settings do not work optimally for all use cases. If + there are issues with performance or stability, it can help to modify the + `recv_frame_size` values, e.g., by setting `recv_frame_size=1024` as part of + the device args. */ |