加‎入‎掌‎众‎财‎富俱乐部的礼遇?

哪里可以下载到CC1310 LRM模式的例程 - 硬件, 射频和私有技术 - 无线连接 - 德州仪器在线技术支持社区
哪里可以下载到CC1310 LRM模式的例程
发表于1年前
<input type="hidden" id="hGroupID" value="24"
你好,&/p>
&p>请问哪里可以下载到&a href=&.cn/product/cn/CC1310& target=&extwin&>CC1310&/a>在LRM模式下4.8K通信的例程。&/p>
&p>RF studio 里面只有625波特率的代码。我们需要用到4.8K的波特率。&/p>
&p>谢谢!&/p>&div style=&clear:&>&/div>" />
哪里可以下载到CC1310 LRM模式的例程
此问题尚无答案
All Replies
请问哪里可以下载到在LRM模式下4.8K通信的例程。
RF studio 里面只有625波特率的代码。我们需要用到4.8K的波特率。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
状元74085分
下载地址在这里:&/tirex/#/?link=%20for%20CC13XX%20and%20CC26XX%2FDevelopment%20Tools%2FCC1310DK_7XD%2FDriver%20Examples%2FRF%20Examples
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
榜眼39530分
中的RF drivers里面应该可以找到Tx/Rx的示例代码,你可以修改看看。
如果你有CCS,直接用里面的resource explorer找到工程,如果没有CCS,建议你下载安装一下,如果不能安装,你也可以直接去浏览的安装目录找到代码。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
你好。能帮忙指出具体哪个例程是 LRM 模式 4.8K bps吗?或者提供一份关于LRM模式下的配置说明文档。
你给出的链接我全部下载下来了,全部是FSK调制模式。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
这些例程全是FSK调试模式,传输距离很近。
我需要的是LRM调制模式的例程。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
进士8482分
4.8k的LRM,我帮你测好了,你把&smartrf_settings.c& 里面的代码改为我下面这个:
#include&driverlib/rf_mailbox.h&
#include &driverlib/rf_common_cmd.h&
#include &driverlib/rf_prop_cmd.h&
#include &ti/drivers/rf/RF.h&
#include &rf_patches/rf_patch_cpe_lrm.h&
#include &rf_patches/rf_patch_rfe_lrm.h&
#include &untitled.h&
RF Mode Object
RF_Mode RF_prop =
.rfMode = RF_MODE_PROPRIETARY_SUB_1,
.cpePatchFxn = &rf_patch_cpe_lrm,
.mcePatchFxn = 0,
.rfePatchFxn = &rf_patch_rfe_lrm,
// Overrides for CMD_PROP_RADIO_DIV_SETUP
static uint32_t pOverrides[] =
&&&&// override_use_patch_prop_lrm.xml
&&&&// PHY: Use MCE ROM bank 3, RFE RAM patch
MCE_RFE_OVERRIDE(0,3,0,1,0,0),
&&&&// override_synth_prop_863_930_div5.xml
&&&&// Synth: Set recommended RTRIM to 7
HW_REG_OVERRIDE(0x7),
&&&&// Synth: Set Fref to 4 MHz
(uint32_t)0x,
&&&&// Synth: Configure fine calibration setting
HW_REG_OVERRIDE(0xF00),
&&&&// Synth: Configure fine calibration setting
HW_REG_OVERRIDE(0x0),
&&&&// Synth: Configure fine calibration setting
(uint32_t)0xB1070503,
&&&&// Synth: Configure fine calibration setting
(uint32_t)0x,
&&&&// Synth: Set loop bandwidth after lock to 20 kHz
(uint32_t)0x0A480583,
&&&&// Synth: Set loop bandwidth after lock to 20 kHz
(uint32_t)0x7AB80603,
&&&&// Synth: Configure VCO LDO (in ADI1, set VCOLDOCFG=0x9F to use voltage input reference)
ADI_REG_OVERRIDE(1,4,0x9F),
&&&&// Synth: Configure synth LDO (in ADI1, P_CAP=1)
ADI_HALFREG_OVERRIDE(1,7,0x4,0x4),
&&&&// Synth: Use 24 MHz XOSC as synth clock, enable extra PLL filtering
(uint32_t)0x,
&&&&// Synth: Configure extra PLL filtering
(uint32_t)0x,
&&&&// Synth: Increase synth programming timeout (0x04B0 RAT ticks = 300 us)
(uint32_t)0x04B00243,
&&&&// override_phy_rx_aaf_bw_0xd.xml
&&&&// Rx: Set anti-aliasing filter bandwidth to 0xD (in ADI0, set IFAMPCTL3[7:4]=0xD)
ADI_HALFREG_OVERRIDE(0,61,0xF,0xD),
&&&&// override_phy_gfsk_rx.xml
&&&&// Rx: Set LNA bias current trim offset to 3
(uint32_t)0x,
&&&&// Rx: Freeze RSSI on sync found event
HW_REG_OVERRIDE(0xF1),
&&&&// override_phy_gfsk_pa_ramp_agc_reflevel_0x1a.xml
&&&&// Tx: Enable PA ramping (0x41). Rx: Set AGC reference level to 0x1A.
HW_REG_OVERRIDE(0xA),
&&&&// Tx: Configure PA ramping setting
HW_REG_OVERRIDE(0x608C,0x8213),
&&&&// override_phy_lrm_rom_dsss8.xml
&&&&// PHY: Configure DSSS=8
HW_REG_OVERRIDE(0x505C,0x073C),
&&&&// override_phy_rx_rssi_offset_5db.xml
&&&&// Rx: Set RSSI offset to adjust reported RSSI by +5 dB
(uint32_t)0x00FB88A3,
&&&&// TX power override
&&&&// Tx: Set PA trim to max (in ADI0, set PACTL0=0xF8)
ADI_REG_OVERRIDE(0,12,0xF8),
(uint32_t)0xFFFFFFFF,
// CMD_PROP_RADIO_DIV_SETUP
rfc_CMD_PROP_RADIO_DIV_SETUP_t RF_cmdPropRadioDivSetup =
.commandNo = 0x3807,
.status = 0x0000,
&&&&.pNextOp = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
.startTime = 0x,
.startTrigger.triggerType = 0x0,
.startTrigger.bEnaCmd = 0x0,
.startTrigger.triggerNo = 0x0,
.startTrigger.pastTrig = 0x0,
.condition.rule = 0x1,
.condition.nSkip = 0x0,
.modulation.modType = 0x0,
.modulation.deviation = 0x99,
.symbolRate.preScale = 0x6,
.symbolRate.rateWord = 0x4EA4,
.rxBw = 0x26,
.preamConf.nPreamBytes = 0x5,
.preamConf.preamMode = 0x0,
.formatConf.nSwBits = 0x20,
.formatConf.bBitReversal = 0x0,
.formatConf.bMsbFirst = 0x0,
.formatConf.fecMode = 0x8,
.formatConf.whitenMode = 0x0,
.config.frontEndMode = 0x0,
.config.biasMode = 0x1,
.config.analogCfgMode = 0x0,
.config.bNoFsPowerUp = 0x0,
.txPower = 0xA73F,
.pRegOverride = pOverrides,
.centerFreq = 0x0364,
.intFreq = 0x8000,
.loDivider = 0x05,
rfc_CMD_FS_t RF_cmdFs =
.commandNo = 0x0803,
.status = 0x0000,
&&&&.pNextOp = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
.startTime = 0x,
.startTrigger.triggerType = 0x0,
.startTrigger.bEnaCmd = 0x0,
.startTrigger.triggerNo = 0x0,
.startTrigger.pastTrig = 0x0,
.condition.rule = 0x1,
.condition.nSkip = 0x0,
.frequency = 0x0364,
.fractFreq = 0x0000,
.synthConf.bTxMode = 0x0,
.synthConf.refFreq = 0x0,
.__dummy0 = 0x00,
.__dummy1 = 0x00,
.__dummy2 = 0x00,
.__dummy3 = 0x0000,
// CMD_PROP_TX
rfc_CMD_PROP_TX_t RF_cmdPropTx =
.commandNo = 0x3801,
.status = 0x0000,
&&&&.pNextOp = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
.startTime = 0x,
.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, // SET APPLICATION PAYLOAD LENGTH
.syncWord = 0x,
&&&&.pPkt = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
// CMD_PROP_RX
rfc_CMD_PROP_RX_t RF_cmdPropRx =
.commandNo = 0x3802,
.status = 0x0000,
&&&&.pNextOp = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
.startTime = 0x,
.startTrigger.triggerType = 0x0,
.startTrigger.bEnaCmd = 0x0,
.startTrigger.triggerNo = 0x0,
.startTrigger.pastTrig = 0x0,
.condition.rule = 0x1,
.condition.nSkip = 0x0,
.pktConf.bFsOff = 0x0,
.pktConf.bRepeatOk = 0x0,
.pktConf.bRepeatNok = 0x0,
.pktConf.bUseCrc = 0x1,
.pktConf.bVarLen = 0x1,
.pktConf.bChkAddress = 0x0,
.pktConf.endType = 0x0,
.pktConf.filterOp = 0x0,
.rxConf.bAutoFlushIgnored = 0x0,
.rxConf.bAutoFlushCrcErr = 0x0,
.rxConf.bIncludeHdr = 0x1,
.rxConf.bIncludeCrc = 0x0,
.rxConf.bAppendRssi = 0x0,
.rxConf.bAppendTimestamp = 0x0,
.rxConf.bAppendStatus = 0x1,
.syncWord = 0x,
&&&&.maxPktLen = 0x80, // MAKE SURE DATA ENTRY IS LARGE ENOUGH
.address0 = 0xAA,
.address1 = 0xBB,
.endTrigger.triggerType = 0x1,
.endTrigger.bEnaCmd = 0x0,
.endTrigger.triggerNo = 0x0,
.endTrigger.pastTrig = 0x0,
.endTime = 0x,
&&&&.pQueue = 0, // INSERT APPLICABLE POINTER: (dataQueue_t*)&xxx
&&&&.pOutput = 0, // INSERT APPLICABLE POINTER: (uint8_t*)&xxx
You have posted to a forum that requires a moderator to approve posts before they are publicly available.Just a moment...
Please turn JavaScript on and reload the page.
Checking your browser before accessing cambridge.org.
This process is automatic. Your browser will redirect to your requested content shortly.
Please allow up to 5 seconds&
Ray ID: 3ba9b2c9e2a66bf8用户名:now_fly
文章数:87
评论数:27
访问量:225053
注册日期:
阅读量:1297
阅读量:3317
阅读量:585632
阅读量:471507
[匿名]51cto游客:
[匿名]LY:
51CTO推荐博文
今天早上,把安装数据库时候创建的ORCL实例给删除了,建立了个DB数据库。结果出现:
ORA-01078 & LRM-00109
解决方案一:
SQL& connect sys/mzl as sysdba
SQL& startup
ora-01078failure in processing system parameters
LRM-00109:could not open parameter file &/opt/oracle/app/oracle/product/10.1.0/Db_1/dbs/initoracle.ora&
这是因为在oracle9i和oracle10g中,数据库默认将使用spfile启动数据库,如果spfile不存在,则就会出现上述错误。
解决方法:
将$ORACLE_BASE/admin/数据库名称/pfile目录下的init.ora.形式的文件copy到$ORACLE_HOME/dbs目录下initoracle.ora即可。(注:initoracle.ora中的oracle为你的实例名 ORACLE_SID)
SQL& startup
ORACLE instance started.
Total System Global Area&
Fixed Size&&&&&&&&&&&&&&&&&& 778212 bytes
Variable Size&&&&&&&&&&&&&
Database Buffers&&&&&&&&&
Redo Buffers&&&&&&&&&&&&&&&& 262144 bytes
解决方案二:
因为:failure in processing system parameters
可能是与系统内存有关
注销oracle ,再次登录就OK 了。很奇怪,所以拿出来给大家分享。
本文出自 “” 博客,请务必保留此出处
了这篇文章
类别:┆阅读(0)┆评论(0)
11:16:50 12:12:02YY帐号登录
登录前请仔细阅读
直播间地址
请用任意APP扫描二维码
快下载手机YY,来享受随时随地的观看体验!
360度拖动屏幕
滚动鼠标放大缩小
当前线路已中断,请切换到另一条线路继续观看~
透明度无低中高
正在初始化
正在初始化
贵族LV3专属
贵族LV3专属
LV3贵族用户可以发送表情,快去升级吧。
LV3-LV4贵最多同时发 1 个表情
LV5-LV10贵最多同时发 2 个表情
LV11 以上贵最多同时发 3 个表情
充值账号:JACKSON
充值金额:
请输入1-2000之间的整数
您可获得:10 Y币
打开手机支付宝或微信扫一扫均可支付
充值账号:JACKSON
您可获得:15200 Y币
充值订单号:
充值账号:JACKSON
您可获得:0 Y币
充值订单号:The use of heating microscopy in the study of intumescence in waste catalyst containing polymer systems - ScienceDirect
Export JavaScript is disabled on your browser. Please enable JavaScript to use all the features on this page., 2002, Pages 517-533Author links open overlay panelShow moreAbstractWaste petroleum refining catalyst from FCC unit was evaluated as a possible component in ammonium polyphosphate (APP) and pentaerythritol (PER) flame-retarding intumescent compositions for polyethylene-based polymers. The use of heating microscopy was introduced as a means of monitoring the intumescence process in situ. By the association of this technique with TG analysis, it was possible to observe that the addition of the waste material to the APP/PER formulations brought about an increase in the residual mass and helped the polymer samples to maintain their structure at temperatures higher than 600 °C.KeywordsFCC catalystWaste materialsHeating microscopyIntumescenceFlame retardancyAmmonium polyphosphatePentarythritolCheck if you have access through your login credentials or your institution.ororRecommended articlesCiting articles (0)}

我要回帖

更多关于 亿融掌上财富 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信