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.
Tool/software: Code Composer Studio
Hello there,
I have imported 2 same projects, also set both projects on different CPU then I have debugged project 1 and then run it. It went pretty well but without stop/pause project 1 and tried to debug project 2 then it says "you need to stop existing debug (means project 1) do you want to continue?" Is it possible to run two projects on different CPU? If yes then Can you please tell me the proper method
Thank you
Avi
Hi Avi,
Avi P said:I have debugged project 1 and then run it. It went pretty well but without stop/pause project 1 and tried to debug project 2 then it says "you need to stop existing debug (means project 1) do you want to continue?" Is it possible to run two projects on different CPU? If yes then Can you please tell me the proper method
There already is a debug session running for your target. So after the program for the first CPU is loaded and run successfully, do not press the "Debug" button for project 2. Instead, select the second CPU in the Debug view and manually connect to it and load the program. Then you can control both CPUs at the same time.
Essentially what you are trying to do is called multi-core debugging. Please carefully read the below article for more details:
http://dev.ti.com/tirex/explore/node?node=AF77MYXC5GXV9l1NS.Clig__FUz-xrs__LATEST
Thanks
ki
I answered your question in your other thread:
https://e2e.ti.com/support/tools/ccs/f/81/p/923705/3412784#3412784
Thanks
ki