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 连接WIFI失败问题

Other Parts Discussed in Thread: CC3200

CC3200开机作为AP模式等待设备连接,一分钟以后切换STA模式连接其他wifi模块或者路由器,发完数据再切换成AP模式,如此循环,在此期间如果有一次连接路由器失败,则一直异常,串口会收到 [GENERAL EVENT] - ID=[0] Sender=[0]。 调用sl_Stop(SL_STOP_TIMEOUT)/sl_Start(0, 0, 0)都不能解决,只要调用sl_Start(0, 0, 0);,串口就会收到 [GENERAL EVENT] - ID=[0] Sender=[0],我用的SDK是servicepack_1.0.1.13-2.11.0.1,程序跑的是FreeRTOS系统,请问TI的工程师,这种问题该如何解决呢?