• Locate segments with wildcards
    I have two modules. And for firmware upgrade necessary, we need to assign fix code address. Ex: BL51 myfile.obj CODE(?PR?*myfile (0x1000)) If we need 2 modules in fix code segment myfile1.obj...
  • LX51 Locate error
    I have problem with location of const in memory over the 64k for chip 80C390. When I try to add class CONST(C:0x16000 - ... locator genarate error *** ERROR L245: ADDRESS RANGE INVALID FOR THIS CLASS...
  • Limitations of LX51 Locator Controls
    Hi, I would like to know whether there is a limitation in the number of segment control specifications (or in the totoal number of characters used for such specifications, or in the length of a *.lin...
  • using OVERLAY with wildcards...
    hi members... I have a problem with linker when try to use overlay control like OVERLAY( ?CO?MAIN~(?PR?*?UTILS), ?PR?MAIN!(?PR?*?UTILS)) linker gives me ERROR L207: INVALID NAME. There is...
  • Locating segments in HDATA by default
    Okay, I think this should be an easy one! I have a program/data partition at 0x20000. I also have internal SRAM from 0-0x1300. Without the 'Use internal SRAM' box checked, I get this config: ...