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.

求助!TCP Socket



TI工程师您好:

我在CCS的例程wlan_ap中,想加入TCP-socket。于是我把BsdTcpServer相应代码移植过来,调试时发现 程序卡死在此处。

// creating a TCP socket
iSockID = sl_Socket(SL_AF_INET,SL_SOCK_STREAM, 0);

请问该如何解决?

谢谢!