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.

[参考译文] TM4C123BH6ZRB:合并引导加载程序和应用程序二进制文件

Guru**** 2579465 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/828771/tm4c123bh6zrb-merge-boot-loader-and-application-binaries

器件型号:TM4C123BH6ZRB

您好!

我想将我的引导加载程序和应用程序二进制文件合并到一个可编程二进制文件中。 目前、我首先对引导加载程序进行编程、然后使用应用程序代码进行编程。 我可以单步实现这一点吗?

此外、从运行应用程序中、我是否可以单步更新完整映像(引导加载程序+应用程序)? 谢谢

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

    您好 Mohsin、

    请参阅有关如何将图像组合成一个可编程文件的文章: http://processors.wiki.ti.com/index.php/Combining_executable_files

    在主体中、由于引导加载程序将加载到 SRAM 中并从 SRAM 执行、但如果过程中断(例如断电)、则存在风险 如果器件损坏、则可能无法通过引导加载程序对其进行编程、除非您有方法通过 ROM 引导加载程序进行编程、该加载程序可在器件的闪存擦除后访问。