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.

[CC2538DK] 烧写z-stack Sample代码,发现其中一个模块底板LCD上显示的IEEE地址为: 0000000000000000

Other Parts Discussed in Thread: Z-STACK

刚刚购买的CC2538DK, 烧写z-stack Sample代码,发现其中一个模块底板LCD上显示的IEEE地址为: 0000000000000000。 是不是模块有问题?

  • Which Z-Stack Home version you are using?
    How did you download the image to CC2538, via SmartRF Flash Programmer 2 or IAR?
    If you use SmartRF Flash Programmer2 and the Z-Stack version is Z-Stack Home 1.2.1, maybe the issue is in the bin file which generated from IAR.
    In CC2538 IAR project, the unused code memory was set to 0x00 in default.
    The right way is set to 0xFF for unused code memroy.This issue have been fixed in Z-Stack Home 1.2.2.