• 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...
  • FT2232 JTAG + RVMDK
    I am planning on building board for the LM3S811 controller with a FT2232 based USB to JTAG interface. I dont have any experience with RVMDK and hence needed to know if this will work with RVMDK. Any...