• 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 to place assembler function in ram
    a function could be placed in ram by assigning the __ram switch. How to do this for assembler functions? //********************************************************************* // 32*32 bit signed...
  • 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...