Part Number: CCSTUDIO-TM4X
Other Parts Discussed in Thread: TM4C123GH6PZ
Tool/software: Code Composer Studio
Hi,
I am using Code Composer Studio v9.2 for a development on a Tiva TM4C123 using the debug probe XDS200.
In our project we have two code partition, a bootloader and the application, each in a separate CCS project, giving thus two .out file out of compilation. My purpose is to load each .out on the target through the debug interface but I am having a hard time as loading one erases the other in flash memory.
I checked the option "Erase only necessary pages" in Project properties -> Debug -> Flash settings but it did not change anything. I also generated hex files using the HEX utility and checked that both binaries are on different flash sectors. Of course, I also tried with specified options and a memory range to erase as it has been a workaround for this kind of issue for CCS v7 in another post but it did not work either.
Is there a way to make this works?
