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.

TMS320F28335在CCS V5.5中调试遇到的问题



问题描述:使用CCS版本为V5.5,仿真器为XDS100 V2,仿真器与电路板链接正常(测试成功),程序为定时器控制LED亮灭,程序编译正常,无错误、无警告,然后点Debug进入调试窗口,出现两个文件找不到,如下图所示。一直点单步执行,可以实现不用定时器的GPIO口控制LED灯亮灭,但是受定时器控制的LED灯无反应;如果点击连续运行,则整个程序无反应,只能点停止调试。不知道这是什么问题?

Can't find a source file at "/tmp/TI_MKLIBr6S4KF/SRC/boot28.inc"
Locate the file or edit the source lookup path to include its location.

Can't find a source file at "/tmp/TI_MKLIBr6S4KF/SRC/args_main.c" 

Locate the file or edit the source lookup path to include its location.