Keil™, An ARM® Company

µVision® User's Guide

Technical Support

On-Line Manuals

µVision® User's Guide

µVision3 Overview
User Interface
Creating Applications
Utilities
Debugging
Debug Commands
Debug Functions
Simulation
Flash Programming
Dialogs
File
Device Database
License Management
Single-User License
Floating-User License
Floating License Administrator
Edit
Find in Files
Configuration
Editor
Colors & Fonts
User Keywords
Shortcut Keys
Templates
View
Symbol Window
Project
Components, Enviornment, and Books
Project Components
Folders/Extensions
Books
Multi-Project
Select Device
Options
Device
Properties
Target
Target (Keil ARM)
Target (Keil C51)
Target (Keil C166)
Target (Keil C251)
Target (GNU ARM)
Target (RealView ARM)
Output
Output (Keil)
Output (GNU ARM)
Output (RealView ARM)
Listing
Listing (Keil)
Listing (GNU ARM)
Listing (RealView ARM)
User
Keil EC++ Compiler
Compiler
Keil CA ARM Compiler
Keil Cx51 Compiler
Keil C166 Compiler
Keil C251 Compiler
GNU ARM C Compiler
RealView ARM C Compiler
Assembler
Keil AA ARM Assembler
Keil Ax51 Assembler
Keil A166 Assembler
Keil A251 Assembler
GNU ARM Assembler
RealView ARM Assembler
Linker
Keil LA Locate
Keil LA Misc
Keil BL51 Locate
Keil BL51 Misc
Keil Lx51 Locate
Keil Lx51 Misc
Keil L166 Locate
Keil L166 Misc
GNU ARM Linker
RealView ARM Linker
Debug
Utilities
Batch Build
Debug
Breakpoints
Debug Settings
Logic Analyzer
Memory Map
Performance Analyzer
Function Editor
Tools
Setup PC-Lint
Customize Tools Menu
SVCS
Configure Version Control
Example Programs
Command Line
Appendix

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.