• 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...
  • Initializing Static Variables in External RAM
    Greetings: I'm sure this has been dealt with before in this forum, but my searches are only yielding vague hints at solutions. Here's the problem: our LCP2292 application in CARM requires external...
  • Use external static RAM as heap with uVision and RTX
    Hello, I try to setup a SW environment for a Board with a NXP LPC2468 and an external static memory Chip, using uVision4 and the Keil RTX. I want to use the external RAM as standard Heap (not for...
  • uVision Watch window does not like static ...
    I use uVision 4.53 (with Armcc V4.1.0.894), processor STM32F407 with standard settings. If I compile the following small program: class Test{ public: static int i1; static int i2; int TestFunc...
  • How can i get more ram memory
    Hi, i want to build a kind of soundbox-toy. It has grown so i need a few more extra bytes of RAM memory. Unfortunately the printed circuit board is ready. So i can not add some external memory. ...