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.
工具与软件:
您好!
我正在处理一个将代码包含在 CLA 中的项目。 它在工作(我可以看到变量被 CLA 任务1更改)、但是当我尝试对它进行调试时、它在反汇编窗口的 MDEBUGSTOP 指令处停止、但它无法定位源代码文件。 它会在编辑器中打开一个新选项卡、其中显示消息"break at address "0x801c"、没有可用的调试信息、或 excat of program code (在地址"0x801c"处中断、程序代码之外)。
我缺少什么?
提前感谢您!
Vesko Vitchev
尊敬的 Vesko:
你是否正在尝试调试 CLA 上运行的代码? 如果是、您需要将映像符号加载到 CLA 内核上、这样一来、当 MDEBUGSTOP 指令命中时、它将显示与其对应的.cla 文件中的关联源代码。
以下是调试 CLA 代码的步骤: https://software-dl.ti.com/C2000/docs/cla_software_dev_guide/debugging.html
此致、
Ozino