Other Parts Discussed in Thread: Z-STACK
Hi, I have a question which is probably simple for someone with more experience than myself. I am using Z-Stack Energy 1.1.0 on SmartRF05EB (x2)
I have a Zigbee Coordinator (ZC) and a Zigbee End Device (ZED) communicating directly with one another. I have the following options for compilation:
NV_INIT
NV_RESTORE
SECURE=1
zgPreConfigKeys = FALSE;
zgApsLinkKeyType = ZG_GLOBAL_LINK_KEY;
If I erase the entire flash of both devices, and program them with fresh certificates the ZED associates and communicates with the ZC fine. If for some reason the ZED loses the NWK key (in my case because of re-flashing) it never re-authenticates on the network, it continually re-associates and then goes through a soft reset cycle due to an UNAUTH timeout.
How do I initiate re-authentication when a known device loses its key?