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
I'm using CCS 8. I have a memory browser view. I would like to open multiple tabs in the same view. How to do this?
Clicking on the toolbar icon Open New View, creates a whole new instance of a memory browser. I want to use the same instance because I have my instance pinned to the current processor. I'm on a multi-processor device, and I have one memory browser view for each processor.
Thanks,
~Ramsey
Ramsey,
The memory browser does not support having multiple tabs within a view. You can have as many views as you want and you can pin 1 or more of them to each core.
You could do something like this where you have one set of views pinned to core A and then another set of views pinned to core B.
Many years ago there was a "Memory" view in CDT that allowed you to have multiple memory monitors within the same view.
Regards,
John