Linker Settings

This topic describes how to configure linker settings within LPCXpresso.

Relocating an Application

An application may need to be placed at a different address within the device. The address can be changed within the project properties dialog. Select 'Project' from the main menu, or right-click on the project folder then select Properties (or Alt + Enter). On the left side of the dialog, under Select the C/C++ build node, select MCU Settings. dialog. Edit the flash memory space for the project. For this example, the default location was address 0x1A000000 and the application is being moved to address 0x1A008000, which is an offset of 0x8000 from the default. Notice that the size must be adjusted as well.