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.

CC2642R: CCS IDE如何 添加hex转换为bin的后处理指令

Part Number: CC2642R


在simple_peripheral示例中,Post-build steps中能够进行 hex转化为bin 的指令是什么?

下述指令为2640的配置指令,在2642中无法使用,应该是工具及使用方式发生了变化,麻烦提供一下关于2642的对应指令,谢谢

"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"