Changes between Version 6 and Version 7 of Radio Board Control


Ignore:
Timestamp:
Nov 20, 2005, 1:35:42 AM (19 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Radio Board Control

    v6 v7  
    11= Radio Board Control Library =
    2 The 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.
     2The latest version of our C code for controlling the WARP radio board is available from the [source:"/PlatformSupport/WARP_Libraries/@latest" repository]. The documentation for the library is included below.
    33
    4 == [source:/trunk/EDK/TAP_Libraries/warpradio_max2829.c warpradio_max2829.c] ==
     4== [source:/PlatformSupport/WARP_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 ''[source:"/trunk/EDK/TAP_Libraries/warpradio_max2829.c@latest#L134" void WARPRadio_InitializeSPI(unsigned int* baseaddr)]''
     7''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L134" 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