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.

Need method to override MEMORY section in autogenerated linker.cmd file

Other Parts Discussed in Thread: SYSBIOS

Hello,

I need a method to override the MEMORY section in the autogenerated linker.cmd file.  Ideally this would be some additional configuration parameters I would add to my sysbios.cfg file.

Specifically, I need to override the base address defined for DDR:

 MEMORY
{
IROM (RX) : org = 0x11700000, len = 0x100000
IRAM (RWX) : org = 0x11800000, len = 0x40000
L3_CBA_RAM (RWX) : org = 0x80000000, len = 0x20000
 DDR : org = 0xc4000000, len = 0x8000000
}