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.

[参考译文] C55BootImage.exe 工具集成到 CCS12中,用于自动.COFF 到 bin 文件转换?

Guru**** 2568565 points


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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1180217/c55bootimage-exe-tool-integration-into-ccs12-for-automatic-coff-to-bin-file-conversion

您好!

我当前使用  C55BootImage.exe GUI 程序将.out 文件转换为.bin 文件、以将应用程序代码刷写到闪存中。

是否有办法将此程序(也接受命令行参数)无缝集成 CCS12中,建议的十六进制实用程序与下面所示的相似??

是否可以用  C55BootImage.exe 程序替换上面的“command”条目(或更改 path 变量)并提供所需的 IN/OUT 参数等? 只是想知道这是否可行???

谢谢、Mike

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

    您好!

    [引用 userid="49966" URL"~/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1180217/c55bootimage-exe-tool-integration-into-ccs12-for-automatic-coff-to-bin-file-conversion "]是否有方法可以将此程序(也接受命令行参数)无缝集成 CCS12中建议使用类似于以下所示的十六进制实用程序?

    与十六进制实用程序的集成级别不同、它涉及到对实际 CCS 项目管理器的一些修改。  

    [引用 userid="49966" URL"~/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1180217/c55bootimage-exe-tool-integration-into-ccs12-for-automatic-coff-to-bin-file-conversion ]\n 是否可以用  C55BootImage.exe 程序替换上述"命令"项(或更改路径变量)并为其提供所需的输入/输出参数等? 想知道这是否可行?

    我建议将其添加为编译后处理步骤:

    https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_project-management.html#pre-and-post-build-steps

    十六进制实用程序可执行文件最初也被称为编译后处理步骤、直到我们将其集成到 CCS 中。

    谢谢

    Ki