• 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...
  • Linker script for scatter file
    Hello I am a beginner at this field, and provided booting code with scatter file, compiled with ARM compiler. I need to recompile it using gnu compiler, so downloaded the binary from the below site...
  • Problem with my own linker script
    Hi everyone I have problem with my linker script, i want to setup position of my own vector table, stack and heap by myself using C++. Everything seems to be ok until program invoke fun.blink() function...
  • 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...
  • Using linker script label in C?
    This may not be ARM specific and I want to calculate my arm code's checksum from C. I am think of using label _etext defined in the linker script as end address. Can I use this label _etext in C?...