SLAA534A June 2013 – June 2020
All variables that are not auto or dynamic are considered static data; that is, variables with C storage classes extern or static whose address is established at (static ) link time. These are allocated into various sections according to their properties and then combined into one or more static data segments.
Additional data segments containing static variables are referred to as absolute data segments, and are addressed using absolute addressing. There are no restrictions on their number, size, or placement.