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/TMS320F28035: How to generate hex file with selected app code and cmd file using script tool

Part Number: TMS320F28035


Tool/software: Code Composer Studio

Dear Sir,

I'd like to generate 2 hex files and combine them using script tool.

hex#1 is app code with cmd#1 file and hex#2 is app code with cmd#2 file. cmd#1 and cmd#2 have different settings in flash section.

Does anyone know how to  generate hex file with selected app code and cmd file using script tool?

Thanks a lot and regards,

Henry

  • HSING MING CHEN said:
    I'd like to generate 2 hex files and combine them using script tool.

    TI has no solution which works exactly like that.  But there is another solution which I think also solves your problem.

    First combine the executables using the method described this article.  Then create a hex file from that combined executable.

    Thanks and regards,

    -George