• 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...
  • Linker - UNUSED(REMOVE)
    Hi, the linker option UNUSED(REMOVE) is great. But now I have a function, that I don't use. But I want to include it on the binary. What I have to do, that this (one) function will not remove? ...
  • using UNUSED(REMOVE) linker directive
    Hello, when i add linker directive UNUSED(REMOVE) in B51 misc tab , i get error FATAL ERROR L204: INVALID KEYWORD POS:1219 my intention is to force linker to remove unused functions. any pointer...
  • 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...