• How to run a function from RAM
    Hi, I need an example code showing how to run a function from RAM area. While executing the function from RAM, how to reserve or protect those RAM areas by other executable in FLASH should not...
  • how to execute function from RAM
    Hi, I apologize if this question has been asked before but I couldn't find an answer. I want to clear GPNVM2 bit but to do that I need to copy the function that does that to RAM and run it from...
  • Run a code from RAM
    I have 32k code and xdata - 32KB size in my design. If i want to place a C function into RAM and execute from the RAM how should i do it?what are all the settings i need to do? whether can it be done...
  • how to run a function in ram that it was copy from SD Card
    I have a STM32 CortexM4 microcontroller that has a limited flash memory size. There are many classes in my keil project that they'r never run together. So i have decided to run these classes distinctly...
  • Running from internal RAM on the MCBSTR9
    Hi all, I've search over the discussion forum for executing in internal RAM on the MCBSTR9, basically on STR912 microcontroller. There are many discussions about the other controllers but limited...