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.
工具/软件:Code Composer Studio
如何在 code composer studio 版本6.2中生成.bin 文件、而不是.out 文件。
此致
Manish Kothari
Manish、
通常、CCS 中从.out 文件到二进制文件的转换是作为编译后处理步骤完成的。 但是、通常用于此操作的实用程序(tiobj2bin)不支持 C55x 器件。
我怀疑您正在寻找的是一种创建引导映像的方法。 如果是、请查看 此帖子 、该帖子链接到应用手册并提供更多详细信息。 如果您对此主题还有其他疑问、我建议您在 C5000器件论坛中发布新帖子、因为那里的专家应该能够提供更多指导。