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.

CCS: F2837xD - Linker Command File

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