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.

[参考译文] CC2652P:为什么在样片项目中无线电发射功率不能持续存在于 NV 中?

Guru**** 671890 points
Other Parts Discussed in Thread: Z-STACK
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1305137/cc2652p-any-reason-why-radio-transmit-power-is-not-persisted-in-nv-in-sample-projects

器件型号:CC2652P
主题中讨论的其他器件:Z-STACK

您好!

我将仔细检查示例项目、发现虽然存在 API 来改变发射功率、但是改变的发射功率并没有保存到 NVS 中。 下电上电后加载 syscfg 中设置的默认值。 我相信我们可以添加一个定制的 NV 项目、并在系统启动时调用 API 来对其进行更改。

zstack_sysSetTxPowerReq_t txPowerReq;
zstack_sysSetTxPowerRsp_t txPowerRsp;
txPowerReq.requestedTxPower = POWER_TEST_TX_PWR;
Zstackapi_sysSetTxPowerReq(appServiceTaskId, &txPowerReq, &txPowerRsp);

我的问题是:在传输功率与诸如 panID 等其他系统配置分开处理时、是否有特殊注意事项? 我们作为用户、是否应该在固件过滤时间设置一个所需的值、并且以后不会更改它?

请提供建议和谢谢。

ZL

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

    您好、ZL:

      默认 Z-Stack 解决方案建立的 NV 项目用于特定 Zigbee 网络配置。  在运行时为输出 TX 功率创建定制 NV 项目或更改该值不会产生问题。

    此致、
    瑞安