• Scatter file format for Linker Script
    I'm investigating a input file of linker script for ARM Cortex-A53. It's really difficult for me about syntax and section defined into the scatter script file . I don't know where to define the input...
  • scatter file / linker script help
    Hi, I was hoping for some help and clarification to make an effective and useful scatter file. my goal is to put all my bootloader files into region 0x0000 - 0x3FFF and then all of my application...
  • indicate area in linker script file
    How is it possible to indicate an area (RAM or external SDRAM) in the linker script file where the content of one specific buffer could be stored but no other variables could use this area? Could...
  • Conversion of GNU LD script to ARMLINK scatter file
    Note: This was originally posted on 26th August 2010 at http://forums.arm.com Hey all, As part of my exercise to migrate code from Codesourcery to RVCT 4.0, I need to convert a codesourcery compatible...
  • Memory and Linker Scripts
    Hi, I would like to copy part of my code to a specific area in memory of the microcontroller. How would I do this? Do I have to develop my own linker script or is there an easier way to do this? Thank...