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.

[参考译文] LAUNCHXL-F28P65X:二进制输出格式(.bin)

Guru**** 2468610 points
Other Parts Discussed in Thread: LAUNCHXL-F28P65X, UNIFLASH

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1480000/launchxl-f28p65x-binary-output-format-bin

器件型号:LAUNCHXL-F28P65X
主题中讨论的其他器件: UNIFLASH

工具与软件:

您好!

我目前使用的是 LAUNCHXL-F28P65x、我对生成.bin 文件有疑问。

现在、我正在使用 SDK 中的示例程序"led_ex1_blinky"。

左侧映像是一个 bin 文件、其中包含程序使用 UniFlash 从执行地址(codestart)保存的存储器

右侧图像是通过在 CCS 中编译程序并将输出格式设置为"二进制"而生成的 bin 文件

在比较两个文件时、我发现 codestart 后的12个字节不同(用 FF 填充)、如图所示。

我要创建一个与左图相同的.bin 文件。

CCS 构建设置如下所示。

我有一个与此相关的问题、

1.为什么两个文件不同?

2.如何生成与左图相同的.bin 文件? (编译选项...)