Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hello everybody,in the Linker Command Files of C2000ware (device support) all Memory blocks (RAM/FLASH) are seperated defined.
for example:
FLASHE : origin = 0x088000, length = 0x008000 /* on-chip Flash */
FLASHF : origin = 0x090000, length = 0x008000 /* on-chip Flash */
Is it possible to combine consecutive memory blocks?
Like
FLASHEF : origin = 0x088000, length = 0x010000 /* on-chip Flash */
Thanks in advance,
Jan