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 have followed the instructions in the ControlSuite document F28M35x-FRM-EX-UG.pdf to load the 2 example blinky projects. I have compiled them both, and got as far as step 12 on page 31. I loaded the .out files onto their respective cores and then I could see the code in the debug window but running the cores from within the debugger did not produce flashing LEDs. After I shut down CCS, I did see both LEDs flashing so clearly the code was loaded and ran at some point but I don't understand how to control the run/stop. Now I power up the board but the LEDs don't flash so the code isn't running.
Any ideas what I'm doing wrong?
It's awful lonely here...
Anyway, the flags are defined under Project Properties. Right click and select project properties and navigate to Build>ARM Compiler and there are all the flags defined with an 'Edit Flags' button lower right. I added --define="_STANDALONE" and removed my earlier comment tags, recompiled, and all worked as expected.
Ted,
the default examples from controlSuite have preset build configurations. For ex: after you import the blinky example projects from the dual core examples (C:\ti\controlSUITE\device_support\f28m35x\v210\F28M35x_examples_Dual\blinky), right click on the M3 project in the project explorer and you browse through the build configurations -> set Active -> <choose an option>.
For ex: if you choose Flash standalone then, certain predefined symbols are defined for this configuration;. This will allow you to build the project as it fits your current development stage.
You can look at the predefined symbols by : right click on project in the project explorer->click properties->Build->AdvancedOptions->Predfined symbols.
Now you can change the configuration on the right hand tab and browse throught predefined symbols again to see what symbols are defined.
Hope this helps.
Best regards
Santosh Athuru