SPRUI03E June 2015 – January 2023
Autoinitializing variables at run time is the default method of autoinitialization. To use this method, invoke the linker with the --rom_model option. See Section 4.4.2.1 for details.
Initialization of variables at load time enhances performance by reducing boot time and saving memory used by initialization tables. To use this method, invoke the linker with --ram_model. See Section 4.4.2.2 for details.
See Section 4.4.2.3 for steps performed when you invoke the linker with --ram_model or --rom_model.