Tool/software: TI-RTOS
I am a bit confused. You said you had 2 nodes and 1 concentrator. But in your explanation and within your code, there are two destination addresses or concentrator addresses. Can you describe more on what exactly are you trying to achieve.
The reason that it is stuck in RF_pendCmd is that it is waiting for a packet to be received for a address (on a second concentrator) that does not exist and is stuck there forever.
Regards,
Hi PrashanthS,
What's the mean of The reason that it is stuck in RF_pendCmd is that it is waiting for a packet to be received for a address (on a second concentrator) that does not exist and is stuck there forever. Do you mean that we could not change the Rx filter otherwise it would stuck in RF_pendCmd ? If we only allow to call the EasyLink_enableRxAddrFilter one time?