主题中讨论的其他器件:SFRA、 C2000WARE
工具/软件:Code Composer Studio
尊敬的 C2000专家:
目前我正在使用 sfra 示例、并希望使用 hex2000工具将 project.out 转换为 project.hex、但有 一条警告:数据正在写入自动生成的文件、您能帮助我了解如何修复吗?
SFRA 示例:C:\ti\c2000\C2000Ware_DigitalPower_SDK_2_00_01_00\libraries\sfra\examples
hex2000命令:
hex2000.exe -i "${ProjName}.out"-o "${ProjName}.hex"-order LS -romwidth 16.
hex2000.exe -x "${ProjName}.out"-o "${ProjName}.x0"-order LS -romwidth 16.
CCS 发出2条警告:
警告:正在将数据写入自动生成的文件
示例1_STB_f28004x_f32_coff。I10
警告:正在将数据写入自动生成的文件
示例1_STB_f28004x_f32_coff .x10
编译日志文件:e2e.ti.com/.../build-log.txt