• scatter-file: Region-related symbols
    Good evening, I want to test my own scatter-file with the functions on this page. http://www.keil.com/support/man/docs/armlink/armlink_chdcgbjd.htm the values I get are wrong or I don't...
  • duplicate execution regions in scatter file
    In a scatter file can I put a code segment (eg the vector table) in two different places in the output file even though I only defined it in the code once eg: LR_VECTORTABLE 0x08000000 0x00000140...
  • 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")));...
  • 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...
  • constant placement
    Can I put ?CO?xxx on XDATA space using LX51 user segments "?CO?xxx (X:0x200)" thx all