Tool/software: Code Composer Studio
Hello,
I would like to build a target & debug it only on cpu1.
To shorten the loading time, is it possible to disable some options to skip the loading of CPU2?
Thank you!
George
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,
I would like to build a target & debug it only on cpu1.
To shorten the loading time, is it possible to disable some options to skip the loading of CPU2?
Thank you!
George
Hi George,
Sure, you can choose to just work with one core. When debugging a project, you should be given the option to choose which core to load to. You can choose CPU1, or CPU2, or both. If you don't see that option anymore, try deleting the launch configuration for the project.
Thanks
ki