0181.linker.txtI want to load some object files in external RAM,and run from the internal RAM. I modified linker script accordingly. but while executing it is giving memory map error.
please help in solving this issue.
.text > SHAREDRAM /* Executable Code */
.text : {
dac.obj (.text)
main.obj (.text)
} > SDRAM , run = SHAREDRAM