• 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...
  • 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...
  • 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...
  • 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...