• 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...
  • 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...
  • How to generate [enable] source browser information (RVMDK)
    How to generate source browser information while the realview toolchain is selected for compilation. I know that it may somehow be created with #pragma s. But isn't there any other way? I also have...
  • How to generate [enable] source browser information (RVMDK)
    How to generate source browser information while the realview toolchain is selected for compilation. I know that it may somehow be created with #pragma s. But isn't there any other way? I also have...
  • 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...