• Setup heap on external RAM
    Hi I have a board with external RAM and I'm using it quite well, except that I wrote my own malloc and free, which works fine, but I rather use the malloc and free that comes with standard library...
  • Accessing external RAM for heap allocation.
    Hi, I have two RAM on my board. I am using external ram which starts with address : 0x6000000 External RAM size : 1Mb Internal ram which starts with address : 0x2000000 Internal RAM size...
  • 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...
  • Using a SPI RAM for heap
    I'm using the MDK-ARM and I would like to use an external RAM IC that communicates through SPI as my Stack/heap RAM. instead of the internal RAM that is on my Micro. I just can't seem to find a good...
  • How I can use external ram as heap ?
    Hi, I use the LPC17788 microcontroller and the IS42S16800F SDRAM on my board. I want to access SDRAM as heap. To do this, I first entered the Target Options and specify the external ram range for RAM1...