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.

CC3200循环连接http服务器,几次连接后就没动静了!



        10秒钟一个循环,每次访问外部网站的过程为:开启WIFI -> 连接外部AP -> 连接http访问外部网站 -> 读取网页内容 -> 断开http连接 -> 关闭WIFI。前几次都能正确读取网页内容,然后每次都会执行到调用lRetVal = HTTPCli_getResponseStatus(cli);这句后就没有返回了。

       请问这是啥情况,如何解决?

       谢谢!