• set heap and stack memories
    Note: This was originally posted on 8th March 2012 at http://forums.arm.com Hello I'm working on a software project based on an AT91SAM9XE256 ARM9 (similar to 9260) I want to set all variables and stack...
  • 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...
  • 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...
  • Put the Stack & Heap into a memory region ?
    Hi On projects that have different data memory regions - how do you force the stack and heap into a specific region. I am using the STM32F4xxx and there are two (default)memory regions IRAM1 and...
  • 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'...