8.4.25 C Language Options (--ram_model and --rom_model Options)
The --ram_model and --rom_model options cause the linker to use linking conventions that are required by the C compiler.
- The --ram_model option tells the linker to initialize variables at load time.
- The --rom_model option tells the linker to autoinitialize variables at run time.
For more information, see Section 8.10, Section 3.3.2.1, and Section 3.3.2.2.