Other Parts Discussed in Thread: Z-STACK, CC2538
hardware:2538.2650
z-stack version : 1.2.2
too: Z-tool 2.0
使用Z-Tool 发送了UTIL_GET_DEVICE_INFO 返回了如下信息:
我们可以看到IEEEAddr 为0, 不是真实的znp IEEEaddr,我在网上看到了别人使用了这个命令后返回的是真实的ZNP IEEEAddr,这是怎么回事? @VV 大神
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.
这个问题在Z-Stack Home 1.2.2a里面已经解决了,只有在CC2538才有这个现象。
- [5696] Fixed a problem on CC2538 devices where memory area for customer
commissioning of IEEE address (CCA) would be filled with zeroes, causing
the device to wake up with a bogus IEEE address of 0x0000000000000000 in
the secondary location, preventing use of the primary IEEE address.
看Z-Stack Home 1.2.2a的release note
版本我已经确定,[5696]issue release note我也看到了,我使用的znp version 为2.6.3,是不是2538的coordinator 解决了这个问题,而znp 没有解决?