| |||
| Home > Linker command-line options > --autoat, --no_autoat | |||
This option controls the automatic assignment of __at sections
to execution regions. __at sections are sections
that must be placed at a specific address.
If enabled, the linker automatically selects an execution
region for each __at section. If a suitable
execution region does not exist, the linker creates a load region
and an execution region to contain the __at section.
If disabled, the standard scatter-loading section selection rules apply.
Using the Linker: