• 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...
  • 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...
  • 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...