• stack Heap setting prob
    Hi i am using RealView mdk for LPC2368 and trying #pragma import (__use_no_semihosting_swi) and redefining stack and heap in retarget.c __value_in_regs struct __initial_stackheap __user_initial_stackheap...
  • 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'...
  • 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...