![Motorola DSP56303 Скачать руководство пользователя страница 19](http://html.mh-extra.com/html/motorola/dsp56303/dsp56303_user-manual_246564019.webp)
Manual Conventions
Overview
1
-3
■
Pins or signals that are asserted low (made active when pulled to ground) are indicated
like this:
— In text, they have an overbar: for example,
RESET
is asserted low.
— In code examples, they have a tilde in front of their names. In Example 1-1, line 3
refers to the
SS0
signal (shown as
~SS0
).
■
Sets of signals are indicated by the first and last signals in the set, for instance
HAD[0–7].
■
“Input/Output” indicates a bidirectional signal. “Input or Output” indicates a signal
that is exclusively one or the other.
■
Code examples are displayed in a monospaced font, as shown in Example 1-1.
■
Hex values are indicated with a $ preceding the hex value, as follows: $FFFFFF is the
X memory address for the core interrupt priority register.
■
The word “reset” is used in four different contexts in this manual:
— the reset signal, written as
RESET
— the reset instruction, written as RESET
— the reset operating state, written as Reset
— the reset function, written as reset
PIN
True
Asserted
V
CC
PIN
False
Deasserted
Ground
Note:
1.
PIN is a generic term for any pin on the chip.
2.
Ground is an acceptable low voltage level. See the appropriate data sheet for the range of acceptable low
voltage levels (typically a TTL logic low).
3.
V
CC
is an acceptable high voltage level. See the appropriate data sheet for the range of acceptable high
voltage levels (typically a TTL logic high).
Example 1-1. Sample Code Listing
BFSET
#$0007,X:PCC; Configure:
line 1
; MISO0, MOSI0, SCK0 for SPI master
line 2
; ~SS0 as PC3 for GPIO
line 3
Table 1-1. High True/Low True Signal Conventions (Continued)
Signal/Symbol
Logic State
Signal State
Voltage
Содержание DSP56303
Страница 1: ...DSP56303 User s Manual 24 Bit Digital Signal Processor DSP56303UM AD Revision 1 January 2001 ...
Страница 52: ...JTAG OnCE Interface 2 22 DSP56303 User s Manual ...
Страница 114: ...General Purpose Input Output GPIO 5 10 DSP56303 User s Manual ...
Страница 212: ...GPIO Signals and Registers 8 26 DSP56303 User s Manual ...
Страница 268: ...Interrupt Equates A 22 DSP56303 User s Manual ...
Страница 306: ...Programming Sheets B 38 DSP56303 User s Manual ...
Страница 320: ...Index 14 DSP56303 User s Manual ...