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.

CCS/MSP432P401R: Generating "ProjName".bin files in CCS 7 for the MSP432

Part Number: MSP432P401R

Tool/software: Code Composer Studio

Support Path: /Tools & software/Help find tools and software/Development tools/For a specific device/

I am coming from the CCS 5.x and the TM4C environment to CCS 7 and the MSP432.

In the CCS 5.x environment, *.bin files are generated by specifying the following in the "Post Build Steps" dialogue box.

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

Can someone please provide direction on the proper way to generate the "ProjName".bin file in CCS 7 for the MSP432?

Has TI addressed the need for a PC executable that can program the MSP432 through the default/boot serial port?

  • Scott McFarland said:
    Can someone please provide direction on the proper way to generate the "ProjName".bin file in CCS 7 for the MSP432?

    The same post-build command will work in CCSv7 for the MSP432. You can go to Project Properties->Build->Steps tab and enter the command under "Post-build steps". Let us know if you hit any issues with generating the bin file.

    Scott McFarland said:
    Has TI addressed the need for a PC executable that can program the MSP432 through the default/boot serial port?

    Could you please post this question to the MSP device forum, the experts there should be able to answer this best.