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?