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.

[参考译文] TMS320F280034:CLA 源代码调试

Guru**** 2027820 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1462552/tms320f280034-cla-source-code-debug

器件型号:TMS320F280034

工具与软件:

您好!

我正在处理一个将代码包含在 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