• PADDING execution regions
    Note: This was originally posted on 24th February 2010 at http://forums.arm.com Dear All,    I am looking for RVDS 2.2 arm linker option where I can pad the execution region with 0xFF's so that the size...
  • PADDING execution regions
    Note: This was originally posted on 24th February 2010 at http://forums.arm.com Dear All,    I am looking for RVDS 2.2 arm linker option where I can pad the execution region with 0xFF's so that the size...
  • 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...
  • 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...
  • Is there any way to enforce padding between subroutines using the scatter file?
    Hi! I am using an ARM Cortex-M23 microcontroller. I wish to pad every subroutine with certain number of bytes. Using the ALIGNALL attribute on an execution region I am able to achieve some success...