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.

TMS320F28377D: HEX文件生成, Data is being written to auto-generated file

Part Number: TMS320F28377D

Code Composer Studio Version: 11.1.0.00011

在CCS中配置HEX文件生成Motorola S M3格式,程序段数据可正常生成,数据段数据会自动生成一个扩展名为.m10,文件格式类似HEX的文件。查看改文件中地址信息为程序中Page1的 .econst段和自定义的const常量数据存储段。

1.是否有哪里我设置的不对,是否有什么方法可以生成一份合并的Hex文件,还是必须通过第三方工具来进行Hex文件的merge.

2.CCS 中C2000 Hex Utility文件生成的字节对齐和填充是否可以配置,应该如何操作。