Changes between Version 15 and Version 16 of HardwareUsersGuides/RadioBoard_v1.4/RadioController


Ignore:
Timestamp:
Jul 20, 2006, 5:51:37 PM (18 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HardwareUsersGuides/RadioBoard_v1.4/RadioController

    v15 v16  
    3636}}}
    3737    If the project has been created with the Base System Builder, generally the base address of the radio controller is XPAR_RADIO_CONTROLLER_0_BASEADDR. Be sure to check this to be certain.
    38  1. {{{radios}}}/{{{dacs}}}: This refers to the Radios or the DACs that are to be affected by the function call. Each radio and DAC on the Radio Board can be selected by {{{RADIO1}}} or {{{DAC1}}} if the Radio Board is in slot 1, {{{RADIO2}}} or {{{DAC2}}} if in slot 2, etc. To call the function on multiple boards at the same time, OR (|) the values with each other. For example, {{{RADIO1|RADIO2}}} would affect both the radios in slot 1 and 2.
     38 1. {{{radios}}}/{{{dacs}}}: This refers to the Radios or the DACs that are to be affected by the function call. Each radio and DAC on the Radio Board can be selected by {{{RADIO1_ADDR}}} or {{{DAC1_ADDR}}} if the Radio Board is in slot 1, {{{RADIO2_ADDR}}} or {{{DAC2_ADDR}}} if in slot 2, etc. To call the function on multiple boards at the same time, OR (|) the values with each other. For example, {{{RADIO1_ADDR|RADIO2_ADDR}}} would affect both the radios in slot 1 and 2.
    3939
    4040Any other inputs are explained at the top of that function in {{{radio_controller.h}}}.