since 2 days ago, i have a problem with a program that im making, its a simple application. i try to load it into my C2000 launchxl-f28027, and when i debug, i have no results, when i press play the C2000 starts running the pre-programmed application (temperature measurement in this case) and i dont know whay is this happening. i was informed that happen because i was loading my program on RAM memory and not in flash, for that i have to change the "linker cmd file" no?
i was looking on the examples, specifically in the pre-programmed lauchpad (temperature measurement) and example_2802x_flash, both programs debug succesfully and run in the C2000, and i found these programs have a linker cmd file called "f2802x_Headers_nonBIOS.cmd", and mine have "28027_RAM_lnk.cmd", when i tried to change this to "nonBIOS" i didnt found this linker cmd file.
My questions are, is this the problem? where i can find for the "nonBIOS" linker cmd file? i attached a capture for this.