Changes between Version 5 and Version 6 of HardwareUsersGuides/RadioBoard_v1.4/RadioController


Ignore:
Timestamp:
Jul 14, 2006, 5:17:03 PM (18 years ago)
Author:
sgupta
Comment:

--

Legend:

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

    v5 v6  
    22
    33The radio contoller is a custom peripheral designed to utilize the many functions of the radio boards. It contains SPI logic to set the registers in the Radio and DAC chips on the boards and logic to keep track of the control pins for both of the chips. Also provided with the radio controller are drivers that enable the use of the radio controller. For the latest copy of the radio controller and its drivers refer to the [source:PlatformSupport/CustomPeripherals/ repository].
     4
     5This core only has logic in it and does not connect to pins directly. It must be used in conjunction with the [wiki:RadioBridge radio bridge] peripheral which actually provides the connections for each of the four available daughtercard slots. Select radio bridges for the locations where a WARP radio board is plugged in. Up to four radio bridges can be used in a project.
     6
     7The radio controller is an EDK peripheral that should be available as an option in Base System Builder when using the Board Description File (*.xbd) that is in the repository.
    48
    59== Setting up the Radio Controller Peripheral ==