Changes between Version 3 and Version 4 of Radio Board Control


Ignore:
Timestamp:
Nov 15, 2005, 5:30:54 PM (19 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Radio Board Control

    v3 v4  
    22The latest version of our C code for controlling the WARP radio board is available from the [source:"trunk/EDK/TAP_Libraries/@latest" repository]. The documentation for the library is included below.
    33
    4 == [source:/trunk/EDK/TAP_Libraries/tapradio_max2829.c tapradio_max2829.c] ==
     4== [source:/trunk/EDK/TAP_Libraries/warpradio_max2829.c warpradio_max2829.c] ==
    55This file provides functions for controlling the WARP radio board's ADC and RF transceiver chips.
    66
    7 '''{{{void TapRadio_InitializeSPI(unsigned int* baseaddr)}}}'''
     7'''{{{void WARPRadio_InitializeSPI(unsigned int* baseaddr)}}}'''
    88[[BR]]Initializes the SPI controller. This function must be called before any radio setup functions can be used. ''baseaddr'' is the base address of the SPI controller on the SPI bus.
    99