请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC1352P Thread 中讨论的其他器件:SysConfig
我们正在使用有线线路系统、因此我们不需要为堆栈选择不同的频率、我们希望使用315MHz 频率、但 syscfg 不能让我们这么做。
是否有办法覆盖此内容? 如何从 SmartRF 导入射频设置?
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.
您好、Michael、
我假设您没有在 FH 模式下使用 TI 15.4-Stack。
我们仅针对可通过 SysConfig 选择的 PHY 测试了 TI 15.4-Stack。 另请注意、如果更改频率、则不符合 IEEE 规范。
但是、应该可以更改频率:
1) 1)按照以下步骤禁用 SysConfig:https://dev.ti.com/tirex/explore/content/simplelink_cc13xx_cc26xx_sdk_6_40_00_13/docs/ti154stack/html/sysconfig/sysconfig-disable.html
2) 2)在 ti_radio_config.c 中、您可以更改频率。
谢谢、
玛丽·H