SPRU513Z August 2001 – October 2023 SM320F28335-EP
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 3.3.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 3.3.2.2 for details.
See Section 3.3.2.3 for steps performed when you invoke the linker with --ram_model or --rom_model.