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.

[参考译文] TMS320F28075:srec烧写文件生成 μ A

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1019519/tms320f28075-srec

器件型号:TMS320F28075

第一个问题:

我想使用该文件中的命令来生成。 SREC 格式、那么我可以在哪里设置或将该文件放在 CCS 中???

第二个问题:

我想合并这两者。 SREC 文件??  如何操作?

一个是引导加载程序、另一个是应用程序

 

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

    我忘记了~~附加在这里:以下是关于 cmd 后缀文件的信息

    "Debug\BootloaderV4.0.out" /*输入文件*/
    -m                                             /* Motorola 格式*/
    /*-image */
    /*-填充0xFFFF */
    -memwidth 16
     
    ROM

     FLASH1:origin=0x0080000、len=0x1FFF、romwidth=16
             files={"Debug\BootloaderV4.0.srec"}

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

    一个选项是将两个.out 文件加载到设备,然后使用内存浏览器窗口(View->Memory Browser)将地址范围另存为 COFF 文件。  然后、您可以使用十六进制实用程序获取保存的 COFF 文件并将其设置为 bin 文件。

    最棒的

    Matthew