This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi, I have already bought CC1111 USB Evaluation Module Kit 868/915 MHz (www.ti.com/.../cc1111emk868-915), and SimpleLink™ Sub-1 GHz CC1310 Evaluation Module Kit (www.ti.com/.../CC1310EMK), as shown below.
I am trying to run and debug the example project provided by TI. This project is shown below
I find that CC1111 USB Evaluation Module Kit 868/915 MHz cannot receive any data packet.
Could some one provide some instructions about how to receive the packet from CC1310 by using CC1111 USB Evaluation Module Kit 868/915 MHz?
Thank you.
Hi,
Sync words ( by default) are different from CC1111 to CC1310. So, use the same Sync word ( SYNC0 & SYNC1) on both devices. Also make sure both transmitter and receiver uses the same freq, data rate, modulation etc..
You may also try increasing the Rx Filter Bandwidth on the Receiver to accomodate any tranmit frrequency offset (due to crystal tolerance) on the transmitter.
Thanks,
PM
Hi, thank you. How to know the Sync word ( SYNC0 & SYNC1) used by CC1111 USB Evaluation Module Kit 868/915 MHz? Is through the software below?
My final aim is to know the Sync word ( SYNC0 & SYNC1) used by CC1111 USB Evaluation Module Kit 868/915 MHz and set the Sync word ( SYNC0 & SYNC1) of CC1310 to be the same as that.
I open the file "simpliciti_high_868.prs" provided by the software, as shown in the above figure. The content of this file is
# Deviation = 128.906250
# Base frequency = 868.299683
# Carrier frequency = 868.299683
# Channel number = 0
# Carrier frequency = 868.299683
# Modulated = true
# Modulation format = GFSK
# Manchester enable = false
# Sync word qualifier mode = 30/32 sync word bits detected
# Preamble count = 4
# Channel spacing = 199.951172
# Carrier frequency = 868.299683
# Data rate = 249.756
# RX filter BW = 600.000000
# Length config = Variable packet length mode. Packet length configured by the first byte after sync word
# CRC enable = true
# Packet length = 255
# Device address = 0
# Address config = No address check
# PA ramping = false
# TX power = 0
#---------------------------------------------------
# Packet sniffer settings for: CC1111
#
IOCFG0 | 0xDF31|0x06|Radio Test Signal Configuration (P1_5)
PKTCTRL0 | 0xDF04|0x05|Packet Automation Control
FSCTRL1 | 0xDF07|0x0C|Frequency Synthesizer Control
FREQ2 | 0xDF09|0x24|Frequency Control Word, High Byte
FREQ1 | 0xDF0A|0x2D|Frequency Control Word, Middle Byte
FREQ0 | 0xDF0B|0xDD|Frequency Control Word, Low Byte
MDMCFG4 | 0xDF0C|0x1D|Modem configuration
CHANNR | 0xDF06|0x00|Channel Number
MDMCFG3 | 0xDF0D|0x55|Modem Configuration
MDMCFG2 | 0xDF0E|0x13|Modem Configuration
MDMCFG1 | 0xDF0F|0x23|Modem Configuration
MDMCFG0 | 0xDF10|0x11|Modem Configuration
DEVIATN | 0xDF11|0x63|Modem Deviation Setting
MCSM0 | 0xDF14|0x18|Main Radio Control State Machine Configuration
FOCCFG | 0xDF15|0x1D|Frequency Offset Compensation Configuration
BSCFG | 0xDF16|0x1C|Bit Synchronization Configuration
AGCCTRL2 | 0xDF17|0xC7|AGC Control
AGCCTRL1 | 0xDF18|0x00|AGC Control
AGCCTRL0 | 0xDF19|0xB0|AGC Control
FREND1 | 0xDF1A|0xB6|Front End RX Configuration
FSCAL3 | 0xDF1C|0xEA|Frequency Synthesizer Calibration
FSCAL2 | 0xDF1D|0x2A|Frequency Synthesizer Calibration
FSCAL1 | 0xDF1E|0x00|Frequency Synthesizer Calibration
FSCAL0 | 0xDF1F|0x1F|Frequency Synthesizer Calibration
TEST1 | 0xDF24|0x31|Various Test Settings
TEST0 | 0xDF25|0x09|Various Test Settings
PA_TABLE0| 0xDF2E|0x50|PA Power Setting 0
Thank you.
If SYNC1/SYNC0 is not set in the Packet sniffer settings you list the syncword is set to the default which is 0xD391D391
Hi, I have modified the sync word of CC1310 through changing the file "smartrf_settings.c", as shown below
then, I clean the project and rebuild it, and debug it. I can debug it into the while loop for sending packet out, as shown below
I then open the software, TI SmartRF Packet Sniffer. I choose “Generic”, as shown below
Then, I choose the capturing device, as shown below
Then, I choose the register settings and click the run button, as shown below
I find that I still cannot receive any packets from CC1310.
Of course, the breakpoints inside the while loop have been removed and the code runs continuously.
Is there something wrong in my settings? Except those steps stated above, other settings are left in their default settings. I just open the box and use them.
Thank you.
Hi, regarding your question " is that the case with the CC1110 setup you are using?", how to find this parameter?
From the figures above, you can see that I choose to use "simpliciti_high_868.prs" for register settings. I open this file and its contents are
# Deviation = 128.906250
# Base frequency = 868.299683
# Carrier frequency = 868.299683
# Channel number = 0
# Carrier frequency = 868.299683
# Modulated = true
# Modulation format = GFSK
# Manchester enable = false
# Sync word qualifier mode = 30/32 sync word bits detected
# Preamble count = 4
# Channel spacing = 199.951172
# Carrier frequency = 868.299683
# Data rate = 249.756
# RX filter BW = 600.000000
# Length config = Variable packet length mode. Packet length configured by the first byte after sync word
# CRC enable = true
# Packet length = 255
# Device address = 0
# Address config = No address check
# PA ramping = false
# TX power = 0
#---------------------------------------------------
# Packet sniffer settings for: CC1111
#
IOCFG0 | 0xDF31|0x06|Radio Test Signal Configuration (P1_5)
PKTCTRL0 | 0xDF04|0x05|Packet Automation Control
FSCTRL1 | 0xDF07|0x0C|Frequency Synthesizer Control
FREQ2 | 0xDF09|0x24|Frequency Control Word, High Byte
FREQ1 | 0xDF0A|0x2D|Frequency Control Word, Middle Byte
FREQ0 | 0xDF0B|0xDD|Frequency Control Word, Low Byte
MDMCFG4 | 0xDF0C|0x1D|Modem configuration
CHANNR | 0xDF06|0x00|Channel Number
MDMCFG3 | 0xDF0D|0x55|Modem Configuration
MDMCFG2 | 0xDF0E|0x13|Modem Configuration
MDMCFG1 | 0xDF0F|0x23|Modem Configuration
MDMCFG0 | 0xDF10|0x11|Modem Configuration
DEVIATN | 0xDF11|0x63|Modem Deviation Setting
MCSM0 | 0xDF14|0x18|Main Radio Control State Machine Configuration
FOCCFG | 0xDF15|0x1D|Frequency Offset Compensation Configuration
BSCFG | 0xDF16|0x1C|Bit Synchronization Configuration
AGCCTRL2 | 0xDF17|0xC7|AGC Control
AGCCTRL1 | 0xDF18|0x00|AGC Control
AGCCTRL0 | 0xDF19|0xB0|AGC Control
FREND1 | 0xDF1A|0xB6|Front End RX Configuration
FSCAL3 | 0xDF1C|0xEA|Frequency Synthesizer Calibration
FSCAL2 | 0xDF1D|0x2A|Frequency Synthesizer Calibration
FSCAL1 | 0xDF1E|0x00|Frequency Synthesizer Calibration
FSCAL0 | 0xDF1F|0x1F|Frequency Synthesizer Calibration
TEST1 | 0xDF24|0x31|Various Test Settings
TEST0 | 0xDF25|0x09|Various Test Settings
PA_TABLE0| 0xDF2E|0x50|PA Power Setting 0
Moreover, I only take the " CC1111 USB Evaluation Module Kit 868/915 MHz " out of the box and plug it into my PC's USB.
Thank you.
Hi, I changed the datarate in CC1310 to be 250 kbps and the deviation in CC1310 to be 129 KHz, as shown below
these hex values are found from the code generated by SmartRF Studio v7. The settings of this software are set as shown in the figure below,
Even after making the symbol rate and deviation of CC1310 be the same as that in CC1111, I still cannot receive any packet in CC1111 USB Evaluation Module Kit.
How to solve this problem? Is there something else that I forget to change?
Thank you.
The project file, rfEasyLinkTx_CC1310DK_7XD_TI_CC1310F128,which I am using is put in,
The attached two xml files can be used to have CC1111 and CC1310 communicate with each other at 250 kbps.
You can use them as a starting point/reference.
BR
Siri
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE configuration SYSTEM "C:/Program Files (x86)/Texas Instruments/SmartRF Tools/SmartRF Studio 7/config/xml/configdata.dtd"[]> <dcpanelconfiguration> <Devicename>CC1111</Devicename> <Description>Saved configuration data</Description> <registersettings> <Register> <Name>AGCCTRL0</Name> <Value>0xb0</Value> </Register> <Register> <Name>AGCCTRL1</Name> <Value>0x00</Value> </Register> <Register> <Name>AGCCTRL2</Name> <Value>0xc7</Value> </Register> <Register> <Name>BSCFG</Name> <Value>0x1c</Value> </Register> <Register> <Name>DEVIATN</Name> <Value>0x63</Value> </Register> <Register> <Name>FOCCFG</Name> <Value>0x1d</Value> </Register> <Register> <Name>FREND1</Name> <Value>0xb6</Value> </Register> <Register> <Name>FREQ0</Name> <Value>0xdd</Value> </Register> <Register> <Name>FREQ1</Name> <Value>0x2d</Value> </Register> <Register> <Name>FREQ2</Name> <Value>0x24</Value> </Register> <Register> <Name>FSCAL0</Name> <Value>0x1f</Value> </Register> <Register> <Name>FSCAL1</Name> <Value>0x00</Value> </Register> <Register> <Name>FSCAL2</Name> <Value>0x2a</Value> </Register> <Register> <Name>FSCAL3</Name> <Value>0xea</Value> </Register> <Register> <Name>FSCTRL1</Name> <Value>0x0c</Value> </Register> <Register> <Name>MCSM0</Name> <Value>0x18</Value> </Register> <Register> <Name>MDMCFG0</Name> <Value>0x11</Value> </Register> <Register> <Name>MDMCFG1</Name> <Value>0x23</Value> </Register> <Register> <Name>MDMCFG2</Name> <Value>0x13</Value> </Register> <Register> <Name>MDMCFG3</Name> <Value>0x55</Value> </Register> <Register> <Name>MDMCFG4</Name> <Value>0x1d</Value> </Register> <Register> <Name>PA_TABLE0</Name> <Value>0x50</Value> </Register> <Register> <Name>PKTCTRL0</Name> <Value>0x05</Value> </Register> <Register> <Name>TEST0</Name> <Value>0x09</Value> </Register> <Register> <Name>TEST1</Name> <Value>0x31</Value> </Register> </registersettings> <dcpanel> <Property name="m_chkRegView" role="44">2</Property> <Property name="m_chkCmdView" role="44">0</Property> <Property name="m_chkRfParameters" role="44">2</Property> <Property name="m_tabUserMode" role="37">1</Property> <Property name="m_easyModeSettings" role="33">-1</Property> <Property name="m_typicalSettings" role="33">6</Property> <Property name="m_testFuncPanel" role="37">3</Property> </dcpanel> <rfparameters> <Property name="Xtal frequency" role="46">48.000000</Property> </rfparameters> <conttx> <Property name="m_rbtModulated" role="45">1</Property> <Property name="m_rbtUnmodulated" role="45">0</Property> <Property name="m_cmbDataFormat" role="46">-1</Property> <Property name="m_chkFreqSweep" role="44">0</Property> <Property name="m_chkChanSweep" role="44">0</Property> </conttx> <contrx> <Property name="m_cmbDataFormat" role="46">-1</Property> <Property name="m_chkAutoScroll" role="44">2</Property> </contrx> <packettx> <Property name="m_edtPayloadSize" role="42">30</Property> <Property name="m_edtPacketCount" role="42">100</Property> <Property name="m_edtPacketCountEsy" role="42">100</Property> <Property name="m_edtRandomPacketData" role="42">13 0d 89 0a 1c db ae 32 20 9a 50 ee 40 78 36 fd 12 49 32 f6 9e 7d 49 dc ad 4f 14 f2 </Property> <Property name="m_edtPacketData" role="42"></Property> <Property name="m_edtAccessAddress" role="42"></Property> <Property name="m_edtDeviceAddress" role="42"></Property> <Property name="m_chkAddSeqNbr" role="44">2</Property> <Property name="m_chkInfinite" role="44">0</Property> <Property name="m_chkInfiniteEsy" role="44">0</Property> <Property name="m_rbtRandom" role="45">1</Property> <Property name="m_rbtText" role="45">0</Property> <Property name="m_rbtHex" role="45">0</Property> <Property name="m_chkAdvanced" role="44">0</Property> </packettx> <packetrx> <Property name="m_edtPacketCount" role="42">100</Property> <Property name="m_edtPacketCountEsy" role="42">100</Property> <Property name="m_edtAccessAddress" role="42"></Property> <Property name="m_chkInfinite" role="44">0</Property> <Property name="m_chkInfiniteEsy" role="44">0</Property> <Property name="m_cmbViewFormat" role="46">0</Property> <Property name="m_chkSeqNbrIncluded" role="44">2</Property> <Property name="m_edtDumpFile" role="42"></Property> <Property name="m_chkAdvanced" role="44">0</Property> <Property name="m_chk802154gMode" role="44">0</Property> </packetrx> <commandpanel> <Property name="m_chkInsertLength" role="44">0</Property> <Property name="m_edtTxFifo" role="42"></Property> <Property name="m_edtRxFifo" role="42"></Property> <Property name="m_cmbInstrInput" role="46">-1</Property> </commandpanel> </dcpanelconfiguration>
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE configuration SYSTEM "C:/Program Files (x86)/Texas Instruments/SmartRF Tools/SmartRF Studio 7/config/xml/configdata.dtd"[]> <dcpanelconfiguration> <Devicename>CC1350_PROP</Devicename> <Description>Saved configuration data</Description> <Patch> <Define>RF_MODE_PROPRIETARY_SUB_1</Define> <Cpe>rf_patch_cpe_genfsk</Cpe> <Mce></Mce> <Rfe></Rfe> <Rpid></Rpid> </Patch> <commandsettings> <Command name="CMD_TX_TEST"> <Field name="commandNo">0x00000808</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="config">0x0000000a</Field> <Field name="txWord">0x0000abcd</Field> <Field name="endTrigger">0x00000001</Field> <Field name="syncWord">0xd391d391</Field> <Field name="endTime">0x00000000</Field> </Command> <Command name="CMD_TX"> <Field name="commandNo">0x00000806</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="pktConfig">0x00000000</Field> <Field name="syncWord">0xa5a5a5a5</Field> <Field name="pTxPkt">0x00000000</Field> <Field name="pktLen">0x00000000</Field> </Command> <Command name="CMD_SYNC_STOP_RAT"> <Field name="commandNo">0x00000809</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000000</Field> <Field name="rat0">0x00000000</Field> </Command> <Command name="CMD_SYNC_START_RAT"> <Field name="commandNo">0x0000080a</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000000</Field> <Field name="rat0">0x00000000</Field> </Command> <Command name="CMD_STOP"> <Field name="commandNo">0x00000402</Field> </Command> <Command name="CMD_SCH_IMM"> <Field name="commandNo">0x00000810</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000000</Field> <Field name="cmdrVal">0x00000000</Field> <Field name="cmdstaVal">0x00000000</Field> </Command> <Command name="CMD_RX_TEST"> <Field name="commandNo">0x00000807</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="config">0x00000004</Field> <Field name="endTrigger">0x00000001</Field> <Field name="syncWord">0xd391d391</Field> <Field name="endTime">0x00000000</Field> </Command> <Command name="CMD_RX"> <Field name="commandNo">0x00000805</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000000</Field> <Field name="pktConfig">0x00000000</Field> <Field name="syncWord">0x00000000</Field> <Field name="syncWord2">0x00000000</Field> <Field name="lenConfig">0x00000000</Field> <Field name="maxLen">0x00000000</Field> <Field name="pRecPkt">0x00000000</Field> <Field name="endTime">0x00000000</Field> <Field name="endTrigger">0x00000000</Field> <Field name="rssi">0x00000000</Field> <Field name="recLen">0x00000000</Field> <Field name="timeStamp">0x00000000</Field> <Field name="nRxOk">0x00000000</Field> <Field name="nRxNok">0x00000000</Field> <Field name="nRx2Ok">0x00000000</Field> <Field name="nRx2Nok">0x00000000</Field> </Command> <Command name="CMD_RADIO_SETUP"> <Field name="commandNo">0x00000802</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="mode">0x00000001</Field> <Field name="loDivider">0x00000000</Field> <Field name="config">0x00000000</Field> <Field name="txPower">0x00000000</Field> <Field name="pRegOverride">0x00000000</Field> <OverrideField name="pRegOverride"> <OverrideBuffer name="TX power override"> <Element32b>ADI_REG_OVERRIDE(0,12,0xF8)</Element32b> </OverrideBuffer> </OverrideField> </Command> <Command name="CMD_PROP_TX_ADV"> <Field name="commandNo">0x00003803</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="pktConf">0x00000000</Field> <Field name="numHdrBits">0x00000000</Field> <Field name="pktLen">0x00000000</Field> <Field name="startConf">0x00000000</Field> <Field name="preTrigger">0x00000000</Field> <Field name="preTime">0x00000000</Field> <Field name="syncWord">0x00000000</Field> <Field name="pPkt">0x00000000</Field> </Command> <Command name="CMD_PROP_TX"> <Field name="commandNo">0x00003801</Field> <Field name="status">0x00000002</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="pktConf">0x00000018</Field> <Field name="pktLen">0x0000001e</Field> <Field name="syncWord">0xd391d391</Field> <Field name="pPkt">0x00000000</Field> </Command> <Command name="CMD_PROP_RX_SNIFF"> <Field name="commandNo">0x00003808</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="pktConf">0x00000000</Field> <Field name="rxConf">0x00000000</Field> <Field name="syncWord">0x00000000</Field> <Field name="maxPktLen">0x00000000</Field> <Field name="address0">0x00000000</Field> <Field name="address1">0x00000000</Field> <Field name="endTrigger">0x00000000</Field> <Field name="endTime">0x00000000</Field> <Field name="pQueue">0x00000000</Field> <Field name="pOutput">0x00000000</Field> <Field name="csConf">0x00000000</Field> <Field name="rssiThr">0x00000000</Field> <Field name="numRssiIdle">0x00000000</Field> <Field name="numRssiBusy">0x00000000</Field> <Field name="corrPeriod">0x00000000</Field> <Field name="corrConfig">0x00000000</Field> <Field name="csEndTrigger">0x00000000</Field> <Field name="csEndTime">0x00000000</Field> </Command> <Command name="CMD_PROP_RX_ADV_SNIFF"> <Field name="commandNo">0x00003809</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="pktConf">0x00000000</Field> <Field name="rxConf">0x00000000</Field> <Field name="syncWord0">0x00000000</Field> <Field name="syncWord1">0x00000000</Field> <Field name="maxPktLen">0x00000000</Field> <Field name="hdrConf">0x00000000</Field> <Field name="addrConf">0x00000000</Field> <Field name="lenOffset">0x00000000</Field> <Field name="endTrigger">0x00000000</Field> <Field name="endTime">0x00000000</Field> <Field name="pAddr">0x00000000</Field> <Field name="pQueue">0x00000000</Field> <Field name="pOutput">0x00000000</Field> <Field name="csConf">0x00000000</Field> <Field name="rssiThr">0x00000000</Field> <Field name="numRssiIdle">0x00000000</Field> <Field name="numRssiBusy">0x00000000</Field> <Field name="corrPeriod">0x00000000</Field> <Field name="corrConfig">0x00000000</Field> <Field name="csEndTrigger">0x00000000</Field> <Field name="csEndTime">0x00000000</Field> </Command> <Command name="CMD_PROP_RX_ADV"> <Field name="commandNo">0x00003804</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="pktConf">0x00000000</Field> <Field name="rxConf">0x00000000</Field> <Field name="syncWord0">0x00000000</Field> <Field name="syncWord1">0x00000000</Field> <Field name="maxPktLen">0x00000000</Field> <Field name="hdrConf">0x00000000</Field> <Field name="addrConf">0x00000000</Field> <Field name="lenOffset">0x00000000</Field> <Field name="endTrigger">0x00000000</Field> <Field name="endTime">0x00000000</Field> <Field name="pAddr">0x00000000</Field> <Field name="pQueue">0x00000000</Field> <Field name="pOutput">0x00000000</Field> </Command> <Command name="CMD_PROP_RX"> <Field name="commandNo">0x00003802</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="pktConf">0x00000018</Field> <Field name="rxConf">0x00000088</Field> <Field name="syncWord">0xd391d391</Field> <Field name="maxPktLen">0x00000080</Field> <Field name="address0">0x000000aa</Field> <Field name="address1">0x000000bb</Field> <Field name="endTrigger">0x00000001</Field> <Field name="endTime">0x00000000</Field> <Field name="pQueue">0x00000000</Field> <Field name="pOutput">0x00000000</Field> </Command> <Command name="CMD_PROP_RADIO_SETUP"> <Field name="commandNo">0x00003806</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="modulation">0x00000000</Field> <Field name="symbolRate">0x00000000</Field> <Field name="rxBw">0x00000000</Field> <Field name="preamConf">0x00000000</Field> <Field name="formatConf">0x00000000</Field> <Field name="config">0x00000000</Field> <Field name="txPower">0x00000000</Field> <Field name="pRegOverride">0x00000000</Field> <OverrideField name="pRegOverride"> <OverrideBuffer name="TX power override"> <Element32b>ADI_REG_OVERRIDE(0,12,0xF8)</Element32b> </OverrideBuffer> </OverrideField> </Command> <Command name="CMD_PROP_RADIO_DIV_SETUP"> <Field name="commandNo">0x00003807</Field> <Field name="status">0x00003400</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="modulation">0x00001021</Field> <Field name="symbolRate">0x01000006</Field> <Field name="rxBw">0x0000002c</Field> <Field name="preamConf">0x00000004</Field> <Field name="formatConf">0x000000a0</Field> <Field name="config">0x00000008</Field> <Field name="txPower">0x0000a73f</Field> <Field name="pRegOverride">0x00000000</Field> <Field name="centerFreq">0x00000364</Field> <Field name="intFreq">0x00008000</Field> <Field name="loDivider">0x00000005</Field> <OverrideField name="pRegOverride"> <OverrideBuffer name="override_synth_prop_863_970_div5.xml"> <Element32b>HW_REG_OVERRIDE(0x4038,0x003A)</Element32b> <Element32b>HW_REG_OVERRIDE(0x4020,0x7F00)</Element32b> <Element32b>HW_REG_OVERRIDE(0x4064,0x0040)</Element32b> <Element32b>0x000684A3</Element32b> <Element32b>0xC0040141</Element32b> <Element32b>0x0533B107</Element32b> <Element32b>0x0A480583</Element32b> <Element32b>0x7AB80603</Element32b> <Element32b>ADI_REG_OVERRIDE(1,4,0x9F)</Element32b> <Element32b>ADI_HALFREG_OVERRIDE(1,7,0x4,0x4)</Element32b> <Element32b>0x02010403</Element32b> <Element32b>0x00108463</Element32b> <Element32b>0x04B00243</Element32b> </OverrideBuffer> <OverrideBuffer name="override_phy_gfsk_rx_rssi.xml"> <Element32b>HW_REG_OVERRIDE(0x6084,0x35F1)</Element32b> <Element32b>0x00038883</Element32b> <Element32b>0x00FB88A3</Element32b> </OverrideBuffer> <OverrideBuffer name="override_phy_agc_reflevel_0x1a.xml"> <Element32b>HW_REG_OVERRIDE(0x6088,0x001A)</Element32b> </OverrideBuffer> <OverrideBuffer name="override_phy_rx_aaf_bw_0xd.xml"> <Element32b>ADI_HALFREG_OVERRIDE(0,61,0xF,0xD)</Element32b> </OverrideBuffer> <OverrideBuffer name="TX power override"> <Element32b>ADI_REG_OVERRIDE(0,12,0xF8)</Element32b> </OverrideBuffer> </OverrideField> </Command> <Command name="CMD_PROP_CS"> <Field name="commandNo">0x00003805</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="csFsConf">0x00000000</Field> <Field name="csConf">0x00000000</Field> <Field name="rssiThr">0x00000000</Field> <Field name="numRssiIdle">0x00000000</Field> <Field name="numRssiBusy">0x00000000</Field> <Field name="corrPeriod">0x00000000</Field> <Field name="corrConfig">0x00000000</Field> <Field name="csEndTrigger">0x00000000</Field> <Field name="csEndTime">0x00000000</Field> </Command> <Command name="CMD_PATTERN_CHECK"> <Field name="commandNo">0x00000813</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000000</Field> <Field name="patternOpt">0x00000000</Field> <Field name="pNextOpIfOk">0x00000000</Field> <Field name="pValue">0x00000000</Field> <Field name="mask">0x00000000</Field> <Field name="compareVal">0x00000000</Field> </Command> <Command name="CMD_NOP"> <Field name="commandNo">0x00000801</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000000</Field> </Command> <Command name="CMD_FS_POWERUP"> <Field name="commandNo">0x0000080c</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000000</Field> <Field name="pRegOverride">0x00000000</Field> </Command> <Command name="CMD_FS_POWERDOWN"> <Field name="commandNo">0x0000080d</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000000</Field> </Command> <Command name="CMD_FS_OFF"> <Field name="commandNo">0x00000804</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000000</Field> </Command> <Command name="CMD_FS"> <Field name="commandNo">0x00000803</Field> <Field name="status">0x00000400</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000001</Field> <Field name="frequency">0x00000364</Field> <Field name="fractFreq">0x00004ccc</Field> <Field name="synthConf">0x00000000</Field> <Field name="midPrecal">0x00000000</Field> <Field name="ktPrecal">0x00000000</Field> <Field name="tdcPrecal">0x00000000</Field> </Command> <Command name="CMD_COUNT_BRANCH"> <Field name="commandNo">0x00000812</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000000</Field> <Field name="counter">0x00000000</Field> <Field name="pNextOpIfOk">0x00000000</Field> </Command> <Command name="CMD_COUNT"> <Field name="commandNo">0x0000080b</Field> <Field name="status">0x00000000</Field> <Field name="pNextOp">0x00000000</Field> <Field name="startTime">0x00000000</Field> <Field name="startTrigger">0x00000000</Field> <Field name="condition">0x00000000</Field> <Field name="counter">0x00000000</Field> </Command> <Command name="CMD_ABORT"> <Field name="commandNo">0x00000401</Field> </Command> </commandsettings> <dcpanel> <Property name="m_chkRegView" role="44">0</Property> <Property name="m_chkCmdView" role="44">2</Property> <Property name="m_chkRfParameters" role="44">2</Property> <Property name="m_tabUserMode" role="37">1</Property> <Property name="m_easyModeSettings" role="33">Settings for 779 - 930 MHz band;50 kbps, 2-GFSK, 25 kHz deviation</Property> <Property name="m_typicalSettings" role="33">Settings for 779 - 930 MHz band;50 kbps, 2-GFSK, 25 kHz deviation</Property> <Property name="m_testFuncPanel" role="37">2</Property> </dcpanel> <targetconfig> <Property name="m_cmbBoardSelection" role="46">0</Property> <Property name="m_chkDcDc" role="44">2</Property> </targetconfig> <rfparameters> <Property name="txPower" role="65535">14</Property> </rfparameters> <conttx> <Property name="m_rbtModulated" role="45">1</Property> <Property name="m_rbtUnmodulated" role="45">0</Property> <Property name="m_cmbDataFormat" role="46">-1</Property> <Property name="m_chkFreqSweep" role="44">0</Property> <Property name="m_chkChanSweep" role="44">0</Property> </conttx> <contrx> <Property name="m_cmbDataFormat" role="46">0</Property> <Property name="m_chkAutoScroll" role="44">2</Property> </contrx> <packettx> <Property name="m_edtPacketCount" role="42">100</Property> <Property name="m_edtPacketCountEsy" role="42">100</Property> <Property name="m_edtFixedPktLength" role="42">28</Property> <Property name="m_edtPacketData" role="42">58 a2 c6 fe 5d 5f 69 c6 32 98 d1 93 f7 00 b8 ca d1 37 06 41 8c e7 97 f4 84 0c </Property> <Property name="m_edtAccessAddress" role="42"></Property> <Property name="m_chkAddSeqNbr" role="44">2</Property> <Property name="m_chkInfinite" role="44">0</Property> <Property name="m_chkInfiniteEsy" role="44">0</Property> <Property name="m_rbtRandom" role="45">1</Property> <Property name="m_rbtText" role="45">0</Property> <Property name="m_rbtHex" role="45">0</Property> <Property name="m_chkAdvanced" role="44">2</Property> <Property name="m_cmbLengthConfig" role="46">0</Property> <Property name="m_edtFixedPktLength" role="42">28</Property> <Property name="m_edtBitLength" role="42"></Property> <Property name="m_grp802154g" role="20">1</Property> <Property name="m_edt802154gPktLength" role="42">30</Property> <Property name="m_rbt802154g2BCrc" role="45">0</Property> <Property name="m_rbt802154g4BCrc" role="45">0</Property> <Property name="m_chk802154gWhitening" role="44">0</Property> <Property name="m_chkFEC" role="44">0</Property> <Property name="m_cmbPreambleCount" role="46">4</Property> <Property name="m_chkAddress" role="44">0</Property> <Property name="m_cmbSyncMode" role="46">31</Property> <Property name="m_spnPktInterval" role="52">200</Property> <Property name="m_chkDefPktInterval" role="44">0</Property> </packettx> <packetview> <Property name="m_edtPktLength" role="42">30</Property> <Property name="m_lblFrmPayload" role="41">58 a2 c6 fe 5d 5f 69 c6 32 98 d1 93 f7 00 b8 ca d1 37 06 41 8c e7 97 f4 84 0c </Property> </packetview> <packetrx> <Property name="m_edtPacketCount" role="42">100</Property> <Property name="m_edtPacketCountEsy" role="42">100</Property> <Property name="m_edtAccessAddress" role="42">0x930b51de</Property> <Property name="m_chkInfinite" role="44">0</Property> <Property name="m_chkInfiniteEsy" role="44">0</Property> <Property name="m_cmbViewFormat" role="46">0</Property> <Property name="m_chkSeqNbrIncluded" role="44">2</Property> <Property name="m_edtDumpFile" role="42"></Property> <Property name="m_chkAdvanced" role="44">0</Property> <Property name="m_chk802154gMode" role="44">0</Property> </packetrx> </dcpanelconfiguration>