2009-10-07 09:46 AM
Execute code from external RAM
2011-05-17 04:25 AM
You bl to the code?
it going to run 10x slower in external memory, if you didn't know2011-05-17 04:25 AM
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.2011-05-17 04:25 AM
Thanks!
Can anyone post a piece of code to execute this? I am not really an expert with assembly.