Other Parts Discussed in Thread: CC2538, CC2650, Z-STACK
Hi,
I've Zigbee end devices ( CC2650) developed based on Z Stack 1.2.2HA which communicate with coordinator CC2538 .
I am investigating a Z-stack program when the ZED fails during the reconnect sequence.
(ZDApp.c, ZDApp_ProcessNetworkJoin function with nwkStatus ! = ZSuccess)
If prevDevState is DEV_NWK_SEC_REJOIN_ALL_CHANNEL,
runtimeChannel = (uint32) (1L << _NIB.nwkLogicalChannel);
The above program appears to change the channel used by the ZED. Am I correct in my understanding?
Also, am I correct in assuming that 3 failures during the reconnection sequence are required for this code to execute?
Any help would be appreciated .
Best regards,
Yuya Murata