Changes between Version 7 and Version 8 of HardwareUsersGuides/RadioBoard_v1.4/RadioController


Ignore:
Timestamp:
Jul 17, 2006, 4:00:15 PM (18 years ago)
Author:
sgupta
Comment:

--

Legend:

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

    v7 v8  
    1414 1. Check the box referring to the Radio Controller to include it.
    1515 1. Also you will see four other peripherals called [wiki:RadioBridge Radio Bridges]. Each of these refer to a daughtercard slot on the FPGA board. If your radio is in slot 2, check the box for Radio_Bridge_2. If you have mutliple radios you may check more than one bridge.
    16 ''To use the Radio Controller you must have alteast one Radio Bridge included. Also setting up Radio Bridge without the Radio Controller does not provide with any tools to use the radios.''
     16''To use the Radio Controller you must have alteast one Radio Bridge included. Also setting up Radio Bridge without the Radio Controller does not provide any tools to use the radios.''
     17
     18Once the project has been created you will notice a Radio Controller core in the System Assembly View.
     19
     20== Using the Radio Controller Drivers ==
     21
     22All the functions provided with the radio controller can be accessed through radio_controller.h. Include this file in your C program by inserting the following line at the top:
     23{{{
     24#include "radio_controller.h"
     25}}}
     26
     27All the radio controller functions are divided into two sets. The first controls the Maxim Radio on the board and begin with `WarpRadio_` while the second set controls the Digitial-to-Analog Converter for the data and these begin with `WarpDac_`.