• 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...
  • 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...
  • External RAM as heap on lpc1788, large ZI
    I'm using 8MiB external ram with the LPC1788. I use a scatter file to use it as heap. I found out the startup file uses a lot of ZI-data. I think it tries to initialize the external ram. But the ram...
  • 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...