• 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...
  • 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 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...
  • 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...
  • 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...