• Tracking Heap and Stack (ARM Cortex M4)
    Hello, I want to track boundaries for Heap and Stack in my RAM, I tried reading .axf file using 'readelf' but unable to find. Please find screenshot of readelf output and memory map of MCU arm cortex...
  • 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...
  • 89c51 articles
    i need a lot of information about 89c51 for my final project, if you dont mind please send me some articles about 89c51 soon...(before tommorow) thx b4 -Yoe-
  • 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'...