10.4.2 Changing the Default Allocation
If you only intend to prevent all variables from using one or more program memory locations so that you can use those locations for some other purpose, you are best reserving the memory using the memory adjust options.
If only a few non-auto const
variables are to be located at
specific addresses in program space memory, then the variables should use the
address
attribute to locate them at the desired location. This
attribute is described in 9.11 Variable Attributes .