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

Properties

This dialog opens with Options for … available from the context menu in the Project Workspace — Files tab. The context menu  opens with a right mouse click on a file or group. 

Path, Type, Size, Last Change
Outputs information about the file selected.
Include in Target Build
Disable this option to exclude the group or source file in this project target. If this option is not set, µVision will not translate and not link the selected item into the current target. This is useful for configuration files, when you are using a single  project file for several different hardware systems.
Always Build
Enable this option to re-translate a source module with every build process, regardless of source file modifications. This is useful when a file contains __DATE__ and __TIME__ macros that are used to stored version information in the application program.
Generate Assembler SRC File
Only available for C51, C166 and C251: Instructs the C compiler to generate an assembler source file from this C module. Typical this option is used when the C source file contains #pragma asm / endasm sections.
Assemble SRC File
Use this option together with the option Generate Assembler SRC File to translate the assembler source code generated by Compiler into an object file that can be linked to the application.
Link Publics Only
Only available for C51 and C251: Instructs Linker to link only PUBLIC symbols from that module. Typical this option when you want to use entry or variable addresses from a different application. It refers in the most cases to an absolute object file which may be part of the project.
Code Bank
Only available for C51 and C251: Assigns the program code of a file or file group to a specific code bank. Requires that you enable code banking in the Options — Target dialog.
Stop on Exit Code
Specify an exit code when the build process should be stop on translator messages. By default, µVision translates all files in a build process regardless of error or warning messages.
Memory Assignment
Only available for RealView ARM: assign a file or group to specify memory regions. Code/Const (RO), Zero Initialized Data (ZI), and standard data (RW) areas can be selected. Note that you should enter the available memory regions in the Target dialog and enable  Use Memory Layout from Target Dialog in the Linker dialog.
Select Modules to Always Include
Only available for C51, C166 and C251: Allows you to always include specific modules from a Library.
Custom Arguments
This line is required if your project contains files that need a Custom Translator.