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.

[参考译文] CC1312R:要更改前导码和同步字的值

Guru**** 2480965 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1319232/cc1312r-would-like-to-change-the-value-of-preamble-and-sync-word

器件型号:CC1312R

大家好、

我的客户想要更改以下源代码上的前导码和同步字的值。 有可能吗?

源代码文件:ti_radio_config.c

RFC_CMD_PROP_RADIO_DIV_SETUP_t RF_cmdPropRadioDivSetup =

{

   .commandNo = 0x3807、

   .status = 0x0000、

   .pNextOp = 0、

   .StartTime = 0x00000000、

   .startTrigger.triggerType = 0x0、

   .startTrigger.bEnaCmd = 0x0、

   .startTrigger.triggerNo = 0x0、

   .startTrigger.pastTrig = 0x0、

   .condition.rule = 0x1、

   .condition.nSkip = 0x0、

   .modulation.modType = 0x1、

   .modulation.deviation = 0x64、

   .modulation.deviationStepSz = 0x0、

   .symbolRate.prescale = 0xF、

   .symbolRateWord = 0x8000、

   .symbolRate.decimMode = 0x0、

   .rxBw = 0x52、

   .前导 Conf.nPreamBytes = 0x4、<-?

   .前导 码 Conf.前导 码模式= 0x0、

   .formatConf.nSwBits = 0x20、

   .formatConf.bBitReversal = 0x0、

   .formatConf.bMsbFirst = 0x1、

   .formatConf.fecMode = 0x0、

   .formatConf.whitenMode = 0x0、

   .config.frontEndMode = 0x0、

   .config.biasMode = 0x1、

   .config.analogCfgMode = 0x0、

   .config.bNoFsPowerUp = 0x0、

   .config.bSynth窄 带= 0x0、

   .txPower = 0x3E92、

   .pRegOverride = pOverrides、

   .centerFreq = 0x0364、

   .intFreq = 0x8000、

   .loDivider = 0x05

};

 

RFC_CMD_PROP_TX_t RF_cmdPropTx =

{

   .commandNo = 0x3801、

   .status = 0x0000、

   .pNextOp = 0、

   .StartTime = 0x00000000、

   .startTrigger.triggerType = 0x0、

   .startTrigger.bEnaCmd = 0x0、

   .startTrigger.triggerNo = 0x0、

   .startTrigger.pastTrig = 0x0、

   .condition.rule = 0x1、

   .condition.nSkip = 0x0、

   .pktConf.bFsOff = 0x0、

   .pktConf.bUseCrc = 0x1、

   .pktConf.bVarLen = 0x1、

   .pktLen = 0x14、

   .syncWord = 0x930B51DE、

   .pPkt=0

};

此致、

山本俊介