• Linker region-related symbols
    Hi, I saw many post on the forum, but did not find my needs : What is the linker region-related symbol for LR_IROM1 COMPRESSED SIZE ? Or in case it does not exist : How can I inject a...
  • 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...
  • Scatter file region placement issue
    Hi, I am trying to create a scatter file and using ARM 5.01 tools. I am facing a strange issue with RW section. here is the scatter file LR2 ImageLimit(LR1) { ER1_RO_REGION +0x0 { timer...
  • ARM: using linker region-related symbols in runtime code
    Hello, I am having some trouble working with the Keil ARM RealView linker region related symbols, for example Load$$<region>$$Base. What I am attempting to do is create a build tool and an embedded...
  • Linker Region Symbols discrepancy
    Hi all, I am building a project using uVision4 on a STM32F207 based system. This uses flash segments of various lengths which I am variously dedicating to bootloader code, application code and shared...