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 Permit Join and Leave Problem

Hi Friends,

I have two issue:-

1.) I am trying to send join permit  broadcast to all the device in the network. But it isn't working. Command(ZDO_MGMT_PERMIT_JOIN_REQ) parameters are :-

Address type - broadcast(0x0F)

DstAddr - 0xFFFF

Duration - 0

TCSignificance - 0 

    When I try to send individual permit joins, it works fine.

2.) I have network as shown below

ZC-----------ZR1------------ZR2

When I try to issue leave network command(ZDO_MGMT_LEAVE_REQ) from ZC to ZR1, it immediately leaves the network. But if I issue the same command from ZC to ZR2, it doesn't work. 

Need Help.Thanks.