I only write a .cmd file and the .cmd file not from DSP/BIOS production.
-l rts64plus.lib
-stack 0x00001000 /* Stack Size */
MEMORY
{
L2SRAM : origin = 0x10800000, len = 0x00020000
DDR2 : origin = 0x80000000, len = 0x08000000
}
SECTIONS
{
.cinit > DDR2
.text > L2SRAM
.stack > DDR2
.bss > L2SRAM
.const > L2SRAM
.data > L2SRAM
.far > DDR2
.switch > L2SRAM
.sysmem > DDR2
.tables > L2SRAM
.cio > L2SRAM
.external > DDR2
}
but not use CACHE_Memory
would you tell me if there is a consistent CACHE_Memory size for .cmd file to use in the program