This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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(0x100) myfile2.obj(0x200)

How to type command ?