 | µVision User's Guide legacy |  |
|
|
| Keil BL51 Locate- Use Memory Layout from Target Dialog
- Enable this option to use the memory information specified under Project — Options — Target. You may still add additional segments to these settings.
- Code Range
- Specify the address range for segments placed in the CODE memory class (used for program code and constants). When Use Memory Layout form Target Dialog is enabled the address ranges are derived from the settings in the Target dialog.
- Xdata Range
- Specify the address range for segments placed in the XDATA memory class (used for variables specified with the xdata memory type). When Use Memory Layout form Target Dialog is enabled the address ranges are derived from the settings in the Target dialog.
- Code
- Locate CODE segments to absolute memory or specify a segment order.
- Xdata
- Locate XDATA segments to absolute memory or specify a segment order.
- Pdata
- Specify base address of the PDATA memory class. This setting must reflect the configuration of PDATASTART in the Startup Code.
- Precede
- Locate segments prior to other relocatable BIT, DATA, or IDATA segments.
- Bit
- Specify base address of the BIT memory class and locate BIT segments to absolute memory or specify a segment order.
- Data
- Specify base address of the DATA memory class and locate DATA segments to absolute memory or specify a segment order.
- Idata
- Specify base address of the IDATA memory class and locate IDATA segments to absolute memory or specify a segment order.
- Stack
- Locates the stack segment named ?STACK in memory. By default the linker locates the stack on the last IDATA memory address used. Be careful when manually specifying an address, since it might result in run-time errors since data or idata variables are corrupt.
- Linker control string
- Displays the current directives at the linker command line.
|
|