TMS320F28377S: 关于tms320f28377s编译生成hex相关的问题

Part Number: TMS320F28377S

关于tms320f28377s编译生成hex相关的问题,我打开tms320f28377s的c2000里面的demo,flash_programming_cpu01工程,想生成一个hex文件。

然后我配置1、右击工程选择Properties---->C2000 Hex Utility--->勾选使能。2、Output Format Options------>Output format配置为hex文件格式,

然后我点击编译虽然生成了一个hex文件但是编译器警告Description Resource Path Location Type
Data is being written to auto-generated file flash_programming_cpu01.i01 flash_programming_cpu01 C/C++ Problem。我猜测可能需要改cmd文件,但是不知道怎么改?

网上搜索了一个相关文章参考但是没修改成功链接如下:

blog.csdn.net/.../146123971

  • 您好

    已经收到了您的案例,调查需要些时间,感谢您的耐心等待

  • 您好

    如果您看到警告消息“数据正在写入自动生成的文件flash_programming_cpu01.i01”,则很可能是项目的十六进制实用程序在编译过程中没有设置指定的内存宽度或指定的ROM宽度:

    在“属性”->“工具”->“十六进制实用程序”->“常规选项”中更改此设置对您有效吗?

  •  您好,这样配置对吗?

     Specify memory width (--memwidth, -memwidth)           16

    Specify data ordering (--order, -order)                         LS

    Specify rom width (--romwidth)                                                              16