-l rts64plus_eh.lib
-l C6747bsl.lib
-c
-stack 0x00002000 /* Stack Size */
-heap 0x00002000 /* Heap Size */
MEMORY
{
DSP1RAM: o = 0x11820000 l = 0x00020000
L1PRAM: o = 0x11E00000 l = 0x00007fff
L1DRAM: o = 0x00F00000 l = 0x00007fff
DSP2RAM: o = 0x00820000 l = 0x00020000
SDRAM: o = 0xC0000000 l = 0x07ffffff
}
SECTIONS
{
.cinit > DSP2RAM
.cio > DSP2RAM
.const > DSP2RAM
.data > DSP2RAM
.switch > DSP2RAM
.src_data > DSP2RAM
.vectors > DSP2RAM
.text > DSP2RAM
.far > SDRAM
.bss > SDRAM
.stack > SDRAM
.sysmem > SDRAM
}