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.

linker script modifications

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