Hi
I am developing for a C66x multicore device. My debug configuration runs each core to main() when launched. Is there a way to then Resume all cores with one click, instead of resuming each individually?
David
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.
Hi
I am developing for a C66x multicore device. My debug configuration runs each core to main() when launched. Is there a way to then Resume all cores with one click, instead of resuming each individually?
David
I do this by grouping several CPU cores, then starting and stopping them as a group.
First, in the Debug pane, select all the cores you want to control simultaneously by holding down Ctrl while clicking the core entries. Then right click and "Group Core(s)". The cores you have selected will now be collected under a single entry named "Group 1" or similar. When that entry is selected you can run and stop the cores with one click. You can still control the cores individually by selecting a single core under the group entry.
-Itay