12 Linker Examples

The 32-bit MCU devices include many architectural features that require special handling by the linker. The MPLAB XC32 compiler and assembler each provide a syntax than can be used to designate certain elements of an application for special handling. In C, a rich set of attributes are available to modify variable and function definitions (see the “MPLAB® XC32 C Compiler User’s Guide for PIC32A MCU” - DS-50003831). In assembly language, variables and functions are abstracted into memory sections, which become inputs to the linker. The assembler provides another set of attributes that are available to modify section definitions (see Directives that Modify Section Alignment).

This chapter includes a number of device-specific linker examples and shows the equivalent syntax in C and assembly language.