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_SDK 时红灯一直闪烁

Other Parts Discussed in Thread: CC3200, CC3200-LAUNCHXL

 我在调试CC3200的SDK1.3自带的wlan_station时,红灯一直在闪烁,程序卡死在

 while((!IS_CONNECTED(g_ulStatus)) || (!IS_IP_ACQUIRED(g_ulStatus))) 

这条指令里,我已经在设置里写了自己的WiFi名和密码

#define SSID_NAME "saber" /* AP SSID */
#define SECURITY_TYPE SL_SEC_TYPE_WPA/* Security type (OPEN or WEP or WPA*/
#define SECURITY_KEY "aaa@@@..." /* Password of the secured AP */
#define SSID_LEN_MAX 32
#define BSSID_LEN_MAX 6

并且我也看了SimpleLink()中的设置,根据超级终端的显示,的确已经设置为了站点模式,但是就是连接不了,

我参考了网络上的解决办法,拔掉P57和VCC间的跳线,也没有效果。

注:我用的是校园网,但是我成功地连接过上一次,以后就没连上过,我用的是JTAG模式调试的,而且我发现有时候调试会卡住,但是重新插一下就能了,这是为啥?