I have a build process that produces two .out files, one intended for ram (motorctrl_RAM.out) and the other for flash (motorctrl.out).
When I debug, I can't seem to get CCS 4.0 to stop using motorctrl.out. When I right-click on project properties I get this dialog box, and I can change the executable to motorctrl_RAM.out, but it never "sticks", it magically reverts to motorctrl.out.
What am I doing wrong?