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.

CCS5.1 M7 - Change load core selection

Guru 10750 points

Hi,

First time debugging multicore environment there is a question to which core to load the SW, How can I change this selection afterwards?

Thanks,

HR

  • I believe it is stored in the launch configuration.  You should be able to change it by clicking on the arrow beside the bug button and selecting "Debug Configurations...".  The setting should be in there.

     

    John

  • Hi John,

    I couldn't locate it under "Debug Configuration.." there is a cores definition for which core you are using in the debug but it doesn't say to which core the SW is loaded automatically on starting the project debug,

    Thanks,

    HR

  • HR,

    In Debug Configurations select your project on the left hand side (note that the project won't show up until you have launched once).  Click on the program tab.  Then you can pick the core (in the drop down) and select a program to load.

     

    Below is an example from a project I created for the new 28x/M3 dual core device.  

     

    Regards,

    John

  • John,

    Great ! Thanks,

    HR