Hi
I've been reading http://tiexpressdsp.com/index.php/Multi-Core_Debug_with_CCS and it doesn't tell one how to connect a core to a project. I'm trying to do what I could do in CCS v3.x where I could open core 1A and its project proj1A, and then open core 2A and its project proj2A. When I hit the File reload in CCS v3, the correct .out is loaded.
In CCSv4, I created Multi Workbench windows using Window->New Window', and then set the active project in window A to proj1A, and window B to proj2A.
Hitting the reload button in either window wants to load the last loaded .out irregardless of the active project. For example, if hit the load button in the debug perspective for window A, and I select proj1A.out, then I go to window B and select the load button, it wants to load proj1A.out. Shouldn't it default to proj2A.out?
I found Brad Griffis's webinar very helpful for single core debug (http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/3344/11807.aspx#11807), is there a webinar for multicore debug? Maybe you could schedule one?
Anyhow, what I'm missing is how to connect the different cores to different projects. Maybe Multi Workbench windows is not the way to approach this?
I tried using a single window multi core debug but the console window was shared between the two cores when doing printfs.So I decided to separate the two console by using a new workbench window. Perhaps there is an easy way to do this with a single workbench window?
Thanks