Hi all,
I use a subversion based repository to store CCS projects and I would like to avoid that a custom debug configuration will erase a sector containing code (i.e. a bootloader) .
One option is to version (on SVN repository) also the .launch but the only option available is "Use default target configuration" because no relative path to the Target configuration is allowed. In this way, the user has to pay attention to change the default target configuration every time he switches between projects loaded on CCS.
Anyway, if a a new debug is launched (a user mistake for example), a new debug configuration is created with all the default parameters: all flash sectors to be erased and automatic code loading; in this way the flash is erased without the user intervention.
How can be solved this issue? Where the default options like "Loading options", "Erase sector selection"..., used by any new configuration, are located? Can they be changed in some way (also manually in some "hidden" file)?