3.3.3.2 How Do I Place A Variable Into A Unique Section?
Use the __section()
specifier to have the variable
positioned in a new section (psect). After this has been done, the section can be linked to
the desired address by using the -Wl
driver option. See 5.15.3 Changing and Linking the Allocated Section for
examples of both these operations.