Changes between Version 2 and Version 3 of cores/w3_ad_controller


Ignore:
Timestamp:
Aug 20, 2012, 8:28:10 PM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cores/w3_ad_controller

    v2 v3  
    4848The w3_ad_controller pcore includes a C driver to facilitate control of the AD9963s from user code. Refer to the [//svn/WARP/PlatformSupport/CustomPeripherals/pcores/w3_ad_controller_v3_00_b/doc/html/api/index.html w3_ad_controller driver documentation] for more details.
    4949
    50 All driver functions require the base memory address of the w3_iic_eeprom pcore. This address is set in your XPS project. The EDK tools copy this address into a macro in the {{{xparameters.h}}} file when you generate a BSP. The auto-generated macro should be named {{{XPAR_W3_AD_CONTROLLER_0_BASEADDR}}} (assuming your pcore instance is named {{{w3_ad_controller_0}}}, as in the example above).
     50All driver functions require the base memory address of the w3_ad_controller pcore. This address is set in your XPS project. The EDK tools copy this address into a macro in the {{{xparameters.h}}} file when you generate a BSP. The auto-generated macro should be named {{{XPAR_W3_AD_CONTROLLER_0_BASEADDR}}} (assuming your pcore instance is named {{{w3_ad_controller_0}}}, as in the example above).
    5151
    5252{{{