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.

CC3220SF TCP sl_send 异常退出

Other Parts Discussed in Thread: CC3220SF

使用两片CC3220SF进行TCP数据收发,一个充当client,一个充当server。

client一端一次发送1048个字节,两次发送之间usleep(5000)时,发送了5700包左右出现  FATAL ERROR:Driver Abort detected;error-2005 Socket error, please refer "SOCKET ERRORS CODES" section in errors.h

把两次发送之间的延时改成usleep(10000)时,发送了16000包左右出现上述错误,这是为什么?