运行 wlan_station demo程序,不能连接到wifi。
SSID名是正确的,使用的是SL_SEC_TYPE_OPEN模式,我用手机开一个热点和让开发板直接连路由器都没成功。网络是通的可以上网。
串口只输出,三个灯都不亮,用CCS编译调试,会是什么原因导致的呢,新人求助。
*************************************************
CC3200 WLAN STATION Application
*************************************************
[GENERAL EVENT] - ID=[0] Sender=[0]
Error [-3] at line [510] in function [ConfigureSimpleLinkToDefaultState]
下图是我工程目录
属性配置如下
1、编译ti_rtos_config时提示
**** Clean-only build of configuration Default for project ti_rtos_config ****
"C:\\TI\\ccsv6\\utils\\bin\\gmake" -k clean
DEL /F
makefile:48: recipe for target 'clean' failed
命令语法不正确。
gmake: [clean] Error 1 (ignored)
RMDIR /S/Q "configPkg\"
'Finished clean'
' '
2、编译oslib提示
**** Clean-only build of configuration free_rtos for project oslib ****
"C:\\TI\\ccsv6\\utils\\bin\\gmake" -k clean
DEL /F "free_rtos.a"
DEL /F "croutine.d" "heap_3.d" "list.d" "osi_freertos.d" "port.d" "queue.d" "tasks.d" "timers.d"
DEL /F "croutine.obj" "heap_3.obj" "list.obj" "osi_freertos.obj" "port.obj" "portasm.obj" "queue.obj" "tasks.obj" "timers.obj"
DEL /F "portasm.d"
找不到 C:\TI\CC3200SDK_1.2.0\cc3200-sdk\oslib\ccs\free_rtos\free_rtos.a
找不到 C:\TI\CC3200SDK_1.2.0\cc3200-sdk\oslib\ccs\free_rtos\croutine.obj
找不到 C:\TI\CC3200SDK_1.2.0\cc3200-sdk\oslib\ccs\free_rtos\portasm.d
'Finished clean'
' '
**** Build Finished ****
import project wlan_station
3、编译wlan_station
**** Clean-only build of configuration Release for project wlan_station ****
"C:\\TI\\ccsv6\\utils\\bin\\gmake" -k clean
gmake: *** No rule to make target 'clean'.
这些提示什么问题



