diff options
author | Same-Writer <sam.reiter@ettus.com> | 2019-08-01 10:28:25 -0500 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-08-07 11:43:57 -0700 |
commit | 48cbf038e2e95d4137fc0c533969ac1d4720bfee (patch) | |
tree | db0caba1e4945b999fe5606fee5ea983dce5964e /host | |
parent | d65a22434cad03c464fa5dbf0c53646307b074ea (diff) | |
download | uhd-48cbf038e2e95d4137fc0c533969ac1d4720bfee.tar.gz uhd-48cbf038e2e95d4137fc0c533969ac1d4720bfee.tar.bz2 uhd-48cbf038e2e95d4137fc0c533969ac1d4720bfee.zip |
docs: x300: update docs for multiple timed commands
Adding advisory in the X300 manual page regarding issuing multiple
timed commands causing device lockups.
Diffstat (limited to 'host')
-rw-r--r-- | host/docs/usrp_x3x0.dox | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host/docs/usrp_x3x0.dox b/host/docs/usrp_x3x0.dox index 58f3a2dd3..602b6e013 100644 --- a/host/docs/usrp_x3x0.dox +++ b/host/docs/usrp_x3x0.dox @@ -805,5 +805,10 @@ they can be queried through the API. - **ref_locked** - clock reference locked (internal/external) - Other sensors are added when the GPSDO is enabled +\subsection x3x0_misc_timed_cmds_lockup Multiple Timed Command Advisory + +When issuing multiple timed commands to an x3xx device, it is important to ensure that the device is streaming data in some capacity. In the HG and XG images, the DDC & DUC derive their sense of time from the header of passing packets. This sense of time is necessary to execute timed commands. Repeatedly issuing timed commands without streaming will result in the command queue of the DDC / DUC backing up and overflowing, putting the device in a state where a full restart is required. + + */ // vim:ft=doxygen: |