CCS调试错误解决方案
1.warning #1173-D: attribute "packed" ignored
该错误是没有使能编译器语言gcc,添加路径在工程的properties中.

2.warning #10373-D: ......contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper library.
输出文件格式应为ELF。

3.warning #225-D: function declared implicitly
通过添加的头文件中已经声明了函数,然而始终报错,则可能是头文件中的文件名未定义或出错。

该名称一定要与头文件文件名一致。
4.(Error -1176 @ 0x13500):Trouble Writing Register PC
Unable to access device memory. Verify that the memory address is in valid memory. If error persists, confirm configuration, power-cycle board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.1.232.0)
工程中添加C6748.cmd文件(*.cmd,该文件要和自己的开发板型号相对应)。在工程中单机工程名,右键,选择添加文件(Add files),然后把该cmd文件添加进去就可以解决所有问题了。其他系列的DSP如果出现这样的问题,不妨这样试试看,应该是有用的。

浙公网安备 33010602011771号