Download Print this page

Texas Instruments SimpleLink CC2620 Technical Reference Manual page 1498

Zigbee rf4ce wireless mcu simplelink cc13 series; simplelink cc26 series

Advertisement

RF Core HAL
23.3.3.1.7 CMD_RX_TEST: Receiver Test Command
Command ID number: 0x0807
CMD_RX_TEST is a radio operation command used to set the receiver in infinite RX mode for test
purposes.
The sync word programmed in the receiver is given in the LSBs of syncWord. If config.bNoSync is 1, the
correlation thresholds for sync search are set to the maximum value to avoid getting sync. The thresholds
are restored after the command ends. If config.bEnaFifo is 0, the modem FIFO is not enabled so that
received bits are not stored. If config.bEnaFifo is 1, the modem FIFO is enabled, but data is not read out;
this must then be done by the application. After sync and before the end trigger, the radio CPU does not
access the modem registers, so that accesses directly from the system CPU to the FIFO registers can be
safely done.
If pktConfig.bFsOn is 1, the synthesizer is turned off (corresponding to CMD_FS_OFF; see
Section
23.3.3.1.6) after the operation is done; otherwise the synthesizer is left on.
A trigger to end the operation is set up by endTrigger and endTime (see
that is defined by this parameter occurs, the radio operation ends.
The operation ends by one of the causes listed in
The command structure for CMD_RX_TEST contains the fields listed in
Byte
Byte Field
Index
Name
14
config
15
endTrigger
16–19
syncWord
20–23
endTime
1498
Radio
Table 23-25. CMD_RX_TEST Command Format
Bits
Bit Field Name
0
Reserved
1
bFsOff
2
bNoSync
Copyright © 2015, Texas Instruments Incorporated
Section
Table
23-14.
Table
Type
Description
W
Set to 0
0: Keep frequency synthesizer on after command.
W
1: Turn frequency synthesizer off after command.
0: Run sync search as normal for the configured mode.
W
1: Write correlation thresholds to the maximum value to
avoid getting sync.
W
Trigger classifier for ending the operation
W
Sync word to use for receiver
W
Time to end the operation
SWCU117C – February 2015 – Revised September 2015
www.ti.com
23.3.2.5.1). If the trigger
23-25.
Submit Documentation Feedback

Hide quick links:

Advertisement

loading