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

Running code from internal SRAM

I am using a ADuC7020 with uVision3. Is it possible to run one of my c modules from Internal SRAM I need it to run faster than the FLASH memory. I've already looked at the Blinkey project which puts all the code into FLASH. Also, I've tried the REMAP register which puts only the exceptions in SRAM.

0