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.

[参考译文] MSP430FR5043:将两个TI十六进制文件合并为一个

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1095451/msp430fr5043-combine-two-ti-hex-files-into-one

部件号:MSP430FR5043

您好!  

我想将两个TI十六进制文件(启动加载器代码+应用程序代码)合并为一个十六进制文件。 其他帖子建议阅读 http://processors.wiki.ti.com/index.php/Combining_executable_files ,但该页面不再存在。  

请您以其他方式向我提供这些信息吗?

谢谢  

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

    它比任何工具生成的titxt格式二进制文件都容易。 只需逐一复制到finalti txt二进制文件...

    @address1                    <第一个二进制文件

    12 34 56 78 .

    ...

    @地址2                 <第二个二进制

    9A BC de F0...

    ...

    Q                                    < eof