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.

AF_INCOMING_MSG causes problem

Other Parts Discussed in Thread: CC2530, Z-STACK

hello, i am trying to set up interface between ZNP coordinator (controller + CC2530) on one side and router CC2530 connected to my PC through Z-tool on other side. everything is working fine i can send several messages from the coordinator to the routers, and the router receives them all using AF_DATA_REQUEST command. when i try to send message from router to the coordinator, i can receive the callback AF_INCOMING_MSG and read the message successfully but then when i try to send any message from any side nothing happens, i found that the coordinator side is not responsive anymore, when i try to send message from it's side using AF_DATA_REQUEST  so i pull and MRDY to low and wait for SRDY to be low but this nevers happen, and also when router sends any message the SRDY never go low so i never get any callback, i don't understand what's going on here, why CC2530 hangs up, or what is the real case