CCS_V7/ CC3100SDK/MSP432P401R EXAMPLE工程无法导入
你好,
我用上面的配置搭建环境,当我想导入下面的工程时
C:\ti\CC3100SDK_1.2.0\cc3100-sdk\examples\getting_started_with_wlan_ap
无法导入,会产生两个错误。
Error 1:
Description Resource Path Location Type
File connections/Stellaris_ICDI_Connection.xml does not exist. Was included by file C:/Users/chunyong.jia/workspace_v7/getting_started_with_wlan_ap/targetConfigs/Tiva TM4C123GH6PM.ccxml Tiva TM4C123GH6PM.ccxml /getting_started_with_wlan_ap/targetConfigs line 0 Problem
Error 2:
Description Resource Path Location Type
This project was created for a device not currently supported: Cortex M.TM4C123GH6PM. See 'Help > Check for Updates' or visit <a href="liveaction:OpenAppCenter">CCS App Center</a> to get the latest device support. Alternatively, migrate the project to closest matching supported device by adjusting project properties. getting_started_with_wlan_ap project Problems
请问该如何解决。谢谢
该例程我们有专门的文档讲解,请参考这边的步骤: http://processors.wiki.ti.com/index.php/CC3100_Getting_Started_with_WLAN_AP
你们的例程 http://processors.wiki.ti.com/index.php/CC3100_Getting_Started_with_WLAN_AP
中提到 :"Open sl_common.h and modify values of SSID_AP_MODE, PASSWORD_AP_MODE and SEC_TYPE_AP_MODE. These values will define the device's credentials in AP mode"
无法找到文件 : sl_common.h
debug 后有ERRORS
Description Resource Path Location Type
#1965 cannot open source file "inc/hw_ints.h" cli_uart.c /getting_started_with_wlan_ap/cli_uart line 48 C/C++ Problem
#1965 cannot open source file "inc/hw_memmap.h" spi.c /getting_started_with_wlan_ap/spi line 40 C/C++ Problem
#1965 cannot open source file "inc/tm4c1294ncpdt.h" board.c /getting_started_with_wlan_ap/board line 38 C/C++ Problem
gmake: *** [board/board.obj] Error 1 getting_started_with_wlan_ap C/C++ Problem
gmake: *** [cli_uart/cli_uart.obj] Error 1 getting_started_with_wlan_ap C/C++ Problem
gmake: *** [spi/spi.obj] Error 1 getting_started_with_wlan_ap C/C++ Problem
gmake: Target 'all' not remade because of errors. getting_started_with_wlan_ap C/C++ Problem
根据Usage下面的步骤
Open sl_common.h and modify values of SSID_AP_MODE, PASSWORD_AP_MODE and SEC_TYPE_AP_MODE. These values will define the device's credentials in AP mode
无法找到文档所描述的 sl_common.h 文件.
该文件的路径是 C:\TI\CC3100SDK_<x.x.x>\cc3100- sdk\examples\common\
非常感谢。我联系了TI英文网的工程师,他们告诉我,TMS432中的例程匹配的是CC3120的,不能直接用于cc3100. 而cc3100SDK中的例程是匹配TIVA的。所以,MSP432最好用CC3120BOOST.