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.

load other .out file in CCS

Hi ,

I want to load in my target ( C2000) a other .out file with CCS4 that it is not my project . How can I do ? 

 

thanks

 

 

  • Hi mickael

    I use the CCS3.3 with C6000, normally to load another .out, I open the project (the another .out project), connect to my board and load the .out…. some times I just change the pins configuration…

  • In your other v4 install you will need to create a target configuration file for your C2000 target.  Once you have done that you can open the target configurations view from the view menu.  Right click on the target configuration you just created and select to launch a debug session.  Once the debugger is launched click the button to connect to the target and then click the load program button.

     

    John