• Manual placement of Uninitialise section in Scatter load
    Note: This was originally posted on 13th August 2009 at http://forums.arm.com I have added following line of code in source file. [ i]XXX.c ..... const uint32 REG__attribute__((section("CONSTSEG")));...
  • Manual placement of Uninitialise section in Scatter load
    Note: This was originally posted on 13th August 2009 at http://forums.arm.com I have added following line of code in source file. [ i]XXX.c ..... const uint32 REG__attribute__((section("CONSTSEG")));...
  • Scatter file region placement issue
    Hi, I am trying to create a scatter file and using ARM 5.01 tools. I am facing a strange issue with RW section. here is the scatter file LR2 ImageLimit(LR1) { ER1_RO_REGION +0x0 { timer...
  • Scatter file region placement issue
    Hi, I am trying to create a scatter file and using ARM 5.01 tools. I am facing a strange issue with RW section. here is the scatter file LR2 ImageLimit(LR1) { ER1_RO_REGION +0x0 { timer...
  • 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...