Changes between Version 34 and Version 35 of HardwareUsersGuides/RadioBoard_v1.4/RadioController


Ignore:
Timestamp:
Mar 20, 2007, 8:08:41 PM (17 years ago)
Author:
sgupta
Comment:

--

Legend:

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

    v34 v35  
    8484
    8585'''Transmit State Machine:''' In the Radio Controller there is a state machine that is triggered when the `TxEnable(...)` function from `radio_controller_basic.h` is called. It controls the transmit enable pin of the radio, the output transmit gain (if in hardware mode) and the amplifier. Using `SetTxTiming(...)` and `SetTxGainTiming(...)` several parameters can be controlled such as delay for turning on transmit enable, the amplifier and gain ramping along with the rate that gain reaches its target value. Both function calls are in [/PlatformSupport/CustomPeripherals/drivers/radio_controller_v1_08_a/src/radio_controller_ext.h#L69 radio_controller_ext.h].
     86
     87== [wiki:RadioControllerAPI Radio Controller API] ==