cancel
Showing results for 
Search instead for 
Did you mean: 

Execute code from external RAM

sarang
Associate II
Posted on October 07, 2009 at 18:46

Execute code from external RAM

3 REPLIES 3
obtronix
Associate II
Posted on May 17, 2011 at 13:25

You bl to the code?

it going to run 10x slower in external memory, if you didn't know

sarang
Associate II
Posted on May 17, 2011 at 13:25

I am trying to write linker scripts to execute code out of external RAM instead of the embedded SRAM (0x2000 0000). Can any one point me to some documentation / pointers which has info on this?

The .icf linker script has been modified for the external SRAM to be defined. But if i just say place in extSRAM(CSTACK , HEAP), the code doesnot execute out of external SRAM.

Please help.

sarang
Associate II
Posted on May 17, 2011 at 13:25

Thanks!

Can anyone post a piece of code to execute this?

I am not really an expert with assembly.