Download Print this page

Texas Instruments SimpleLink CC2620 Technical Reference Manual page 1506

Zigbee rf4ce wireless mcu simplelink cc13 series; simplelink cc26 series

Advertisement

RF Core HAL
23.3.4.6 CMD_GET_FW_INFO: Request Information on the Firmware Being Run
Command ID number: 0x0002
CMD_GET_FW_INFO is an immediate command that takes the parameters listed in
Byte Index
Field Name
0–1
commandNo
2–3
versionNo
4–5
startOffset
6–7
freeRamSz
8–9
availRatCh
On reception, the radio CPU reports information on the running radio firmware. A version number is
returned in versionNo. The startOffset and freeRamSz fields contain information on the area in the radio
RAM that is not used by the radio CPU for data (including stack and heap). This area is free to use by the
system CPU for data exchange, radio CPU patching, or other purposes. The start and end address of the
free RAM is given as offset from the start of the radio RAM.
NOTE: Some of this free RAM is used for patches provided by TI.
The availRatCh field is a bitmap where bit position n indicates whether radio timer channel n may be used
by the system CPU. A bit value of 1 indicates that the corresponding channel may be used by the system
CPU, while a bit value of 0 means that the channel is reserved for the radio CPU or nonexistent.
23.3.4.7 CMD_START_RAT: Asynchronously Start Radio Timer Command
Command ID number: 0x0405
CMD_ START_RAT is a direct command.
On reception, the radio CPU starts the radio timer if it has not already been started.
If the radio timer is already running, the radio CPU returns the result ContextError in CMDSTA. Otherwise,
the radio CPU returns Done.
23.3.4.8 CMD_PING: Respond With Interrupt
Command ID number: 0x0406
CMD_PING is a direct command.
On reception, the radio CPU returns Done in CMDSTA. This command can test the communication
between the two CPUs, or to check when the radio CPU is ready after boot.
1506
Radio
Table 23-39. CMD_GET_FW_INFO Command Format
Bits
Bit Field Name
Copyright © 2015, Texas Instruments Incorporated
Table
Type
Description
W
The command ID number
R
Firmware version number
R
The start of free RAM
R
The size of free RAM
R
Bitmap of available RAT channels
SWCU117C – February 2015 – Revised September 2015
Submit Documentation Feedback
www.ti.com
23-39.

Hide quick links:

Advertisement

loading