This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C123GE6PM: Can you tell segger jlink only erase necessary flash

Part Number: TM4C123GE6PM
Other Parts Discussed in Thread: SEGGER, UNIFLASH

Hello,

I'm programming a TM4C123 part with a segger Jlink and I have a bootloader programmed first, then my application.  I noticed with CCS and the ICDI on the launchpad I can tell the ICDI to only erase my application code space which is offset from the bootloader so the bootloader doesn't get erased.

Can you do this when CCS is using the segger Jlink programmer?  It seems that my bootloader is getting erased and I don't see the settings to tell CCS debugger to only erase my application code space like the ICDI allows you to do.  For the ICDI this option was in the Debug settings, but when using the segger jlink the option isn't there.

Thanks