• Place static variable in RAM?
    Hi All If I declare a variable (or a data struct) static, the data is placed in the IRAM. I guess the static data is moved to the IRAM before the "main" in called and probally also before the SDRAM...
  • Placing vtable of a Class into RAM
    Hi In a C++ application I have to place the vtable of a class (UARTDriver.cpp) into RAM. I can of course do that by placing all RO-content of UARTDriver.o into RAM: LR_IROM1 0x08000000 0x00008000...
  • How will "placing code in ram" affect the "ram size"
    Using: Arm Cortex-M3 IDE: Keil When I placed code in ram, I could see the functions' executing address indeed is in ram address range from map file. But interesting thing is I found the change of...
  • Placing a range of variables in external ram
    Hi I have CortexM4 with external ram, since the external ram is slower than internally, I would like to have the possibility to place a variable in external ram. But I don't wan't to specify a exact...
  • Can't place section first in ram?
    I am attempting to place a section at the first address in ram. However, the linker always puts the section second in ram. Here is my scatter file: LR_IROM1 0x00000000 0x00004000 { ; load region...