OUTPUT
Compilation Unit
-Cc
None
None
None
#pragma INTO_ROM: Put Next Variable Definition into ROM
The Linker prepares no initialization for objects allocated into a read-only section. The startup code does not have to copy the constant data.
You may also put variables into the ROM_VAR segment by using the segment pragma (see the Linker manual).
With #pragma CONST_SECTION for constant segment allocation, variables declared as const are allocated in this segment.
If the current data segment is not the default segment, const objects in that user-defined segment are not allocated in the ROM_VAR segment but remain in the segment defined by the user. If that data segment happens to contain onlyconst objects, it may be allocated in a ROM memory section (for more information, refer to the Linker section of the Build Tools manual).
Linker section in the Build Tools manual