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.

[参考译文] TMS320F28388D:调试 BootROM 期间出现问题

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1435475/tms320f28388d-problem-during-the-debug-the-bootrom

器件型号:TMS320F28388D

工具与软件:

大家好、

通过调试接口连接电路板后、加载"Run"->"Load"->"Load Symbols"->"F2838x_CPU1_ROM_Aug_16_2019.out"
然后依次选择"Run"->"Reset"->"CPU Reset"。

当程序达到"LCR CPU1BROM_startSystemBoot"(cpu1brom_init_boot.asm)问题开始时、
如果我单击"Assembly Step Over"(程序集单步执行) CCS 切换、没有任何响应。
如果我单击"Assembly Stemp Into"、程序达到"SB $C$L75、UNC"、不会继续、核心寄存器也没有改变。

我需要正确执行哪些操作才能调试 BootROM?

此致。

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

    您好!

    如果您想使用 bootROM 的 c 代码、就需要浏览源文件、CCS 应该会让您选择执行此操作。 然后 CCS 将能够为您显示 bootROM 的 C 代码。  

    此致、

    Ben Collier

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

    尊敬的 Benjamin:  

    我在 CCS 中打开相关文件。 我可以成功调试 ROM 代码。  

     "SB $C$L75、UNC"指出、当调试器被连接时、它继续仿真引导而不是独立引导并永远等待。