Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
使用Green Hills(GHS)编译器编译生成hex文件不是intel hex格式,如何解决。
第一种方法,使用gcc中的objcopy将ghs生成的hex386格式的.run文件转换成intel hex格式。命令行为:arm-none-eabi-objcopy.exe -I ihex --output-target=ihex xxx.run xxx.hex
arm-none-eabi-objcopy.exe -I ihex --output-target=ihex xxx.run xxx.hex
第二种方式,使用ghs生成srec文件,然后在jflash中加载srec文件,再将文件另存为intel hex格式的hex即可。
应该不用这么麻烦吧,
Frankie 使用gsrec命令行吗
george 是的
直接生成hex文件,不产生.run文件,jflash可以加载
帮助没办法联网的电脑使用YCT
帮助改进和优化YT CONFIG TOOL,有机会抽取YTM32B1ME0 EVB哦...