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.

CC2530: Z-Stack 3.0 doesn't rejoin coordinator

Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK

Hi,

I've been using the code bdb_StartCommissioning(BDB_COMMISSIONING_REJOIN_EXISTING_NETWORK_ON_STARTUP) and it doesn't rejoin the CC2530 with the coordinator. I've noticed in zgInit() in ZGlobals.c, that the breakpoint bdb_setNodeIsOnANetwork(false) is always hit on startup when the CC2530 has connected to a coordinator, but if it isn't connected to a coordinator, the breakpoint isn't hit. I believe this is a problem. How can I fix this?