• CMSIS cortex M startup file, scatter file STACK, HEAP size definitions
    Hi, I'm currently using CMSIS 5.7.0 with ARM compiler 5. I noticed that there are 2 locations where HEAP, STACK size are defined. files are located in CMSIS 5.7.0 directory: ARM.CMSIS.5.7.0/Device/_Template_Vendor...
  • CMSIS cortex M startup file, scatter file STACK, HEAP size definitions
    Hi, I'm currently using CMSIS 5.7.0 with ARM compiler 5. I noticed that there are 2 locations where HEAP, STACK size are defined. files are located in CMSIS 5.7.0 directory: ARM.CMSIS.5.7.0/Device/_Template_Vendor...
  • 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...
  • 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...
  • 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...