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:TI 如何刻录 Bootrom 代码

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1008544/tms320f28335-how-ti-burn-the-bootrom-code

器件型号:TMS320F28335
主题中讨论的其他器件:C2000WARE

您好,BootROM 函数为用户提供了一种将固件刻录到 RAM 或闪存中的方法。 但是、TI 如何在没有引导 ROM 的情况下烧录引导 ROM 函数?

我想调试引导 ROM 的某些函数以查看发生了什么、尽管我可以通过在另一个工程。中移动其中的一些代码来实现  

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

    我相信您正在寻找 bootROM 的源代码、以便您了解引导代码/流程。  源代码和.out 文件位于 C2000Ware 中的以下位置。  C:\ti\c2000Ware_2_00_00_03\libraries\boot_rom\F2833x\v2_0\rom_sources

    您可以将.out 加载为符号、CCS 将在您单步执行 bootROM 时上拉 C 源代码。  由于这是 ROM、您将只能设置多达2个断点、因为它们是 HW 与 SW 断点。

    最棒的

    Matthew