4.27 segment Pragma

The IAR segment pragma defines a new named segment with specified memory attributes and alignment.

Suggested Replacement

The pragma can be removed.

Objects and functions can be placed in user-defined sections by using the section attribute (for example, see the suggested replacement at constseg Pragma), but sections do not need to be defined separately.