导
入工程后失败
环境为CCS 10.4导入为12.8
Description Resource Path Location Type
Referenced project 'tirtos_builds_CC1310_LAUNCHXL_release_ccs' does not exist in the workspace. Project 'CC1310_DataReceiver_awce' may not build as expected. CC1310_DataReceiver_awce CC1310_DataReceiver_awce Problem
导入的文件问题。
See details below...
Project 'tirtos_builds_CC1310_LAUNCHXL_release_ccs', referenced from 'CC1310_DataReceiver_awce', could not be found. Please import this project manually.
升级下看看。
Messages/issues which may require your attention were encountered while importing theproject(s).Invalid project description.X
"../CC1310_LAUNCHXL.c", line 39: fatal error: could not open source file "stdbool.h" (no directories in search list
>> Compilation failure
subdir_rules.mk:9: recipe for target 'main_tirtos.obj' failed
"../main_tirtos.c", line 4: fatal error: could not open source file "stdint.h" (no directories in search list)
导入程序需要配置头文件
Error connecting to the target:
(Error -242 @ 0x0)
A router subpath could not be accessed.
The board configuration file is probably incorrect.
(Emulation package 20.0.0.3178)
安装所需的编译器
1、 打开菜单Help -> Install New Software
向工程添加RTSC配置文件
1、选定工程,选择File->New->RTSC Configuration File
gmake: *** No rule to make target 'D:/1.LFD/code/CC1310_DataReceiver_tirtos_ccs/tirtos_builds_CC1310_LAUNCHXL_release_ccs/Debug/configPkg/config.bld', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target
都没有效果
太多问题了,开始新建空白工程,然后复制.C .H 文件过去
锤子成功了。但是调试失败了。
targetConfig重新配置为cJTAG(1149.7)4-pin standard mode
修改JTAG配置并没什么用
An error occurred while hard opening the controller.
-----[An error has occurred and this utility has aborted]--------------------
This error is generated by TI's USCIF driver or utilities.
The value is '-242' (0xffffff0e).
The title is 'SC_ERR_ROUTER_ACCESS_SUBPATH'.
The explanation is:
A router subpath could not be accessed.
The board configuration file is probably incorrect.
[End: Texas Instruments XDS110 USB Debug Probe]
The scan-path will be reset by toggling the JTAG TRST signal.
The controller is the XDS110 with USB interface.
The link from controller to target is direct (without cable).
The software is configured for XDS110 features.
The controller cannot monitor the value on the EMU[0] pin.
The controller cannot monitor the value on the EMU[1] pin.
The controller cannot control the timing on output pins.
The controller cannot control the timing on input pins.
The scan-path link-delay has been set to exactly '0' (0x0000).
An error occurred while hard opening the controller.
这里之前只勾了一项,后面导入工程一直失败,建议全部勾上,
烧录器和板子再其他电脑10.4的环境下仿真调试通过。
12.8可能有问题。换成10.4验证下
安装为10.4仍然有问题。