• 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...
  • 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...
  • executing code from SRAM
    Hello, i am using a Cortex M0 which has 24MhZ Flash and 48MhZ Core speed with await state in case Flash is too low. I want to execute my ISR from SRAm to improve speed a bit. In the scatter...
  • executing code from SRAM
    Hello, i am using a Cortex M0 which has 24MhZ Flash and 48MhZ Core speed with await state in case Flash is too low. I want to execute my ISR from SRAm to improve speed a bit. In the scatter...
  • Copy a function from SRAM to flash and execute from flash
    Hello, what I would like to do is to copy a function from SRAM to flash and decide in the main if I want to execute from flash or from SRAM. What I observed it is that if this function is calling a...