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.

CCS: CCSV9.0.1 Debugging 2 cores with the F28379D Launchpad

Tool/software: Code Composer Studio

I am trying to use both cores on the launchpad and have tried following the labs to load blinky.c to the controller.  I can get the blue LED(D10) to blink but CPU02 will not blink the red LED(D3).  When I try to load the Lab1_cpu02 files to cpu02 it wipes cpu01 and I cannot figure out what I am doing wrong.  The lab guide is for CCS 6.x and it seems options may have changed or buttons been moved.  If there is a step by step walkthrough on loading 2 cpus that would be best.  Thanks.

As an addendum I have connected to cpu02 and tried to relaunch the debug but that will only program cpu02 which then spins forever waiting for CPU01 to initialize and activate it. 

  • I solved my own issue.  For others, debug cpu01 then connect to the cpu02 target in the debug window, with the cpu2 debug core selected type load in quick access(the search bar on the top right) and load your cpu02.out onto the cpu02 debug core.  Then run the debug with the green play button or f8 on both cores and the programs will run.