• Stack / Heap Sizing Startup File Syntax
    I went through and after some work, got FreeRTOS compiling on a STM32 CM0 with 4kb of RAM. I couldn't get FreeRTOS to fit due to allocation too much heap space in the default config.This is the first...
  • Stack and Heap in Scatter loading file
    Dear all, I use the new AT91Lib 1.5 that includes some Keil samples. These samples use a scatter loading file with the foloowing memory definitions: Load_region 0x100000 0x80000 { Fixed_region...
  • ARM startup file with scatter file heap/stack placement
    Hi, I am using: ARM Compiler/Assembler/Linker on Cortex-M0. Given the following template for startup.s: www.keil.com/.../startup_s_pg.html Stack_Size EQU 0x00000400 AREA STACK, NOINIT...
  • STM32F4 Stack & Heap using scatter file
    I have the following scatter file, LR_IROM1 0x08000000 0x00100000 { ; load region size_region ;ARM_LIB_HEAP 0x20000000 EMPTY 0x200{} ; Heap starts at 1MB ; and grows upwards ;ARM_LIB_STACK 0x20020000...
  • AT91EB55 scatter and startup file
    Hi, I'm using AT91EB55 evaluation board with MDK RealView compiler. If someone worked with this board and RV complier please write how to create scatter and startup file.