• RL-ARM RAM drive dangers
    Hello, Here is an email I have just (re)sent to Keil support: "Hello, Could you please make sure the RAM drive uses a variable that is mapped to the start address provided in "File_Config...
  • I'm back and this time I'm ARMed and Dangerous...
    It has been a long time since I have posted to this forum, but it looks like I will be making a comeback. A big "hi!" to one and all. Especially Andy Neil and anybody else who remembers me. I...
  • No linker-warning when there is an overlapping of code
    Hello, I use the RENAMECLASS-command to define a BOOT_CODE-class. When I create the following classes: ICODE (0xC00200-0xC002ff), BOOT_CODE (0xC00300-0xC017FF).. ..and I force the linker...
  • 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 Warning
    Greetings, Within my serial receive interrupt routine I'm getting a linker warning dealing with a printf statement. My code and the warning are shown below: void serial_int() interrupt 4...