This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Speed-up by executing function in SRAM instead of SDRAM

Hi,
is it possible - to speed up execution - to execute functions in SRAM, while the main application is running in SDRAM?

I already had a look into the docs, but there is only a way to place a function in SRAM at program begin by telling the linker the functions location.
But is there also a way, to copy the function to SRAM right before execution?
This would allow many functions to be executed in SRAM, even if they are - in sum - bigger than the SRAM.