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.

Problem with ZDP_BindREQ

Other Parts Discussed in Thread: CC2538

Hi all,

I am working with zstack using CC2538. I am using ZDP_BindReq()  to send binding request from door lock controller(ZED) to door lock(ZED).

The parameters i am passing to the ZDP_BindReq() are..

dstaddr = Network address of the door lock controller

Sourceaddr = Extended address (IEEE) of the controller

srcEP = Endpoint number of the controller

Cluster ID- Cluster on which binding to take place

DestinationAddr = ieee address of the door lock.

DstEp = Endpoint number of the destination (door lock)

My ZDP_BindReq is returning success but the target device(door lock) is not getting binded. I have also registered for getting the bind response on my controller.

Instead my controller is sending the bind response rather than the end device(door lock)

I don't have ubiqua packet analyser to check.

Please suggest some methods to check this.

Thanks

Amit Kumar