Changes between Version 2 and Version 3 of HardwareUsersGuides/WARPv3/RF


Ignore:
Timestamp:
Aug 12, 2012, 3:24:47 PM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HardwareUsersGuides/WARPv3/RF

    v2 v3  
    1515The Tx DCO calibration values are stored at dedicated bytes in the EEPROM. See the [wiki:./EEPROM EEPROM page] for details.
    1616
    17 The WARP v3 design uses auxiliary DACs in the AD9963 to apply small DC offsets to the differential I/Q DAC outputs. The auxiliary DACs are configured via SPI. The [wiki:/cores/ad_controller ad_controller] driver provides functions for writing the DAC values from user code.
     17The WARP v3 design uses auxiliary DACs in the AD9963 to apply small DC offsets to the differential I/Q DAC outputs. The auxiliary DACs are configured via SPI. The [wiki:/cores/w3_ad_controller w3_ad_controller] driver provides functions for writing the DAC values from user code.
    1818
    19 User designs should read Tx DCO calibration values from the EEPROM and update the AD9963 auxiliary DACs on every boot. The [wiki:/cores/radio_controller radio_controller] driver provides the function radioController_apply_TxDCO_calibration() implementing this process.
     19User designs should read Tx DCO calibration values from the EEPROM and update the AD9963 auxiliary DACs on every boot. The [wiki:/cores/radio_controller radio_controller] driver provides the function radio_controller_apply_TxDCO_calibration() implementing this process.
    2020
    2121