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.

How to use the Security mode of the Zstack

Other Parts Discussed in Thread: Z-STACK

Hello,
 
I used the Zstack to develop the Zigbee module and hope that the Zigbee module can have the feature as follows:
If I press a button while Zigbee module starts, the Zigbee module will work at the security mode. If I don't press the button while Zigbee module starts, the Zigbee module work at the normal mode.
I found a solution in the document, "Z-Stack Developer's Guide.pdf", but it can't meet my requirement. What else solution can I use to implement the feature?
 
Thanks,
  • Dears,

    TI's Zstack does not support this. If you want to do that, I have a idea as the followings. Fist, you need to implement a boot loader and generate two binary, one with security and another without. In the boot loader, you can detect button to decide which binary you want to start. In this suggestion, you might need a big flash space.

    Regards!