我用的是CCS5.2.1,请问如何设置才能项目编译完直接生成COFF文件和HEX文件?
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.
pevin,
CCS3.3生成HEX
hex2000 -romwidth 16 -memwidth 16 -i -o xxx.hex xxx.out就会在当前目录下生成一个叫xxx.hex的文件。
CCSv5生成HEX