• Using external memory for the heap
    I'm trying to configure a STR9 system to use an external memory device connected as Ext, MEM CS0 but I can't seam to get the malloc function to return a pointer to off chip memory. I have changed the...
  • 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...