• Using External Memory for Heap
    How do I configure the HEAP to be placed within the external memory? I'm using an LPC1778 with 2MB external memory. I want the controller to calculate an a*-algorithm on a bitmap (loaded from sd...
  • How create heap in external memory
    hi i am working an embedded project with keil mdk-arm compiler. i am trying to access to external memory as heap,but after download my programe in my micro(my micro is lpc1788) it crash(without...
  • C++ using an external memory to the heap
    Hello, I use the STM32F407 with an external memory (8 Mo) on my target. I don't use an external operating system, and I would like to use the external memory to the heap of my C++ firmware. ...
  • place heap in external location
    Has anyone been successful in setting up the Keil tools and changing the Startup.s file to place the heap in external location (on SD/MMC Card or off-chip memory)? The only reason that I want to...
  • 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...