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

BL51: CODE directive

How can I use address range and absolute adresses or order of segments together?

Example:

CODE(0x0010-0x1B3F, ?PR?Func?Filename(0x1A00))

When I use this example, the BL51 ignores the upper limit of range for the special segment (?PR?Func?Filename) and the bottom of range for all other segments.

0