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.

the program run death of cc1310 rfWsn node

Hello.excuse me!I have some questions.1.Why TI-RTOS provides node sending program that rfWsnNode_CC1310DK_7XD_TI_CC1310F128 appear realistic program run death?
2.CC1310 development board download rfWsn Node_CC1310DK_7XD_TI_CC1310F128.By observing the state of the LED. I found that the program is running at full speed several minutes, then stop running. Neither LED does not flash nor download rfWsnConcentrator_CC1310DK_7XD_TI_CC1310F128 board does not receive data.Thus, I think that the program runs death.
3.Masking block receives an ACK rfWsnNode_CC1310DK_7XD_TI_CC1310F128.Masking
if(EasyLink_receiveAsync(rxDoneCallback, 0) != EasyLink_Status_Success) {
System_abort("EasyLink_receiveAsync failed");
}
The program will not run death.The board will continue to work.Thus I found that the program running death is owing to 
if(EasyLink_receiveAsync(rxDoneCallback, 0) != EasyLink_Status_Success) {
System_abort("EasyLink_receiveAsync failed");
}
4.Are you familiar with rfWsnNode_CC1310DK_7XD_TI_CC1310F128? Could you please help me analyze whether a specific Functions logical failure or data overflow?