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.

How to debug multi-core C6474 with CCSv4?

Hi, all

I've read the http://tiexpressdsp.com/index.php?title=Multi-Core_Debug_with_CCS tips to debug multi-core C6474 projects! Every core is specified to run one project and every communicates with each other through share memory! I've specified each project to connect to an exact CPU! The probelm is I can't debug multi-cores as said "A debug session for a multi-core target can be started the same way as with any other target. "!  When using the 'Debug Active Project' option, the 'program load' and 'run to main' actions will apply to just the active project. The present debug project will be terminated, even if three projects exist, only the project on one core can be debugged, the others are all terminated. I cann't get the fig 1. "Debug view"  at http://tiexpressdsp.com/index.php?title=Multi-Core_Debug_with_CCS !

This is really a silly question, but it really toubles me much! Thanks for any guide!