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