• 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...
  • 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...
  • 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...
  • 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...