Part Number: SM320F28335-EP
Hello,
As per F28335 memory map, Memory locations 0x008000 to 0x00C000 (16K words) and memory locations 0x3F80000 to 0x3FC000 are 'Dual-Mapped'. In this case, can memory be allocated to both these regions?
Memory
{
Page 0:
APP_ROM : origin = 0x3000AC, length = 0xA500
RAMH1 : origin = 0x3F8000, length = 0x002000
Page 1:
/* Data memory */
L0L1L2L3RAM(RW) : origin = 0x008000, length = 0x4000
}
SECTIONS
{
.ebss : > L0L1L2L3RAM, PAGE = 1
APPRAMFUNC : > APP_ROM, PAGE = 0,
RUN = RAMH1,
LOAD_START(_APP_RAM_FUNC_LOAD_START),
RUN_START(_APP_RAM_FUNC_RUN_START),
SIZE(_APP_RAM_FUNC_SIZE)
}
Please help.
Thanks,
Jaiganesh