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.

CCSv4 Multi-Core Debug: Connecting to multiple targets

Is it possible to connect to to both cores (Aries) at the start of the debug session in CCSv4? It is possible in CCSv3.

Eugene

  • Yes, you can change the global generic debugger options (Windows->Preferences->CCS->Debug->Debugger Options->Generic) under the 'Launch Options' to 'Connect to the target on debugger startup'

    You may also try to set this option for each core in the Debug Properties of the project like how you did it for just the R4.

    ki