257 lines
8.3 KiB
C
257 lines
8.3 KiB
C
|
//*********************************************************************************
|
||
|
// Generated by SmartRF Studio version 2.10.0 (build#106)
|
||
|
// Compatible with SimpleLink SDK version: No known SDK for this device
|
||
|
// Device: CC2650 Rev. 2.2
|
||
|
//
|
||
|
//*********************************************************************************
|
||
|
|
||
|
|
||
|
//*********************************************************************************
|
||
|
// Parameter summary
|
||
|
// Adv. Address: 010203040506
|
||
|
// Adv. Data: 255
|
||
|
// BLE Channel: 17
|
||
|
// Frequency: 2440 MHz
|
||
|
// PDU Payload length:: 30
|
||
|
// TX Power: 5 dBm
|
||
|
// Whitening: true
|
||
|
|
||
|
#include <ti/devices/DeviceFamily.h>
|
||
|
#include DeviceFamily_constructPath(driverlib/rf_mailbox.h)
|
||
|
#include DeviceFamily_constructPath(driverlib/rf_common_cmd.h)
|
||
|
#include DeviceFamily_constructPath(driverlib/rf_ble_cmd.h)
|
||
|
#include <ti/drivers/rf/RF.h>
|
||
|
#include DeviceFamily_constructPath(rf_patches/rf_patch_cpe_ble.h)
|
||
|
#include DeviceFamily_constructPath(rf_patches/rf_patch_rfe_ble.h)
|
||
|
#include "ieee_settings.h"
|
||
|
|
||
|
|
||
|
// TI-RTOS RF Mode Object
|
||
|
RF_Mode RF_ble =
|
||
|
{
|
||
|
.rfMode = RF_MODE_BLE,
|
||
|
.cpePatchFxn = &rf_patch_cpe_ble,
|
||
|
.mcePatchFxn = 0,
|
||
|
.rfePatchFxn = &rf_patch_rfe_ble,
|
||
|
};
|
||
|
|
||
|
// TX Power table
|
||
|
// The RF_TxPowerTable_DEFAULT_PA_ENTRY macro is defined in RF.h and requires the following arguments:
|
||
|
// RF_TxPowerTable_DEFAULT_PA_ENTRY(bias, gain, boost coefficient)
|
||
|
// See the Technical Reference Manual for further details about the "txPower" Command field.
|
||
|
// The PA settings require the CCFG_FORCE_VDDR_HH = 0 unless stated otherwise.
|
||
|
RF_TxPowerTable_Entry txPowerTable[TX_POWER_TABLE_SIZE] =
|
||
|
{
|
||
|
{-21, RF_TxPowerTable_DEFAULT_PA_ENTRY(7, 3, 0, 6) },
|
||
|
{-18, RF_TxPowerTable_DEFAULT_PA_ENTRY(9, 3, 0, 6) },
|
||
|
{-15, RF_TxPowerTable_DEFAULT_PA_ENTRY(11, 3, 0, 6) },
|
||
|
{-12, RF_TxPowerTable_DEFAULT_PA_ENTRY(11, 1, 0, 10) },
|
||
|
{-9, RF_TxPowerTable_DEFAULT_PA_ENTRY(14, 1, 1, 12) },
|
||
|
{-6, RF_TxPowerTable_DEFAULT_PA_ENTRY(18, 1, 1, 14) },
|
||
|
{-3, RF_TxPowerTable_DEFAULT_PA_ENTRY(24, 1, 1, 18) },
|
||
|
{0, RF_TxPowerTable_DEFAULT_PA_ENTRY(33, 1, 1, 24) },
|
||
|
{1, RF_TxPowerTable_DEFAULT_PA_ENTRY(20, 0, 0, 33) },
|
||
|
{2, RF_TxPowerTable_DEFAULT_PA_ENTRY(24, 0, 0, 39) },
|
||
|
{3, RF_TxPowerTable_DEFAULT_PA_ENTRY(28, 0, 0, 45) },
|
||
|
{4, RF_TxPowerTable_DEFAULT_PA_ENTRY(36, 0, 1, 73) },
|
||
|
{5, RF_TxPowerTable_DEFAULT_PA_ENTRY(48, 0, 1, 73) },
|
||
|
RF_TxPowerTable_TERMINATION_ENTRY
|
||
|
};
|
||
|
|
||
|
|
||
|
// Overrides for CMD_RADIO_SETUP
|
||
|
uint32_t pOverrides[] =
|
||
|
{
|
||
|
// override_use_patch_ble_1mbps.xml
|
||
|
// PHY: Use MCE ROM, RFE RAM patch
|
||
|
MCE_RFE_OVERRIDE(0,0,0,1,0,0),
|
||
|
// override_synth_ble_1mbps.xml
|
||
|
// Synth: Set recommended RTRIM to 5
|
||
|
HW_REG_OVERRIDE(0x4038,0x0035),
|
||
|
// Synth: Set Fref to 3.43 MHz
|
||
|
(uint32_t)0x000784A3,
|
||
|
// Synth: Set loop bandwidth after lock to 80 kHz
|
||
|
(uint32_t)0xA47E0583,
|
||
|
// Synth: Set loop bandwidth after lock to 80 kHz
|
||
|
(uint32_t)0xEAE00603,
|
||
|
// Synth: Set loop bandwidth after lock to 80 kHz
|
||
|
(uint32_t)0x00010623,
|
||
|
// Synth: Configure PLL bias
|
||
|
HW32_ARRAY_OVERRIDE(0x405C,1),
|
||
|
// Synth: Configure PLL bias
|
||
|
(uint32_t)0x1801F800,
|
||
|
// Synth: Configure PLL latency
|
||
|
HW32_ARRAY_OVERRIDE(0x402C,1),
|
||
|
// Synth: Configure PLL latency
|
||
|
(uint32_t)0x00608402,
|
||
|
// Synth: Use 24 MHz XOSC as synth clock, enable extra PLL filtering
|
||
|
(uint32_t)0x02010403,
|
||
|
// Synth: Configure extra PLL filtering
|
||
|
HW32_ARRAY_OVERRIDE(0x4034,1),
|
||
|
// Synth: Configure extra PLL filtering
|
||
|
(uint32_t)0x177F0408,
|
||
|
// Synth: Configure extra PLL filtering
|
||
|
(uint32_t)0x38000463,
|
||
|
// override_phy_ble_1mbps.xml
|
||
|
// Tx: Configure symbol shape for BLE frequency deviation requirements
|
||
|
(uint32_t)0x013800C3,
|
||
|
// Rx: Configure AGC reference level
|
||
|
HW_REG_OVERRIDE(0x6088, 0x0045),
|
||
|
// Tx: Configure pilot tone length to ensure stable frequency before start of packet
|
||
|
HW_REG_OVERRIDE(0x52AC, 0x0360),
|
||
|
// Tx: Compensate timing offset to match new pilot tone setting
|
||
|
(uint32_t)0x01AD02A3,
|
||
|
// Tx: Compensate timing offset to match new pilot tone setting
|
||
|
(uint32_t)0x01680263,
|
||
|
// override_frontend_id.xml
|
||
|
(uint32_t)0xFFFFFFFF,
|
||
|
};
|
||
|
|
||
|
|
||
|
// CMD_RADIO_SETUP
|
||
|
// Radio Setup Command for Pre-Defined Schemes
|
||
|
rfc_CMD_RADIO_SETUP_t RF_cmdRadioSetup =
|
||
|
{
|
||
|
.commandNo = 0x0802,
|
||
|
.status = 0x0000,
|
||
|
.pNextOp = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
|
||
|
.startTime = 0x00000000,
|
||
|
.startTrigger.triggerType = 0x0,
|
||
|
.startTrigger.bEnaCmd = 0x0,
|
||
|
.startTrigger.triggerNo = 0x0,
|
||
|
.startTrigger.pastTrig = 0x0,
|
||
|
.condition.rule = 0x1,
|
||
|
.condition.nSkip = 0x0,
|
||
|
.mode = 0x00,
|
||
|
.__dummy0 = 0x00,
|
||
|
.config.frontEndMode = 0x0,
|
||
|
.config.biasMode = 0x0,
|
||
|
.config.analogCfgMode = 0x0,
|
||
|
.config.bNoFsPowerUp = 0x0,
|
||
|
.txPower = 0x9330,
|
||
|
.pRegOverride = pOverrides,
|
||
|
};
|
||
|
|
||
|
// CMD_FS
|
||
|
// Frequency Synthesizer Programming Command
|
||
|
rfc_CMD_FS_t RF_cmdFs =
|
||
|
{
|
||
|
.commandNo = 0x0803,
|
||
|
.status = 0x0000,
|
||
|
.pNextOp = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
|
||
|
.startTime = 0x00000000,
|
||
|
.startTrigger.triggerType = 0x0,
|
||
|
.startTrigger.bEnaCmd = 0x0,
|
||
|
.startTrigger.triggerNo = 0x0,
|
||
|
.startTrigger.pastTrig = 0x0,
|
||
|
.condition.rule = 0x1,
|
||
|
.condition.nSkip = 0x0,
|
||
|
.frequency = 0x0988,
|
||
|
.fractFreq = 0x0000,
|
||
|
.synthConf.bTxMode = 0x0,
|
||
|
.synthConf.refFreq = 0x0,
|
||
|
.__dummy0 = 0x00,
|
||
|
.__dummy1 = 0x00,
|
||
|
.__dummy2 = 0x00,
|
||
|
.__dummy3 = 0x0000,
|
||
|
};
|
||
|
|
||
|
// Structure for CMD_BLE_ADV_NC.pParams
|
||
|
rfc_bleAdvPar_t bleAdvPar =
|
||
|
{
|
||
|
.pRxQ = 0, // INSERT APPLICABLE POINTER: (dataQueue_t*)&xxx
|
||
|
.rxConfig.bAutoFlushIgnored = 0x0,
|
||
|
.rxConfig.bAutoFlushCrcErr = 0x0,
|
||
|
.rxConfig.bAutoFlushEmpty = 0x0,
|
||
|
.rxConfig.bIncludeLenByte = 0x0,
|
||
|
.rxConfig.bIncludeCrc = 0x0,
|
||
|
.rxConfig.bAppendRssi = 0x0,
|
||
|
.rxConfig.bAppendStatus = 0x0,
|
||
|
.rxConfig.bAppendTimestamp = 0x0,
|
||
|
.advConfig.advFilterPolicy = 0x0,
|
||
|
.advConfig.deviceAddrType = 0x0,
|
||
|
.advConfig.peerAddrType = 0x0,
|
||
|
.advConfig.bStrictLenFilter = 0x0,
|
||
|
.advConfig.rpaMode = 0x0,
|
||
|
.advLen = 0x18,
|
||
|
.scanRspLen = 0x00,
|
||
|
.pAdvData = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
|
||
|
.pScanRspData = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
|
||
|
.pDeviceAddress = 0, // INSERT APPLICABLE POINTER: (uint16_t*)&xxx
|
||
|
.pWhiteList = 0, // INSERT APPLICABLE POINTER: (uint32_t*)&xxx
|
||
|
.__dummy0 = 0x0000,
|
||
|
.__dummy1 = 0x00,
|
||
|
.endTrigger.triggerType = 0x1,
|
||
|
.endTrigger.bEnaCmd = 0x0,
|
||
|
.endTrigger.triggerNo = 0x0,
|
||
|
.endTrigger.pastTrig = 0x0,
|
||
|
.endTime = 0x00000000,
|
||
|
};
|
||
|
|
||
|
// CMD_BLE_ADV_NC
|
||
|
// BLE Non-Connectable Advertiser Command
|
||
|
rfc_CMD_BLE_ADV_NC_t RF_cmdBleAdvNc =
|
||
|
{
|
||
|
.commandNo = 0x1805,
|
||
|
.status = 0x0000,
|
||
|
.pNextOp = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
|
||
|
.startTime = 0x00000000,
|
||
|
.startTrigger.triggerType = 0x0,
|
||
|
.startTrigger.bEnaCmd = 0x0,
|
||
|
.startTrigger.triggerNo = 0x0,
|
||
|
.startTrigger.pastTrig = 0x0,
|
||
|
.condition.rule = 0x1,
|
||
|
.condition.nSkip = 0x0,
|
||
|
.channel = 0x8C,
|
||
|
.whitening.init = 0x51,
|
||
|
.whitening.bOverride = 0x1,
|
||
|
.pParams = &bleAdvPar,
|
||
|
.pOutput = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
|
||
|
};
|
||
|
|
||
|
// Structure for CMD_BLE_GENERIC_RX.pParams
|
||
|
rfc_bleGenericRxPar_t bleGenericRxPar =
|
||
|
{
|
||
|
.pRxQ = 0, // INSERT APPLICABLE POINTER: (dataQueue_t*)&xxx
|
||
|
.rxConfig.bAutoFlushIgnored = 0x0,
|
||
|
.rxConfig.bAutoFlushCrcErr = 0x0,
|
||
|
.rxConfig.bAutoFlushEmpty = 0x0,
|
||
|
.rxConfig.bIncludeLenByte = 0x1,
|
||
|
.rxConfig.bIncludeCrc = 0x1,
|
||
|
.rxConfig.bAppendRssi = 0x1,
|
||
|
.rxConfig.bAppendStatus = 0x1,
|
||
|
.rxConfig.bAppendTimestamp = 0x0,
|
||
|
.bRepeat = 0x01,
|
||
|
.__dummy0 = 0x0000,
|
||
|
.accessAddress = 0x8E89BED6,
|
||
|
.crcInit0 = 0x55,
|
||
|
.crcInit1 = 0x55,
|
||
|
.crcInit2 = 0x55,
|
||
|
.endTrigger.triggerType = 0x1,
|
||
|
.endTrigger.bEnaCmd = 0x0,
|
||
|
.endTrigger.triggerNo = 0x0,
|
||
|
.endTrigger.pastTrig = 0x0,
|
||
|
.endTime = 0x00000001,
|
||
|
};
|
||
|
|
||
|
// CMD_BLE_GENERIC_RX
|
||
|
// BLE Generic Receiver Command
|
||
|
rfc_CMD_BLE_GENERIC_RX_t RF_cmdBleGenericRx =
|
||
|
{
|
||
|
.commandNo = 0x1809,
|
||
|
.status = 0x0000,
|
||
|
.pNextOp = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
|
||
|
.startTime = 0x00000000,
|
||
|
.startTrigger.triggerType = 0x0,
|
||
|
.startTrigger.bEnaCmd = 0x0,
|
||
|
.startTrigger.triggerNo = 0x0,
|
||
|
.startTrigger.pastTrig = 0x0,
|
||
|
.condition.rule = 0x1,
|
||
|
.condition.nSkip = 0x0,
|
||
|
.channel = 0x8C,
|
||
|
.whitening.init = 0x51,
|
||
|
.whitening.bOverride = 0x1,
|
||
|
.pParams = &bleGenericRxPar,
|
||
|
.pOutput = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
|
||
|
};
|