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.

Code Composer Studio 10.2.0如何生成.BIN文件

Other Parts Discussed in Thread: MSP430F435, UNIFLASH

根据网上的教程进行各种尝试,在Steps中的Post-build steps中添加下面的语句:

${CG_TOOL_HEX} -order MS --memwidth=8 --romwidth=8 --intel -o ${ProjName}.hex ${ProjName}.out &
"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"

目前在原先的基础上还生成了.HEX文件,但是.BIN文件没有生成,还提示了

'C:\ti\ccs1020\ccs\tools\compiler\ti-cgt-msp430_20.2.2.LTS\bin\ofd470' 不是内部或外部命令,也不是可运行的程序或批处理文件。