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.

CCS/CC3200: CC3200 socket connection problem

Part Number: CC3200

Tool/software: Code Composer Studio

Dear TI Employee,

Right now, I am implementing a project based on TCP/IP and MQTT communication. When testing the project, I encountered a problem: CC3200 lost its connection with the server while the wifi connection is good. The reason seems like although we use sl_close(mysock), the socket did not close successfully; therefore the program prevented me to create a new socket. And my program entered into a forever loop. Right before I lost connection I can see errors like general event[6] or socket failed close in Tera Term.

I find a link: processors.wiki.ti.com/.../CC3200_Summary_of_Known_Issues Under Netapps Changes section there is an item saying that MQTT library: socket cannot close while DNS failure. Does that mean the problem is caused by CC3200 itself?

Thank you very much

Yingmeng Xiang