/* * Copyright (c) 2018, Texas Instruments Incorporated - http://www.ti.com/ * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the name of the copyright holder nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED * OF THE POSSIBILITY OF SUCH DAMAGE. */ /*---------------------------------------------------------------------------*/ /* * Parameter summary * Address: 0 * Address0: 0xAA * Address1: 0xBB * Frequency: 915.00000 MHz * Data Format: Serial mode disable * Deviation: 25.000 kHz * pktLen: 30 * 802.15.4g Mode: 0 * Select bit order to transmit PSDU octets:: 1 * Packet Length Config: Variable * Max Packet Length: 255 * Packet Length: 20 * Packet Data: 255 * RX Filter BW: 98.0 kHz * Symbol Rate: 50.00000 kBaud * Sync Word Length: 24 Bits * For Default PA: * Enable high output power PA: false * TX Power: 13.5 dBm (requires define CCFG_FORCE_VDDR_HH = 1 in ccfg.c, * see CC13xx/CC26xx Technical Reference Manual) * For High PA: * Enable high output power PA: true * TX Power: 20 dBm (requires define CCFG_FORCE_VDDR_HH = 0 in ccfg.c, * see CC13xx/CC26xx Technical Reference Manual) * Whitening: Dynamically IEEE 802.15.4g compatible whitener and 16/32-bit CRC */ /*---------------------------------------------------------------------------*/ #include "sys/cc.h" /*---------------------------------------------------------------------------*/ #include #include DeviceFamily_constructPath(driverlib/rf_mailbox.h) #include DeviceFamily_constructPath(driverlib/rf_common_cmd.h) #include DeviceFamily_constructPath(driverlib/rf_prop_cmd.h) #include DeviceFamily_constructPath(rf_patches/rf_patch_cpe_multi_protocol.h) #include DeviceFamily_constructPath(rf_patches/rf_patch_rfe_genfsk.h) #include DeviceFamily_constructPath(rf_patches/rf_patch_mce_genfsk.h) #include /*---------------------------------------------------------------------------*/ #include "prop-settings.h" /*---------------------------------------------------------------------------*/ /* TI-RTOS RF Mode Object */ RF_Mode rf_prop_mode = { .rfMode = RF_MODE_AUTO, .cpePatchFxn = &rf_patch_cpe_multi_protocol, .mcePatchFxn = &rf_patch_mce_genfsk, .rfePatchFxn = &rf_patch_rfe_genfsk, }; /*---------------------------------------------------------------------------*/ #if defined(DEVICE_CC1312R) || defined(DEVICE_CC1352R) /* * CMD_PROP_RADIO_DIV_SETUP must be configured with default TX power value * in the .txPower field. This depends on whether RF_CONF_TXPOWER_BOOST_MODE * is configured or not. */ #if RF_CONF_TXPOWER_BOOST_MODE #define DEFAULT_TX_POWER 0x9F3F /* 14 dBm */ #else #define DEFAULT_TX_POWER 0xCC14 /* 12.5 dBm (rounded up to 13 dBm) */ #endif /*---------------------------------------------------------------------------*/ /* Overrides for CMD_PROP_RADIO_DIV_SETUP */ uint32_t rf_prop_overrides[] CC_ALIGN(4) = { /* override_use_patch_prop_genfsk.xml */ MCE_RFE_OVERRIDE(1,0,0,1,0,0), /* PHY: Use MCE RAM patch, RFE RAM patch */ /* override_synth_prop_863_930_div5.xml */ (uint32_t)0x02400403, /* Synth: Use 48 MHz crystal as synth clock, enable extra PLL filtering */ (uint32_t)0x00068793, /* Synth: Set minimum RTRIM to 6 */ (uint32_t)0x001C8473, /* Synth: Configure extra PLL filtering */ (uint32_t)0x00088433, /* Synth: Configure extra PLL filtering */ (uint32_t)0x000684A3, /* Synth: Set Fref to 4 MHz */ HW32_ARRAY_OVERRIDE(0x4004,1), /* Synth: Configure faster calibration */ (uint32_t)0x180C0618, /* Synth: Configure faster calibration */ (uint32_t)0xC00401A1, /* Synth: Configure faster calibration */ (uint32_t)0x00010101, /* Synth: Configure faster calibration */ (uint32_t)0xC0040141, /* Synth: Configure faster calibration */ (uint32_t)0x00214AD3, /* Synth: Configure faster calibration */ /* Synth: Decrease synth programming time-out by 90 us from default */ (uint32_t)0x02980243, /* (0x0298 RAT ticks = 166 us) */ (uint32_t)0x0A480583, /* Synth: Set loop bandwidth after lock to 20 kHz */ (uint32_t)0x7AB80603, /* Synth: Set loop bandwidth after lock to 20 kHz */ (uint32_t)0x00000623, /* Synth: Set loop bandwidth after lock to 20 kHz */ /* override_phy_tx_pa_ramp_genfsk_hpa.xml */ ADI_HALFREG_OVERRIDE(0,16,0x8,0x8), /* Tx: Configure PA ramp time, PACTL2.RC=0x3 (in ADI0, set PACTL2[3]=1) */ ADI_HALFREG_OVERRIDE(0,17,0x1,0x1), /* Tx: Configure PA ramp time, PACTL2.RC=0x3 (in ADI0, set PACTL2[4]=1) */ /* override_phy_rx_frontend_genfsk.xml */ HW_REG_OVERRIDE(0x609C,0x001A), /* Rx: Set AGC reference level to 0x1A (default: 0x2E) */ (uint32_t)0x00018883, /* Rx: Set LNA bias current offset to adjust +1 (default: 0) */ (uint32_t)0x000288A3, /* Rx: Set RSSI offset to adjust reported RSSI by -2 dB (default: 0) */ /* override_phy_rx_aaf_bw_0xd.xml */ /* Rx: Set anti-aliasing filter bandwidth to 0xD */ ADI_HALFREG_OVERRIDE(0,61,0xF,0xD), /* (in ADI0, set IFAMPCTL3[7:4]=0xD) */ #if RF_CONF_TXPOWER_BOOST_MODE /* TX power override */ /* DC/DC regulator: In Tx with 14 dBm PA setting, */ /* use DCDCCTL5[3:0]=0xF (DITHER_EN=1 and IPEAK=7). */ (uint32_t)0xFFFC08C3, /* In Rx, use DCDCCTL5[3:0]=0xC (DITHER_EN=1 and IPEAK=4). */ /* Tx: Set PA trim to max to maximize its output power */ ADI_REG_OVERRIDE(0,12,0xF8), /* (in ADI0, set PACTL0=0xF8) */ #else /* TX power override */ /* DC/DC regulator: */ /* In Tx, use DCDCCTL5[3:0]=0xC (DITHER_EN=1 and IPEAK=4). */ (uint32_t)0xFCFC08C3, /* In Rx, use DCDCCTL5[3:0]=0xC (DITHER_EN=1 and IPEAK=4). */ #endif (uint32_t)0xFFFFFFFF, }; #endif /* defined(DEVICE_CC1312R) || defined(DEVICE_CC1352R) */ /*---------------------------------------------------------------------------*/ #if defined(DEVICE_CC1352P) #if RF_CONF_TXPOWER_HIGH_PA /* * CMD_PROP_RADIO_DIV_SETUP must be configured with default TX power value * in the .txPower field. For High PA, this must be 0xFFFF. */ #define DEFAULT_TX_POWER 0xFFFF /* High PA */ /*---------------------------------------------------------------------------*/ /* Overrides for CMD_PROP_RADIO_DIV_SETUP with high PA */ uint32_t rf_prop_overrides[] CC_ALIGN(4) = { /* override_use_patch_prop_genfsk.xml */ MCE_RFE_OVERRIDE(1,0,0,1,0,0), /* PHY: Use MCE RAM patch, RFE RAM patch */ /* override_synth_prop_863_930_div5.xml */ (uint32_t)0x02400403, /* Synth: Use 48 MHz crystal as synth clock, enable extra PLL filtering */ (uint32_t)0x00068793, /* Synth: Set minimum RTRIM to 6 */ (uint32_t)0x001C8473, /* Synth: Configure extra PLL filtering */ (uint32_t)0x00088433, /* Synth: Configure extra PLL filtering */ (uint32_t)0x000684A3, /* Synth: Set Fref to 4 MHz */ HW32_ARRAY_OVERRIDE(0x4004,1), /* Synth: Configure faster calibration */ (uint32_t)0x180C0618, /* Synth: Configure faster calibration */ (uint32_t)0xC00401A1, /* Synth: Configure faster calibration */ (uint32_t)0x00010101, /* Synth: Configure faster calibration */ (uint32_t)0xC0040141, /* Synth: Configure faster calibration */ (uint32_t)0x00214AD3, /* Synth: Configure faster calibration */ /* Synth: Decrease synth programming time-out by 90 us */ (uint32_t)0x02980243, /* from default (0x0298 RAT ticks = 166 us) */ (uint32_t)0x0A480583, /* Synth: Set loop bandwidth after lock to 20 kHz */ (uint32_t)0x7AB80603, /* Synth: Set loop bandwidth after lock to 20 kHz */ (uint32_t)0x00000623, /* Synth: Set loop bandwidth after lock to 20 kHz */ /* override_phy_tx_pa_ramp_genfsk_hpa.xml */ /* Tx: Configure PA ramping, set wait time before turning off */ HW_REG_OVERRIDE(0x6028,0x002F), /* (0x2F ticks of 16/24 us = 31.3 us). */ ADI_HALFREG_OVERRIDE(0,16,0x8,0x8), /* Tx: Configure PA ramp time, PACTL2.RC=0x3 (in ADI0, set PACTL2[3]=1) */ ADI_HALFREG_OVERRIDE(0,17,0x1,0x1), /* Tx: Configure PA ramp time, PACTL2.RC=0x3 (in ADI0, set PACTL2[4]=1) */ /* override_phy_rx_frontend_genfsk.xml */ HW_REG_OVERRIDE(0x609C,0x001A), /* Rx: Set AGC reference level to 0x1A (default: 0x2E) */ (uint32_t)0x00018883, /* Rx: Set LNA bias current offset to adjust +1 (default: 0) */ (uint32_t)0x000288A3, /* Rx: Set RSSI offset to adjust reported RSSI by -2 dB (default: 0) */ /* override_phy_rx_aaf_bw_0xd.xml */ /* Rx: Set anti-aliasing filter bandwidth to 0xD */ ADI_HALFREG_OVERRIDE(0,61,0xF,0xD), /* (in ADI0, set IFAMPCTL3[7:4]=0xD) */ /* TX power override */ /* DC/DC regulator: */ /* In Tx, use DCDCCTL5[3:0]=0xC (DITHER_EN=1 and IPEAK=4). */ (uint32_t)0xFCFC08C3, /* In Rx, use DCDCCTL5[3:0]=0xC (DITHER_EN=1 and IPEAK=4). */ (uint32_t)0x82A86C2B, /* txHighPA=0x20AA1B */ (uint32_t)0xFFFFFFFF, }; #else /*---------------------------------------------------------------------------*/ /* * CMD_PROP_RADIO_DIV_SETUP must be configured with default TX power value * in the .txPower field. This depends on whether RF_CONF_TXPOWER_BOOST_MODE * is configured or not. */ #if RF_CONF_TXPOWER_BOOST_MODE #define DEFAULT_TX_POWER 0x013F /* 13.5 dBm (rounded up to 14 dBm) */ #else #define DEFAULT_TX_POWER 0x803F /* 12 dBm */ #endif /*---------------------------------------------------------------------------*/ /* Overrides for CMD_PROP_RADIO_DIV_SETUP with defualt PA */ uint32_t rf_prop_overrides[] CC_ALIGN(4) = { /* override_use_patch_prop_genfsk.xml */ MCE_RFE_OVERRIDE(1,0,0,1,0,0), /* PHY: Use MCE RAM patch, RFE RAM patch */ /* override_synth_prop_863_930_div5.xml */ (uint32_t)0x02400403, /* Synth: Use 48 MHz crystal as synth clock, enable extra PLL filtering */ (uint32_t)0x00068793, /* Synth: Set minimum RTRIM to 6 */ (uint32_t)0x001C8473, /* Synth: Configure extra PLL filtering */ (uint32_t)0x00088433, /* Synth: Configure extra PLL filtering */ (uint32_t)0x000684A3, /* Synth: Set Fref to 4 MHz */ HW32_ARRAY_OVERRIDE(0x4004,1), /* Synth: Configure faster calibration */ (uint32_t)0x180C0618, /* Synth: Configure faster calibration */ (uint32_t)0xC00401A1, /* Synth: Configure faster calibration */ (uint32_t)0x00010101, /* Synth: Configure faster calibration */ (uint32_t)0xC0040141, /* Synth: Configure faster calibration */ (uint32_t)0x00214AD3, /* Synth: Configure faster calibration */ /* Synth: Decrease synth programming time-out by 90 us from default */ (uint32_t)0x02980243, /* (0x0298 RAT ticks = 166 us) */ (uint32_t)0x0A480583, /* Synth: Set loop bandwidth after lock to 20 kHz */ (uint32_t)0x7AB80603, /* Synth: Set loop bandwidth after lock to 20 kHz */ (uint32_t)0x00000623, /* Synth: Set loop bandwidth after lock to 20 kHz */ /* override_phy_tx_pa_ramp_genfsk_hpa.xml */ /* Tx: Configure PA ramping, set wait time before turning off */ HW_REG_OVERRIDE(0x6028,0x002F), /* (0x2F ticks of 16/24 us = 31.3 us). */ ADI_HALFREG_OVERRIDE(0,16,0x8,0x8), /* Tx: Configure PA ramp time, PACTL2.RC=0x3 (in ADI0, set PACTL2[3]=1) */ ADI_HALFREG_OVERRIDE(0,17,0x1,0x1), /* Tx: Configure PA ramp time, PACTL2.RC=0x3 (in ADI0, set PACTL2[4]=1) */ /* override_phy_rx_frontend_genfsk.xml */ HW_REG_OVERRIDE(0x609C,0x001A), /* Rx: Set AGC reference level to 0x1A (default: 0x2E) */ (uint32_t)0x00018883, /* Rx: Set LNA bias current offset to adjust +1 (default: 0) */ (uint32_t)0x000288A3, /* Rx: Set RSSI offset to adjust reported RSSI by -2 dB (default: 0) */ /* override_phy_rx_aaf_bw_0xd.xml */ /* Rx: Set anti-aliasing filter bandwidth to 0xD */ ADI_HALFREG_OVERRIDE(0,61,0xF,0xD), /* (in ADI0, set IFAMPCTL3[7:4]=0xD) */ #if RF_CONF_TXPOWER_BOOST_MODE /* TX power override */ /* DC/DC regulator: In Tx with 14 dBm PA setting, */ /* use DCDCCTL5[3:0]=0xF (DITHER_EN=1 and IPEAK=7). */ (uint32_t)0xFFFC08C3, /* In Rx, use DCDCCTL5[3:0]=0xC (DITHER_EN=1 and IPEAK=4). */ /* Tx: Set PA trim to max to maximize its output power */ ADI_REG_OVERRIDE(0,12,0xF8), /* (in ADI0, set PACTL0=0xF8) */ #else /* TX power override */ /* DC/DC regulator: */ /* In Tx, use DCDCCTL5[3:0]=0xC (DITHER_EN=1 and IPEAK=4). */ (uint32_t)0xFCFC08C3, /* In Rx, use DCDCCTL5[3:0]=0xC (DITHER_EN=1 and IPEAK=4). */ #endif (uint32_t)0xFFFFFFFF, }; #endif /* RF_CONF_TXPOWER_HIGH_PA */ #endif /* defined(DEVICE_CC1352P) */ /*---------------------------------------------------------------------------*/ /* CMD_PROP_RADIO_DIV_SETUP: Proprietary Mode Radio Setup Command for All Frequency Bands */ rfc_CMD_PROP_RADIO_DIV_SETUP_t rf_cmd_prop_radio_div_setup = { .commandNo = CMD_PROP_RADIO_DIV_SETUP, .status = IDLE, .pNextOp = 0, .startTime = 0x00000000, .startTrigger.triggerType = TRIG_NOW, .startTrigger.bEnaCmd = 0x0, .startTrigger.triggerNo = 0x0, .startTrigger.pastTrig = 0x0, .condition.rule = COND_NEVER, .condition.nSkip = 0x0, .modulation.modType = 0x1, .modulation.deviation = 0x64, .modulation.deviationStepSz = 0x0, .symbolRate.preScale = 0xF, .symbolRate.rateWord = 0x8000, .symbolRate.decimMode = 0x0, .rxBw = 0x52, .preamConf.nPreamBytes = 0x7, .preamConf.preamMode = 0x0, .formatConf.nSwBits = 0x18, .formatConf.bBitReversal = 0x0, .formatConf.bMsbFirst = 0x1, .formatConf.fecMode = 0x0, .formatConf.whitenMode = 0x7, .config.frontEndMode = 0x0, /* set by driver */ .config.biasMode = 0x0, /* set by driver */ .config.analogCfgMode = 0x0, .config.bNoFsPowerUp = 0x0, .txPower = DEFAULT_TX_POWER, .pRegOverride = rf_prop_overrides, .centerFreq = 0x0393, /* set by driver */ .intFreq = 0x8000, /* set by driver */ .loDivider = 0x05, /* set by driver */ }; /*---------------------------------------------------------------------------*/ /* CMD_FS: Frequency Synthesizer Programming Command */ rfc_CMD_FS_t rf_cmd_prop_fs = { .commandNo = CMD_FS, .status = IDLE, .pNextOp = 0, .startTime = 0x00000000, .startTrigger.triggerType = TRIG_NOW, .startTrigger.bEnaCmd = 0x0, .startTrigger.triggerNo = 0x0, .startTrigger.pastTrig = 0x0, .condition.rule = COND_NEVER, .condition.nSkip = 0x0, .frequency = 0x0393, /* set by driver */ .fractFreq = 0x0000, /* set by driver */ .synthConf.bTxMode = 0x0, .synthConf.refFreq = 0x0, .__dummy0 = 0x00, .__dummy1 = 0x00, .__dummy2 = 0x00, .__dummy3 = 0x0000, }; /*---------------------------------------------------------------------------*/ /* CMD_PROP_TX_ADV: Proprietary Mode Advanced Transmit Command */ rfc_CMD_PROP_TX_ADV_t rf_cmd_prop_tx_adv = { .commandNo = CMD_PROP_TX_ADV, .status = IDLE, .pNextOp = 0, .startTime = 0x00000000, .startTrigger.triggerType = TRIG_NOW, .startTrigger.bEnaCmd = 0x0, .startTrigger.triggerNo = 0x0, .startTrigger.pastTrig = 0x0, .condition.rule = COND_NEVER, .condition.nSkip = 0x0, .pktConf.bFsOff = 0x0, .pktConf.bUseCrc = 0x1, .pktConf.bCrcIncSw = 0x0, .pktConf.bCrcIncHdr = 0x0, .numHdrBits = 0x10, .pktLen = 0x0, /* set by driver */ .startConf.bExtTxTrig = 0x0, .startConf.inputMode = 0x0, .startConf.source = 0x0, .preTrigger.triggerType = TRIG_REL_START, .preTrigger.bEnaCmd = 0x0, .preTrigger.triggerNo = 0x0, .preTrigger.pastTrig = 0x1, .preTime = 0x00000000, .syncWord = 0x0055904E, .pPkt = 0, /* set by driver */ }; /*---------------------------------------------------------------------------*/ /* CMD_PROP_RX_ADV: Proprietary Mode Advanced Receive Command */ rfc_CMD_PROP_RX_ADV_t rf_cmd_prop_rx_adv = { .commandNo = CMD_PROP_RX_ADV, .status = IDLE, .pNextOp = 0, .startTime = 0x00000000, .startTrigger.triggerType = TRIG_NOW, .startTrigger.bEnaCmd = 0x0, .startTrigger.triggerNo = 0x0, .startTrigger.pastTrig = 0x0, .condition.rule = COND_NEVER, .condition.nSkip = 0x0, .pktConf.bFsOff = 0x0, .pktConf.bRepeatOk = 0x1, .pktConf.bRepeatNok = 0x1, .pktConf.bUseCrc = 0x1, .pktConf.bCrcIncSw = 0x0, .pktConf.bCrcIncHdr = 0x0, .pktConf.endType = 0x0, .pktConf.filterOp = 0x1, .rxConf.bAutoFlushIgnored = 0x1, .rxConf.bAutoFlushCrcErr = 0x1, .rxConf.bIncludeHdr = 0x0, .rxConf.bIncludeCrc = 0x0, .rxConf.bAppendRssi = 0x1, .rxConf.bAppendTimestamp = 0x0, .rxConf.bAppendStatus = 0x1, .syncWord0 = 0x0055904E, .syncWord1 = 0x00000000, .maxPktLen = 0x0, /* set by driver */ .hdrConf.numHdrBits = 0x10, .hdrConf.lenPos = 0x0, .hdrConf.numLenBits = 0x0B, .addrConf.addrType = 0x0, .addrConf.addrSize = 0x0, .addrConf.addrPos = 0x0, .addrConf.numAddr = 0x0, .lenOffset = 0xFC, .endTrigger.triggerType = TRIG_NEVER, .endTrigger.bEnaCmd = 0x0, .endTrigger.triggerNo = 0x0, .endTrigger.pastTrig = 0x0, .endTime = 0x00000000, .pAddr = 0, /* set by driver */ .pQueue = 0, /* set by driver */ .pOutput = 0, /* set by driver */ }; /*---------------------------------------------------------------------------*/