请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC1352P 是否可以通过编程方式设置收集器地址? 如果是,则在示例中设置它的位置。 在收集器示例中、它当前设置为0xaabb
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.
是否可以通过编程方式设置收集器地址? 如果是,则在示例中设置它的位置。 在收集器示例中、它当前设置为0xaabb
尊敬的 Corey:
您可以按如下方式以编程方式对其进行设置:
/* set PIB items */ /* setup short address */ coordInfoBlock.shortAddr = 0xABCD //You can modify it here for instance ApiMac_mlmeSetReqUint16(ApiMac_attribute_shortAddress, coordInfoBlock.shortAddr);
此致、
Arthur