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.

[参考译文] CC1352P:15.4收集器短地址

Guru**** 2482225 points


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

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1207493/cc1352p-15-4-collector-short-address

器件型号:CC1352P

是否可以通过编程方式设置收集器地址? 如果是,则在示例中设置它的位置。 在收集器示例中、它当前设置为0xaabb

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

    尊敬的 Corey:

    您可以按如下方式以编程方式对其进行设置:

    • 在 Cllc_init 中、修改 coordInfoBlock.shortAddr 方程 ApiMac_mlmeSetReqUint16 (ApiMac_attribute_shortAddress、coordInfoBlock.shortAddr);
    • 该视图应如下所示:
      /* set PIB items */
      /* setup short address */
      coordInfoBlock.shortAddr = 0xABCD //You can modify it here for instance
      ApiMac_mlmeSetReqUint16(ApiMac_attribute_shortAddress, coordInfoBlock.shortAddr);

    此致、

    Arthur