• LINKER ERROR
    I am trying to get all functions in a file Loader.c to be located at 0xFA00 onwards. I have tried putting the following command…. CODE (?pr?*?Loader (0xFA00)) found in the following link...
  • RVCT Linker
    Note: This was originally posted on 12th June 2012 at http://forums.arm.com Hi, I have a doubt regarding the scatter loading in RVCT linker. My concept is that the linker will generate code for copying...
  • Linker warning
    Note: This was originally posted on 22nd October 2010 at http://forums.arm.com Hey all, While linking my object files using armlink, I get the following warnings :- Warning: L6221E: Execution region Region_3...
  • linker issue
    Hello, I'm working on Cortex M0 and I have an issue with the linker ( linker v5.03 from KEIL 4.72a ). I want the linker to place data in a given memory area except in a small sub-area. So...
  • Linker issues
    Hello All, I am using Keil u vision4 for stm32f2 series. I am building anSPI application using SPI libraries provided by STM. I am not able to recognise the problem. If i include those libraries...