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.

MSPM0L1306: Generate .bin file by CCS 12.5.0.00007

Part Number: MSPM0L1306

Hi,guys,

    I need .bin file to flash it into device by JFlash.So I refer to CCS User's Guide,it shows that we can add "${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" in post-build steps.But it doesn't work.I check the makefile that automatically generated by CCS.The error information is as follows.

post-build:
-"D:/Program Files/CCS/ccs/utils/tiobj2bin/tiobj2bin" "mspm0l1306_motorctrl.out" "mspm0l1306_motorctrl.bin" "D:/Program Files/CCS/ccs/tools/compiler/ti-cgt-armllvm_3.2.0.LTS/bin/armofd" "D:/Program Files/CCS/ccs/tools/compiler/ti-cgt-armllvm_3.2.0.LTS/bin/armhex" "D:/Program Files/CCS/ccs/utils/tiobj2bin/mkhex4bin"
-@echo ' '

    I'm looking forward to your reply,thank u!