• 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...
  • 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...
  • 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...
  • ZI data & stack + heap
    I have confusion regarding Zi data + stack. 1. Why total ZI data has also stack size included in it. For example if 512 stack size is declared in code then total ZI data has 512 bytes in it. ...
  • stack heap initialization
    Dear Sir I don't uderstand the meaning of stack size in the startup assembler code (stm32),what is for ? I have some confusion because the file is talking about stack tailor : Amount of memory...