Changes between Version 10 and Version 11 of Radio Board Control


Ignore:
Timestamp:
Jan 25, 2006, 3:12:40 PM (18 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Radio Board Control

    v10 v11  
    33= Radio Board Control Library =
    44The 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.
    5 
    6 == [source:/PlatformSupport/WARP_Libraries/warpradio_max2829.c warpradio_max2829.c] ==
    7 This file provides functions for controlling the WARP radio board's ADC and RF transceiver chips.
    8 
    9 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L134" void WARPRadio_InitializeSPI(unsigned int* baseaddr)]''
    10 [[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.
    11 
    12 
    13 
    14 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L144" void WarpRadio_InitializeRadio(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''