There is an application where a part of the flash memory contains tables for an LCD (fonts, icons). Normally, a hex file is flashed for this purpose. However, the debugger erases the whole main flash upon every debug iteration.
I don't find a debug config option to set segment erase (CCS 6.1). However, the underlying flasher engine supports this. Did I overlook anything?
A workaround could be to convert the hex file (or the original bin file) to a library file and then specify this library in the appropriate options of the project. But I fear that doing this is not a standard approach (supported by utility program).