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.

TMS320F2812: CCS低版本,如CCS5.2,如何将.hex文件转换成.bin文件?

Part Number: TMS320F2812


在CCS5.2环境下如何将.hex文件转成.bin文件?

一般的方法是在ccs中添加:

"${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"


但是低版本的CCS中没有mkhex4bin.exe这个工具,如图:

请问除了升级CCS版本还有其他方法能将.hex文件转换成.bin文件吗?