I am try to send packet 5sec interval with modified WSN_Node - WSN_Concentration example.
but, Node is hangs randomly at EasyLink_transmit() function in EasyLink.c
more exactly, it hangs below.
RF_EventMask result = RF_pendCmd(rfHandle, cmdHdl, (RF_EventLastCmdDone | RF_EventCmdError));
I setted ACK timeout 2000ms and max retry is 1. I had doubt this setting so I had try change timeout value variously(under 1000ms ~ over 3000ms) but cc1310 still hangs.
I don't know why.
Now I use:
hardware : CC1310DK+ CC1310EMK
Ti-RTOS Version : t2.16.1.14
CCS Version: 6.1.2.00015
Please help me to deal with this problem.
Thanks in advance for your help.