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.

Combining two executable files into one output file

Other Parts Discussed in Thread: TMS320F28069

hello ,

I am using C2000 tms320F28069 controller for my application.

I am trying to combine two executable files ,one boot-loader program with application program

so that i can give a combined HEX file to my customer.

This is the first time i am trying to do this .

I went through the below link but couldn't understand certain steps like loading the output image file,

so i reequest some help.


http://processors.wiki.ti.com/index.php/Combining_executable_files


Screen shots of the steps for combining the HEX files would be very useful.

Regards,

Azim

  • mohamed azim said:
    Screen shots of the steps for combining the HEX files would be very useful.

    Screen shots don't make much sense, because this entire process happens on the command line.  And the commands you need to run are shown in the article.  The ofd470 commands show you the state of the files before and after they are combined.  Since you are using the C2000 compiler tools, replace those commands with ofd2000.  The hex470 commands do the actual work.  Replace those commands with hex2000.  

    Thanks and regards,

    -George