• scatter-file: Region-related symbols
    Good evening, I want to test my own scatter-file with the functions on this page. http://www.keil.com/support/man/docs/armlink/armlink_chdcgbjd.htm the values I get are wrong or I don't...
  • Incorrect linker region symbol
    I try to use linker-generated region symbols to programmatically obtain the size of flash memory consumed by my app. When I compile it, compiler gives me this: Program Size: Code=11688 RO-data=576...
  • 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...
  • 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 Error: Related to ENTRY Point
    Note: This was originally posted on 31st August 2010 at http://forums.arm.com Hi all, I am using --entry=startup option with the armlink command. The command I am using is:- armlink  --cpu=cortex-m3 ...