• 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...
  • 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...
  • Execution of functions from internal ram
    Hi, Controller is STR912 FA and compiler is IAR workbench I loaded the function definition in ram using Pragma statement, its copying properly. But while executing the same function from RAM using...
  • SRAM Programing
    Hi guys! I want to program SRAM only at stm cortex-M7 core controller. May I do this without wasting my program flash cycles? If yes so what should I do at keil properties before programming?
  • How to LOAD axf into internal SRAM and run?
    Hello forum! I am bringing up DA8901, which has a Cortex M0 core, 3 KB ROM (has factory bootloader code) and 20 KB SRAM (at 0x20000000). This chip is booted by an external master uC over SDIO or SWD...