主题中讨论的其他器件:CC1312R、 WMBUS、
工具/软件:
您好、您是否可以在 SmartRF Studio 中提供计算 T 模式配置/系数的设置? 当前使用的版本为 7 2.32.0 THx
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.
尊敬的 MM:
您需要遵循几个步骤才能在适用于 CC1311x3 器件的 SmartRF Studio 7 中运行该工具。
我建议查看以下主题中的回复、以了解如何将 PHY 手动添加到 SmartRF Studio 7: https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1448869/cc1314r10-1-mbps-gfsk-configuration/5570307#5570307
rf_patch_mce_wmbus_ctmode\
从。 ..\config\firmware\patches\cc13x2_cc26x2\
最终目的 ...\config\firmware\patches\cc13x1_cc26x1\
TC210
。 但是、您仍需要修改一些.xml 文件才能使用它:
...\config\xml\cc1312r\cmd_settings\categories.xml
到...\config\xml\cc1311p3\cmd_settings\categories.xml
: <!-- PHY: WMBUS T-Mode, 100 kbps, 2-GFSK, 235 kHz RX Bandwidth --> <Setting>setting_tc210.xml</Setting>
...\config\xml\cc1311p3\cmd_settings\setting_tc210.xml
将 RF_MODE_AUTO 部分修改如下: <!-- RF core patch configuration --> <Patch> <Define>RF_MODE_AUTO</Define> <Cpe>rf_patch_cpe_prop</Cpe> <Mce>rf_patch_mce_wmbus_ctmode</Mce> <Rfe/> </Patch>
...
\config\xml\cc1311p3\cmd_settings\setting_tc210.xml
"pRegOverride"
</OverrideField>
定界符的正下方(和该部分上方的定界符上方)添加以下行</Command>
"CMD_FS"
: <Field name="pRegOverrideTxStd">0</Field> <OverrideField name="pRegOverrideTxStd"> <!-- Override blocks to be concatenated into an override list for use with this command --> <Block>override_txstd_placeholder.xml</Block> <Block>override_phy_tx_pa_ramp_genfsk_std.xml</Block> <!-- override block with dcdc settings must be appended via txPower table --> </OverrideField> <Field name="pRegOverrideTx20">0</Field> <OverrideField name="pRegOverrideTx20"> <!-- Override blocks to be concatenated into an override list for use with this command --> <Block>override_tx20_placeholder.xml</Block> <Block>override_phy_tx_pa_ramp_genfsk_hpa.xml</Block> <!-- override block with dcdc settings must be appended via txPower table --> </OverrideField>
然后、您可以导出用于 CCS 工程的设置。
此致、
Zack
您好、
谢谢 Zack、
我得到了 SmartRF 2.32.0
我遵循你的指南,但
文件 setting_tc210.xml
在中不存在 ..\config\xml\cc1311p3\cmd_settings\ shall I copy it from cc1312r?
I try it and modify as per your instruction but I got
the few testfunction_prop*_wmbus_ct_mode was also missing, shall I copy it from cc1312r?
Regards
MM
尊敬的 MM:
文件
setting_tc210.xml
在中不存在..\config\xml\cc1311p3\cmd_settings\ shall I copy it from cc1312r?
是的,你可以复制它,或者你可以下载测试用例的版本和覆盖我在这里使用(这可能是更好的做后者): /cfs-file/__key/communityserver-discussions-components-files/156/setting_5F00_tc210.zip
the few testfunction_prop*_wmbus_ct_mode was also missing, shall I copy it from cc1312r?
我在上面上传的测试用例.xml 中包含了所需的附加部分以链接到它们 — 然后您可以从复制/粘贴以下 CC1312R 文件 ...\config\xml\cc1312r\cmd_settings
:
此致、
Zack