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