iv
Preface
Document Conventions
This document uses the following conventions:
Examples
Description
README.TXT
Bold capital text is used for the names of executable programs, data files,
source files, environment variables, and commands you enter at the
MS-DOS command prompt. This text usually represents commands that
you must type in literally. For example:
CLS
DIR
L51.EXE
Note that you are not required to enter these commands using all capital
letters.
Courier
Text in this typeface is used to represent information that displays on
screen or prints at the printer.
This typeface is also used within the text when discussing or describing
command line items.
Variables
Text in italics represents information that you must provide. For example,
projectfile in a syntax string means that you must supply the actual project
file name.
Occasionally, italics are also used to emphasize words in the text.
Elements that
repeat…
Ellipses (…) are used to indicate an item that may be repeated.
Omitted code
.
.
.
Vertical ellipses are used in source code listings to indicate that a fragment
of the program is omitted. For example:
void main (void) {
.
.
.
while (1);
Optional Items
Optional arguments in command-line and option fields are indicated by
double brackets. For example:
C51 TEST.C PRINT
(
filename)
{
opt1 | opt2 }
Text contained within braces, separated by a vertical bar represents a
group of items from which one must be chosen. The braces enclose all of
the choices and the vertical bars separate the choices. One item in the list
must be selected.
Keys
Text in this sans serif typeface represents actual keys on the keyboard.
For example, “Press
Enter
to continue.”
Содержание MCB517AC
Страница 6: ...vi Contents...
Страница 23: ...MCB517AC Evaluation Board User s Guide 17 Schematics...
Страница 24: ...18 Chapter 3 Hardware...
Страница 25: ...MCB517AC Evaluation Board User s Guide 19...
Страница 26: ...20 Chapter 3 Hardware...
Страница 27: ...MCB517AC Evaluation Board User s Guide 21 Printed Board Assembly...
Страница 32: ...26 Chapter 3 Hardware...
Страница 34: ......