diff options
| author | Ashish Chaudhari <ashish@ettus.com> | 2015-07-22 17:54:17 -0700 |
|---|---|---|
| committer | Ashish Chaudhari <ashish@ettus.com> | 2015-07-22 17:54:17 -0700 |
| commit | f76f599be281d773736940d53aafc6d7e9d536ca (patch) | |
| tree | 51bbbfb2d7995c6de7a50671b929a054760c2765 /host/lib/usrp/x300/x300_fw_common.h | |
| parent | dfedaf1726cd6ed1dbfc1c9d8c40716a557b05ed (diff) | |
| download | uhd-f76f599be281d773736940d53aafc6d7e9d536ca.tar.gz uhd-f76f599be281d773736940d53aafc6d7e9d536ca.tar.bz2 uhd-f76f599be281d773736940d53aafc6d7e9d536ca.zip | |
x300: Added a comprehensive radio reset sequence
- Everytime the LMK is configured, we do the following:
- Reset all LMK regs
- Wait for LMK lock
- Reset radio_clk PLL in FPGA
- Wait for FPGA PLL to lock
- Assert radio_rst which resets downstream radio logic
- This address the intermittent self-cal failures due to uncalibrated IDELAY taps
- Bumped FPGA compat to 12
Diffstat (limited to 'host/lib/usrp/x300/x300_fw_common.h')
| -rw-r--r-- | host/lib/usrp/x300/x300_fw_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_fw_common.h b/host/lib/usrp/x300/x300_fw_common.h index 63dbd1d32..e137b916b 100644 --- a/host/lib/usrp/x300/x300_fw_common.h +++ b/host/lib/usrp/x300/x300_fw_common.h @@ -33,7 +33,7 @@ extern "C" { #define X300_REVISION_MIN 2 #define X300_FW_COMPAT_MAJOR 4 #define X300_FW_COMPAT_MINOR 0 -#define X300_FPGA_COMPAT_MAJOR 11 +#define X300_FPGA_COMPAT_MAJOR 12 //shared memory sections - in between the stack and the program space #define X300_FW_SHMEM_BASE 0x6000 |
