MCB2100 User's Guide

Configuring Linker Options

Configure the Linker Options in the Project — Options for Target — Linker dialog. The steps for configuring these options are:

  1. Text Start: 0x00000000 is the starting location in on-chip Flash ROM for code and constants in your program.
  2. Data Start: 0x40000000 is the starting location in on-chip RAM for variables in your program.

    Options for Target - Linker Text and Data Start Selection
  3. Linker Script File: .\flash.ld specifies the linker script file you selected in Create A Project. Clicking the Edit button allows you to configure the linker options contained in that file.

    Options for Target - Linker Script Selection

Refer to the BL51 User's Manuals for detailed information about linker options.