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/MSP430F5172: CCS can't output the TI-TXT hex format

Part Number: MSP430F5172

Tool/software: Code Composer Studio

Hello Team,

i'm using the CCS9 version is 9.2.0.00013, it can't output the TI-TXT hex format file, the error information as below, can you help on it? but output .out file is no problem. 

Console show information as below:

error: Option --array is not valid with --romwidth(-romwidth)
error: Option --array is not valid with --memwidth(-memwidth)
error: Option --array is not valid with --ti_txt
gmake[1]: *** [cc.com.txt] Error 1
gmake[1]: Target 'secondary-outputs' not remade because of errors.
makefile:138: recipe for target 'all' failed
gmake: *** [all] Error 2

  • Xiaowei Bai1 said:

    Console show information as below:

    error: Option --array is not valid with --romwidth(-romwidth)
    error: Option --array is not valid with --memwidth(-memwidth)
    error: Option --array is not valid with --ti_txt

    If you wish to generate a TI-TXT hex output file, then disable the --array option. The output formats are different so only one of them should be enabled at a time depending on the desired output.

    Also if using the --ti_txt option, then the romwidth and memwidth options can remain. If using the --array option, then romwidth and memwidth options should be removed.

    Hope this helps.

  • understand, thanks very much.