Ⅰ, overview
The previous article is a summary about the use of Keil-common functions (ii), the article then summarizes the previous article.
I will summarize each article of Keil use method together, review the previous summary please click the following link (click to read the original), Keil use Method (summary):
http://blog.csdn.net/ybhuangfugui/article/details/51647893
Today summarizes the options in the Keil configuration Some common functions, will not summarize each function, plan in future articles will be sorted out detailed documentation.
Based on the principle of free sharing, convenient for everyone to learn knowledge on mobile phones, sharing technical knowledge every day. If you feel that the content you share is useful to you, and you want to learn more about the relevant articles, please use the search "Embedddeveloper" or scan the QR code below, attention, there will be more exciting content waiting for you.
Ⅱ, download
Keil integrated development tools and support packages can be downloaded to the official website or to my 360 cloud disk. Now (2016.06.11) mdk-arm The latest version is 5.20, support package according to their own MCU model selection download, because I summarize is based on St chip, in the cloud disk only save ST's support package, I will regularly update in 360 cloud disk.
Keil:
Official website: http://www.keil.com/download/product
360 Cloud Disk: HTTPS://YUNPAN.CN/CPYAEY23RSSBB access password 9aba
Support Packages:
Official website: http://www.keil.com/dd2/Pack
360 Cloud Disk: Https://yunpan.cn/cxWnPxniRXTMS access password 9a98
Reference Software Engineering:
Https://yunpan.cn/cSnTMev59yXmU Access Password f9ff
Ⅲ, about Keil configuration
About Keil config is mainly for the whole keil The use of some parameters to configure, such as: Font encoding, font size color, shortcuts and so on. keil The software is doing very well, creating a new project, Many parameters basic default configuration is ok (I like font color, shortcut key default), unless you have any special requirements.
Edit-Configuartion or click the Common tool button (wrench icon) to eject the Keil Configuration dialog box. The main dialog box is as follows: 1. Editor edit;2.color&fonts color and font;3.User Keywords custom user keywords;4.Shortcut Key shortcut key;5.Text completion edit finish;6.Other Other.
Ⅳ, Detail description
Here I will explain the features commonly used in each of the options, more details please wait.
1.Editor editing
The Editor option is more important and is often used, and here I'll explain the configuration options in A-e five blocks.
A. General Editing settings
Encoding encoding: Encode text to edit "see animated Font"
Auto Indent auto indent: Auto indent when wrapping (align) "see Animated Wrap cursor"
Virtual spaces: The cursor can be anywhere "watch the animated cursor position"
View white space display blank: Show space "See Animated spaces"
The view end of line displays the end row: Display line last labeled "See Animation"
B. function display window settings
Display modules module: Displaying "See animation Window" as a file
Scan...project files displays the project file functions:
Scan...editor files Displays the edit file function:
C. See/feel, visual settings
Show ... Find Find Prompt dialog box: "See animation Window" For Find to prompt dialog box
Highlight ... Line Highlight cursor:
Highlight...braces Highlight Pairing:
print...coloring Syntax Color:
Colored ... Tabs tab:
Rigght margin Right margin:
D. Documentation and project management
Create Backup files:
Automatic ... To automatically load externally modified files:
Save Project ... Save the project when you enter commissioning:
Save File ... To save the file when you go to debug:
Auto Save ... Save files every x minutes:
E. File (C, ASM, other) Edit settings (three options)
Use syntax ... Use settings (syntax color):
Insert spaces ... tab INSERT Spaces:
Show line ... Number of rows displayed:
Use monospaced font using equal-width fonts:
Open with outlining opens the Roentgen silhouette:
2.color&fonts Colors and Fonts
This option is not modifiable for beginners, it is easy to modify, mainly to set the font, size, style, color (font color and background color). Not too much description.
3.User Keywords custom user keywords
This option is basically not used for beginners, define keywords.
4.Shortcut Key Shortcut key
This option is not much to say, define shortcut keys, my other article "How to use Keil-common functions (a)" There are many shortcut keys (the default), you can modify, you can also add shortcut keys. As the download is defined as : Ctrl + D(animation).
5.Text Completion Edit Finish
Mainly contains three aspects of the settings, see Animation.
1.Show Code Completion List Auto-complete edit
2.Dynamic Syntax checking Syntax dynamic error
3.Text templates Template
6.Other Other
This option does not say much.
Ⅴ, description
The above is based on the mdk-arm in the Keil development tool to summarize, Keil C51, etc. may be different in some places. The function of each tool needs to be practiced by itself, and long-term use can be used to achieve the point of flexible use, do not recommend rote memorization.
The above summary is for reference only, if has the wrong place, please understanding.
Ⅵ, last
Attention, reply to "more content", will get more content (such as:UCOS instances, etc., constantly updated in ...) )。
If you like what I share, and you want to know more about it, please follow the public number at the beginning of the article, the new content continues to be updated, and more exciting content will appear later.
Read the original
How to use Keil-common functions (iii)