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.

MSP432 generating format –ti_txt and format –motorola=2 @the same time

Hi Everybody 

I need to generate  both formats at the same  time  , how can I make it happen ?  

I can generate separately  ( one at a time )  but I m not able to find a way to generate both at the same time using  a click without changing  compiling option everytime 

any suggestion ? 

I m on latest CCS  and MSP432P401

thank you 

BR
Carlo

  • Hi Colombo,

    You should be able to add a post build command as follows.  I would suggest building first with Motorola option and copy the command generated in the build console window, then paste that line as shown below.

    Example for my project.  It works.  It generated the .txt by default and the Motorola outputs.

    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-arm_20.2.2.LTS/bin/armhex" --diag_wrap=off --motorola=2 -o "blinky_MSP_EXP432E401Y_nortos_ccs.hex"  "blinky_MSP_EXP432E401Y_nortos_ccs.out"