• Placing Stack and Heap in different memory
    Is there a way to place Stack in internal processor RAM and to place Heap on external RAM chip. I am using the STMicroelectronic STM32F103ZxH6. When I define additional 'Read/Write Memory Areas'...
  • 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...
  • 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...
  • 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...
  • Place values in X location in ROM
    Hi guys, In order to test out some bootloader code, I'm wishing to place some fake values in another location of flash ROM. I've created a second ROM region in uVision: IROM1 0x0 to 0x1FF...