• 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...
  • Wildcarding in uVision/251
    I am having a difficult time trying to wildcard segments using the following command in the linker options command menu ?pr?*?myfile (0400H) ie. SE (?pr?*?myfile (0400H)) I have alot of funtions...
  • Browser Wildcard bug in uVision 2.12
    The 'Symbol' box in the Browser supports a '*' wildcard, which should match "zero or more characters." [1] Thus, you might expect that " *arm* " would give a match for: Al arm ; Al arm Number; Al...
  • Lx51 Segments located using wildcard are not located together...
    Hi, I have a line in my linker control file: ?PR?*?PHTESTMODE_ROMCPUMX(C:0x01EA00), But when I build it I see the following segment locations: 81E9FFH 81E9FFH 000001H --- --- **GAP**...
  • OVERLAY
    I am using the OVERLAY directive as following: OVERLAY(func0 ! *,func1 ! *,func2 ! *,func3 ! *,func4 ! *,func5 ! *) to Excludes the functions from overlay analysis and locates its data and bit segments...