 | MCB2100 User's Guide |  |
|
|
| Configuring Linker OptionsConfigure the Linker Options in the Project — Options for Target — Linker dialog. The steps for configuring these options are: - Text Start: 0x00000000 is the starting location in on-chip Flash ROM for code and constants in your program.
- Data Start: 0x40000000 is the starting location in on-chip RAM for variables in your program.
- 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.
Refer to the BL51 User's Manuals for detailed information about linker options. |
|