Part Number: OMAP-L138
Tool/software: Code Composer Studio
I found an answer in this thread from a few years ago.
e2e.ti.com/.../203240
"How to set the default "build configuration"?"
The suggestion was to insert the following line into the .ccsproject file for the project:
<projectOptions>
...
<defaultConfiguration value="Flash"/>
...
</projectOptions>
I was able to change the default build configuration in a couple projects by doing this in CCSv6.1.2
Is this still the only way to do this?