• scatter load file causes code overwrite
    I have the following scatter load file for an ARM Cortex-M1 processor. My external RAM chip is 2MB in size and it's located at 0x00000000 with a shadow at 0x60000000, so that code and data are in the...
  • scatter load file causes code overwrite
    I have the following scatter load file for an ARM Cortex-M1 processor. My external RAM chip is 2MB in size and it's located at 0x00000000 with a shadow at 0x60000000, so that code and data are in the...
  • 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...
  • 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...
  • 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...