SUMMARY
16-Bit Fixed-Point DSP Microprocessors with
On-Chip Memory
Enhanced Harvard Architecture for Three-Bus
Performance: Instruction Bus and Dual Data Buses
Independent Computation Units: ALU, Multiplier/
Accumulator and Shifter
Single-Cycle Instruction Execution and Multifunction
Instructions
On-Chip Program Memory ROM and Data Memory RAM
Integrated I/O Peripherals: Serial Ports, Timer
FEATURES
25 MIPS, 40 ns Maximum Instruction Rate (5 V)
Separate On-Chip Buses for Program and Data Memory
Program Memory Stores Both Instructions and Data
(Three-Bus Performance)
Dual Data Address Generators with Modulo and
Bit-Reverse Addressing
Efficient Program Sequencing with Zero-Overhead
Looping: Single-Cycle Loop Setup
Double-Buffered Serial Ports with Companding Hardware,
Automatic Data Buffering and Multichannel Operation
Three Edge- or Level-Sensitive Interrupts
Low Power IDLE Instruction
PLCC and MQFP Packages
GENERAL DESCRIPTION
The ADSP-216x Family processors are single-chip microcomputers␣ optimized␣ for␣ digital␣ signal␣ processing␣ (DSP)
and other high speed numeric processing applications. The
ADSP-216x processors are all built upon a common core with
ADSP-2100. Each processor combines the core DSP architecture—computation units, data address generators and program
sequencer—with features such as␣ on-chip program ROM and
data memory RAM, a programmable timer and two serial ports.
The ADSP-2165/ADSP-2166 also adds program memory and
power-down mode.
This data sheet describes the following ADSP-216x Family
processors:
processors with power-down and
larger on-chip memories (12K Pro-
REV. 0
Information furnished by Analog Devices is believed to be accurate and
reliable. However, no responsibility is assumed by Analog Devices for its
use, nor for any infringements of patents or other rights of third parties
which may result from its use. No license is granted by implication or
otherwise under any patent or patent rights of Analog Devices.
gram Memory ROM, 1K Program
Memory RAM, 4K Data Memory
RAM)
FUNCTIONAL BLOCK DIAGRAM
Fabricated in a high speed, submicron, double-layer metal
CMOS process, the highest-performance ADSP-216x processors operate at 25 MHz with a 40 ns instruction cycle time.
Every instruction can execute in a single cycle. Fabrication in
CMOS results in low power dissipation.
The ADSP-2100 Family’s flexible architecture and comprehensive instruction set support a high degree of parallelism.
In one cycle the ADSP-216x can␣ perform␣ all of␣ the␣ following
operations:
•
␣ Generate the next program address
•
␣ Fetch the next instruction
•
␣ Perform one or two data moves
•
␣ Update one or two data address pointers
•
␣ Perform a computation
•
␣ Receive and transmit data via one or two serial ports
Table I shows the features of each ADSP-216x processor.
The ADSP-216x series are memory-variant versions of the
ADSP-2101 and ADSP-2103 that contain factory-programmed
on-chip ROM program memory. These devices offer different
amounts of on-chip memory for program and data storage.
Table I shows the features available in the ADSP-216x series of
custom ROM-coded processors.
The ADSP-216x products eliminate the need for an external
boot EPROM in your system, and can also eliminate the need
for any external program memory by fitting the entire application program in on-chip ROM. These devices thus provide an
excellent option for volume applications where board space and
system cost constraints are of critical concern.
Table I. ADSP-216x ROM-Programmed Processor Features
Feature216121622163216421652166
Data Memory (RAM)1/2K1/2K1/2K1/2K4K4K
Program Memory (ROM)8K8K4K4K12K12K
Program Memory (RAM)1K1K
Timer
Serial Port 0 (Multichannel)
Serial Port 1
Supply Voltage5 V3.3 V5 V3.3 V5 V3.3 V
Speed Grades (Instruction Cycle Time)
10.24 MHz (97.6 ns)
13.00 MHz (76.9 ns)
16.67 MHz (60 ns)
20.00 MHz (50 ns)
25 MHz (40 ns)
Packages
68-Lead PLCC
80-Lead MQFP
Temperature Grades
K Commercial, 0°C to +70°C
B Industrial, –40°C to +85°C
••••••
••••••
••••••
••
•
•••
•
••
••••
••••••
••••••
••••••
Development Tools
The ADSP-216x processors are supported by a complete set of
tools for system development. The ADSP-2100 Family Development Software includes C and assembly language tools that
allow programmers to write code for any of the ADSP-216x
processors. The ANSI C compiler generates ADSP-216x assembly source code, while the runtime C library provides ANSIstandard and custom DSP library routines. The ADSP-216x
assembler produces object code modules that the linker combines into an executable file. The processor simulators provide
an interactive instruction-level simulation with a reconfigurable,
windowed user interface. A PROM splitter utility generates
PROM programmer compatible files.
®
EZ-ICE
systems by providing a full range of emulation functions such
as modification of memory and register values and execution
breakpoints. EZ-LAB
systems that execute EPROM-based programs.
The EZ-Kit Lite is a very low-cost evaluation/development
platform that contains both the hardware and software needed
to evaluate the ADSP-21xx architecture.
Additional details and ordering information are available in the
ADSP-2100 Family Software & Hardware Development Tools data
sheet (ADDS-21xx-TOOLS). This data sheet can be requested
from any Analog Devices sales office or distributor.
Additional Information
This data sheet provides a general overview of ADSP-216x
processor functionality. For detailed design information on the
architecture and instruction set, refer to the ADSP-2100 FamilyUser’s Manual, Third Edition, available from Analog Devices.
in-circuit emulators allow debugging of ADSP-21xx
®
demonstration boards are complete DSP
ARCHITECTURE OVERVIEW
Figure 1 shows a block diagram of the ADSP-216x architecture.
The processors contain three independent computational units:
the ALU, the multiplier/accumulator (MAC), and the shifter.
The computational units process 16-bit data directly and have
provisions to support multiprecision computations. The ALU
performs a standard set of arithmetic and logic operations;
division primitives are also supported. The MAC performs
single-cycle multiply, multiply/add, and multiply/subtract operations. The shifter performs logical and arithmetic shifts, normalization, denormalization, and derive exponent operations. The
shifter can be used to efficiently implement numeric format control
including multiword floating-point representations.
The internal result (R) bus directly connects the computational
units so that the output of any unit may be used as the input of
any unit on the next cycle.
A powerful program sequencer and two dedicated data address
generators ensure efficient use of these computational units.
The sequencer supports conditional jumps, subroutine calls,
and returns in a single cycle. With internal loop counters and
loop stacks, the ADSP-216x executes looped code with zero
overhead—no explicit jump instructions are required to maintain the loop.
Two data address generators (DAGs) provide addresses for
simultaneous dual operand fetches (from data memory and
program memory). Each DAG maintains and updates four
address pointers. Whenever the pointer is used to access data
(indirect addressing), it is post-modified by the value of one of
four modify registers. A length value may be associated with
each pointer to implement automatic modulo addressing for
circular buffers. The circular buffering feature is also used by
the serial ports for automatic data transfers to (and from) onchip memory.
EZ-ICE and EZ-LAB are registered trademarks of Analog Devices, Inc.
REV. 0
–3–
ADSP-216x
DATA
ADDRESS
GENERATOR
#1
INPUT REGS
OUTPUT REGS
INSTRUCTION
REGISTER
DATA
ADDRESS
GENERATOR
#2
PMA BUS
14
PMA BUS
14
PMA BUS
24
PMA BUS
16
INPUT REGS
ALUMACSHIFTER
OUTPUT REGS
PROGRAM
SEQUENCER
16
R BUS
INPUT REGS
OUTPUT REGS
BUS
EXCHANGE
16
PROGRAM
MEMORY
SRAM
& ROM
24
TRANSMIT REG
RECEIVE REG
SERIAL
PORT 0
Figure 1. ADSP-216x Block Diagram
Efficient data transfer is achieved with the use of five internal
buses:
• Program Memory Address (PMA) Bus
• Program Memory Data (PMD) Bus
• Data Memory Address (DMA) Bus
• Data Memory Data (DMD) Bus
• Result (R) Bus
The two address buses (PMA, DMA) share a single external
address bus, allowing memory to be expanded off-chip, and the
two data buses (PMD, DMD) share a single external data bus.
The BMS, DMS and PMS signals indicate which memory space
is using the external buses.
Program memory can store both instructions and data, permitting the ADSP-216x to fetch two operands in a single cycle,
one from program memory and one from data memory. The
processor can fetch an operand from on-chip program memory
and the next instruction in the same cycle.
The memory interface supports slow memories and memorymapped peripherals with programmable wait state generation.
External devices can gain control of the processor’s buses with
the use of the bus request/grant signals (BR, BG).
One bus grant execution mode (GO Mode) allows the ADSP216x to continue running from internal memory. A second
execution mode requires the processor to halt while buses are
granted.
Each ADSP-216x processor can respond to several different
interrupts. There can be up to three external interrupts,
configured as edge- or level-sensitive. Internal interrupts can be
generated by the timer and serial ports. There is also a master
RESET signal.
Booting circuitry provides for loading on-chip program memory
automatically from byte-wide external memory. After reset,
three wait states are automatically generated. This allows, for
example, a 60 ns ADSP-2161 to use a 200 ns EPROM as
DATA
MEMORY
SRAM
16
PMA BUS
DMA BUS
PMD BUS
DMD BUS
COMPANDING
CIRCUITRY
BOOT
ADDRESS
GENERATOR
TRANSMIT REG
RECEIVE REG
SERIAL
PORT 1
55
TIMER
MUX
MUX
14
EXTERNAL
ADDRESS
BUS
24
EXTERNAL
DATA
BUS
external boot memory. Multiple programs can be selected and
loaded from the EPROM with no additional hardware.
The data receive and transmit pins on SPORT1 (Serial Port 1)
can be alternatively configured as a general-purpose input flag
and output flag. You can use these pins for event signalling to
and from an external device.
A programmable interval timer can generate periodic interrupts.
A 16-bit count register (TCOUNT) is decremented every n
cycles, where n–1 is a scaling value stored in an 8-bit register
(TSCALE). When the value of the count register reaches zero,
an interrupt is generated and the count register is reloaded from
a 16-bit period register (TPERIOD).
Serial Ports
The ADSP-216x processors include two synchronous serial
ports (SPORTs) for serial communications and multiprocessor
communication. All of the ADSP-216x processors have two
serial ports (SPORT0, SPORT1).
The serial ports provide a complete synchronous serial interface
with optional companding in hardware. A wide variety of
framed or frameless data transmit and receive modes of operation are available. Each SPORT can generate an internal programmable serial clock or accept an external serial clock.
Each serial port has a 5-pin interface consisting of the following
signals:
Signal NameFunction
SCLKSerial Clock (I/O)
RFSReceive Frame Synchronization (I/O)
TFSTransmit Frame Synchronization (I/O)
DRSerial Data Receive
DTSerial Data Transmit
–4–
REV. 0
ADSP-216x
The ADSP-216x serial ports offer the following capabilities:
Bidirectional—Each SPORT has a separate, double-buffered
transmit and receive function.
Flexible Clocking—Each SPORT can use an external serial
clock or generate its own clock internally.
Flexible Framing—The SPORTs have independent framing
for the transmit and receive functions; each function can run in
a frameless mode or with frame synchronization signals internally generated or externally generated; frame sync signals may
be active high or inverted, with either of two pulsewidths and
timings.
Different Word Lengths—Each SPORT supports serial data
word lengths from 3 to 16 bits.
Companding in Hardware—Each SPORT provides optional
A-law and µ-law companding according to CCITT recommen-
dation G.711.
Flexible Interrupt Scheme—Receive and transmit functions
can generate a unique interrupt upon completion of a data word
transfer.
Autobuffering with Single-Cycle Overhead—Each SPORT
can automatically receive or transmit the contents of an entire
circular data buffer with only one overhead cycle per data word;
an interrupt is generated after the transfer of the entire buffer is
completed.
Multichannel Capability (SPORT0 Only)—SPORT0 provides a multichannel interface to selectively receive or transmit a
24-word or 32-word, time-division multiplexed serial bit stream;
this feature is especially useful for T1 or CEPT interfaces, or as
a network communication scheme for multiple processors.
Alternate Configuration—SPORT1 can be alternatively
configured as two external interrupt inputs (IRQ0, IRQ1) and
the Flag In and Flag Out signals (FI, FO).
Interrupts
The ADSP-216x’s interrupt controller lets the processor respond to interrupts with a minimum of overhead. Up to three
external interrupt input pins, IRQ0, IRQ1 and IRQ2, are provided. IRQ2 is always available as a dedicated pin; IRQ1 and
IRQ0 may be alternately configured as part of Serial Port 1. The
ADSP-216x also supports internal interrupts from the timer and
the serial ports. The interrupts are internally prioritized and
individually maskable (except for RESET which is nonmaskable).
The IRQx input pins can be programmed for either level- or
edge-sensitivity. The interrupt priorities for each ADSP-216x
processor are shown in Table II.
Table II.␣ Interrupt Vector Addresses and Priority
Interrupt
ADSP-216x Interrupt SourceVector Address
RESET Startup0x0000
IRQ2 or Power-Down0x0004 (High Priority)
The ADSP-216x uses a vectored interrupt scheme: when an
interrupt is acknowledged, the processor shifts program control
to the interrupt vector address corresponding to the interrupt
received. Interrupts can be optionally nested so that a higher
priority interrupt can preempt the currently executing interrupt
service routine. Each interrupt vector location is four instructions in length so that simple service routines can be coded
entirely in this space. Longer service routines require an additional JUMP or CALL instruction.
Individual interrupt requests are logically ANDed with the bits
in the IMASK register; the highest-priority unmasked interrupt
is then selected.
The interrupt control register, ICNTL, allows the external
interrupts to be set as either edge- or level-sensitive. Depending
on Bit 4 in ICNTL, interrupt service routines can either be
nested (with higher priority interrupts taking precedence) or be
processed sequentially (with only one interrupt service active at
a time).
The interrupt force and clear register, IFC, is a write-only register that contains a force bit and a clear bit for each interrupt.
When responding to an interrupt, the ASTAT, MSTAT and
IMASK status registers are pushed onto the status stack and
the PC counter is loaded with the appropriate vector address.
The status stack is seven levels deep to allow interrupt nesting.
The stack is automatically popped when a return from the interrupt instruction is executed.
Pin Definitions
Pin Function Descriptions show pin definitions for the ADSP216x processors. Any inputs not used must be tied to V
SYSTEM INTERFACE
Figure 3 shows a typical system for the ADSP-216x with two
serial I/O devices, an optional external program and data
memory. A total of 12K words of data memory and 15K words
of program memory is addressable.
Programmable wait-state generation allows the processors to
easily interface to slow external memories.
The ADSP-216x processors also provide either: one external
interrupt (IRQ2) and two serial ports (SPORT0, SPORT1), or
three external interrupts (IRQ2, IRQ1, IRQ0) and one serial
port (SPORT0).
Clock Signals
The ADSP-216x processors’ CLKIN input may be driven by a
crystal or by a TTL-compatible external clock signal. The
CLKIN input may not be halted or changed in frequency during
operation, nor operated below the specified low frequency limit.
If an external clock is used, it should be a TTL-compatible
signal running at the instruction rate. The signal should be
connected to the processor’s CLKIN input; in this case, the
XTAL input must be left unconnected.
Because the ADSP-216x processors include an on-chip oscillator circuit, an external crystal may also be used. The crystal
should be connected across the CLKIN and XTAL pins, with
two capacitors connected as shown in Figure 2. A parallelresonant, fundamental frequency, microprocessor-grade crystal
should be used.
DD
.
REV. 0
–5–
ADSP-216x
The power-up sequence is defined as the total time required for
the crystal oscillator circuit to stabilize after a valid V
CLKINCLKOUT
ADSP-216x
XTAL
applied to the processor and for the internal phase-locked loop
(PLL) to lock onto the specific crystal frequency. A minimum of
2000 t
cycles will ensure that the PLL has locked (this does
CK
not, however, include the crystal oscillator start-up time).
During this power-up sequence the RESET signal should be
Figure 2. External Crystal Connections
A clock output signal (CLKOUT) is generated by the processor,
synchronized to the processor’s internal cycles.
Reset
The RESET signal initiates a complete reset of the ADSP-216x.
The RESET signal must be asserted when the chip is powered
up to assure proper initialization. If the RESET signal is applied
during initial power-up, it must be held long enough to allow
the processor’s internal clock to stabilize. If RESET is activated
at any time after power-up and the input clock frequency does
not change, the processor’s internal clock continues and does
held low. On any subsequent resets, the RESET signal must
meet the minimum pulsewidth specification, t
To generate the RESET signal, use either an RC circuit with an
external Schmidt trigger or a commercially available reset IC.
(Do not use only an RC circuit.)
The RESET input resets all internal stack pointers to the empty
stack condition, masks all interrupts, and clears the MSTAT
register. When RESET is released, the boot loading sequence is
performed (provided there is no pending bus request and the chip
is configured for booting, with MMAP = 0). The first instruction is
then fetched from internal program memory location 0x0000.
not require this stabilization time.
PIN FUNCTION DESCRIPTIONS
Pin# ofInput/
Name(s)PinsOutputFunction
Address14OAddress outputs for program, data and boot memory.
Data
1
24I/OData I/O pins for program and data memories. Input only for
boot memory, with two MSBs used for boot memory addresses.
Unused data lines may be left floating.
FI (DR1)1IFlag Input Pin
FO (DT1)1OFlag Output Pin
PWDACK
PWDFLAG
3
3
1OIndicates when the processor has entered power-down.
1ILow-to-High Transition of the Power-Down Flag. Input pin can
be used to terminate power-down.
NOTES
1
Unused data bus lines may be left floating.
2
BR must be tied high (to VDD) if not used.
3
Only on ADSP-2165/ADSP-2166.
RSP
DD
.
is
–6–
REV. 0
ADSP-216x
0x0000
2K
EXTERNAL
MMAP = 0
12K 3 24
INTERNAL
ROM
10K 3 24
INTERNAL
ROM
1K 3 24 RAM
RESERVED
2K 3 24
EXTERNAL
2K 3 24
INTERNAL
ROM
1K 3 24 RAM
RESERVED
MMAP = 1
0x2FFF
0x3000
0x33FF
0x3400
0x37FF
0x3800
0x3FFF
0x0000
0x2FFF
0x3000
0x33FF
0x3400
0x37FF
0x3800
0x3FFF
0x07FF
0x0800
MMAP = 0
8K
INTERNAL
ROM
RESERVED
MMAP = 1
0x0000
0x1FF0
0x1FFF
0x2000
0x3FFF
2K
EXTERNAL
RESERVED
0x0000
0x1FF0
0x1FFF
0x2000
0x3FFF
6K
INTERNAL
ROM
6K
EXTERNAL
2K
INTERNAL
ROM
0x7FFF
0x0800
0x37FF
0x3800
8K
EXTERNAL
CLOCK OR
CRYSTAL
34
CLKINXTAL CLKOUTV
RESET
IRQ2
OE
WE
ADSP-216x
ADDRESS DATA
RW
BR
BG
MMAP
PMSRDDMS BMS
AD
CS
PROGRAM
MEMORY
(OPTIONAL)
DD
14
AD
OE
WE
DATA
MEMORY
&
PERIPHERALS
GND
SERIAL
PORT 0
SERIAL
PORT 1
24
D23-8
16
CS
SCLK
RFS
TFS
DT
DR
SCLK
RFS OR IRQ0
TFS OR IRQ1
DT OR FO
DR OR FI
SERIAL
DEVICE
(OPTIONAL)
SERIAL
DEVICE
(OPTIONAL)
Figure 3. Basic System Configuration
Program Memory Interface
The on-chip program memory address bus (PMA) and on-chip
program memory data bus (PMD) are multiplexed with the onchip data memory buses (DMA, DMD), creating a single external data bus and a single external address bus. The external
data bus is bidirectional and is 24 bits wide to allow instruction
fetches from external program memory. Program memory may
contain code and data.
The external address bus is 14 bits wide. For the ADSP-216x,
these lines can directly address up to 16K words, of which 2K
are on-chip.
The data lines are bidirectional. The program memory select
(PMS) signal indicates accesses to program memory and can be
used as a chip select signal. The write (WR) signal indicates a
write operation and is used as a write strobe. The read (RD)
signal indicates a read operation and is used as a read strobe or
output enable signal.
The ADSP-216x processors write data from their 16-bit registers to 24-bit program memory using the PX register to provide
the lower eight bits. When the processor reads 16-bit data from
24-bit program memory to a 16-bit data register, the lower eight
bits are placed in the PX register.
The program memory interface can generate 0 to 7 wait states for
external memory devices; default is to 7 wait states after RESET.
Program Memory Maps
Program memory can be mapped in two ways, depending on the
state of the MMAP pin. Figure 4 shows the program memory
map for the ADSP-2165/ADSP-2166. Figures 5 and 6 show the
program memory maps for the ADSP-2161/ADSP-2162 and
ADSP-2163/ADSP-2164, respectively.
REV. 0
–7–
ADSP-2165/ADSP-2166
When MMAP = 0, on-chip program memory ROM occupies
12K words beginning at address 0x0000. Internal program
memory RAM occupies 1K words beginning at address 0x3000.
Off-chip program memory uses the 2K words beginning at
address 0x3800. The ADSP-2165/ADSP-2166 does not support
boot memory.
When MMAP = 1, 2K words of off-chip program memory begin
at address 0x0000. 10K words of on-chip program memory
ROM at 0x800 to 0x2FFF, and the remainder 2K words of
program memory ROM is at 0x3800 to 0x3FFF. Internal program memory RAM occupies 1K words at address 0x300 to
0x33FF.
Figure 4. ADSP-2165/ADSP-2166 Program Memory Maps
ADSP-2161/ADSP-2162
When MMAP = 0, on-chip program memory ROM occupies
8K words beginning at address 0x0000. Off-chip program
memory uses the remaining 8K words beginning at address
0x2000.
When MMAP = 1, 2K words of off-chip program memory begin
at address 0x0000. 6K words of on-chip program memory ROM
are at 0x0800 to 0x1FF0, and the remainder 2K words of program memory ROM is at 0x3800 to 0x3FFF. An additional 6K
of off-chip program memory is at 0x2000 to 0x37FF.
Figure 5. ADSP-2161/ADSP-2162 Program Memory Maps
ADSP-216x
0x0000
4K 3 16
MEMORY-MAPPED
REGISTERS
& RESERVED
0x0800
ADDRESS (HEX)
4K 3 16 INTERNAL
6K EXTERNAL
DWAIT2
1K EXTERNAL
DWAIT0
1K EXTERNAL
DWAIT1
0x0400
0x2000
0x3000
0x3FFF
EXTERNAL
RAM
INTERNAL
RAM
0x0000
512
ADSP-2161/62/63/64
0x0800
ADDRESS (HEX)
10K EXTERNAL
DWAIT2
1K EXTERNAL
DWAIT0
1K EXTERNAL
DWAIT1
0x0400
0x3000
0x3C00
0x3FFF
EXTERNAL
RAM
INTERNAL
RAM
1K EXTERNAL
DWAIT3
1K EXTERNAL
DWAIT4
MEMORY-MAPPED
CONTROL REGISTERS
& RESERVED
0x3A00
0x3800
0x3400
ADSP-2163/ADSP-2164
When MMAP = 0, on-chip program memory ROM occupies
4K words beginning at address 0x0000. Off-chip program
memory uses the remaining 12K words beginning at address
0x1000.
When MMAP = 1, 2K words of off-chip program memory begin
at address 0x0000. 2K words of on-chip program memory ROM
is at 0x0800 to 0x0FF0, and the remainder 2K words of program memory ROM is at 0x3800 to 0x3FFF. An additional
10K of off-chip program memory is at 0x1000 to 0x37FF.
Figure 6. ADSP-2163/ADSP-2164 Program Memory Maps
Data Memory Interface
The data memory address bus (DMA) is 14 bits wide. The
bidirectional external data bus is 24 bits wide, with the upper 16
bits used for data memory data (DMD) transfers.
The data memory select (DMS) signal indicates access to data
memory and can be used as a chip select signal. The write (WR)
signal indicates a write operation and can be used as a write
strobe. The read (RD) signal indicates a read operation and can
be used as a read strobe or output enable signal.
The ADSP-216x processors support memory-mapped I/O, with
the peripherals memory-mapped into the data memory address
space and accessed by the processor in the same manner as data
memory.
Data Memory Map
For the ADSP-2165/ADSP-2166, on-chip data memory RAM
resides in the 4K words beginning at address 0x2000, as shown
in Figure 7. Data memory locations from 0x3000 to the end of
data memory at 0x3FFF are reserved. Control and status registers for the system, timer, wait-state configuration, and serial port
operations are located in this region of memory.
The remaining 8K of data memory is located off-chip. This
external data memory is divided into three zones, each associated with its own wait-state generator. This allows slower peripherals to be memory-mapped into data memory for which
wait states are specified. By mapping peripherals into different
zones, you can accommodate peripherals with different waitstate requirements. All zones default to 7 wait states after
RESET.
INTERNAL
RESERVED
EXTERNAL
MMAP = 0
4K
ROM
12K
0x0000
0x0FF0
0x0FFF
0x1000
0x3FFF
2K
EXTERNAL
2K
INTERNAL
ROM
RESERVED
10K
EXTERNAL
2K
INTERNAL
ROM
MMAP = 1
0x0000
0x07FF
0x0800
0x0FF0
0x0FFF
0x1000
0x37FF
0x3800
0x3FFF
Figure 7. ADSP-2165/ADSP-2166 Data Memory Map
ADSP-2161/ADSP-2162/ADSP-2163/ADSP-2164
For the ADSP-2161/ADSP-2162/ADSP-2163/ADSP-2164, onchip data memory RAM resides in the 512 words beginning at
address 0x3800, also shown in Figure 8. Data memory locations
from 0x3A00 to the end of data memory at 0x3FFF are reserved.
Control and status registers for the system, timer, wait-state
configuration, and serial port operations are located in this
region of memory.
Figure 8. ADSP-2161/ADSP-2162/ADSP-2163/ADSP-2164
Data Memory Map
The remaining 14K of data memory is located off-chip. This
external data memory is divided into five zones, each associated
with its own wait-state generator. This allows slower peripherals
to be memory-mapped into data memory for which wait states
are specified. By mapping peripherals into different zones, you
can accommodate peripherals with different wait-state requirements. All zones default to seven wait states after RESET.
–8–
REV. 0
ADSP-216x
Bus Interface
The ADSP-216x processors can relinquish control of their data
and address buses to an external device. When the external
device requires control of the buses, it asserts the bus request
signal (BR). If the ADSP-216x is not performing an external
memory access, it responds to the active BR input in the next
cycle by:
• Three-stating the data and address buses and the PMS,
DMS, BMS, RD, WR output drivers,
• Asserting the bus grant (BG) signal, and halting program
execution.
If the Go mode is set, however, the ADSP-216x will not halt
program execution until it encounters an instruction that
requires an external memory access.
If the ADSP-216x is performing an external memory access
when the external device asserts the BR signal, it will not threestate the memory interfaces or assert the BG signal until the
cycle after the access completes (up to eight cycles later depending on the number of wait states). The instruction does not need
to be completed when the bus is granted; the ADSP-21xx will
grant the bus between two memory accesses if an instruction
requires more than one external memory access.
When the BR signal is released, the processor releases the BG
signal, re-enables the output drivers and continues program
execution from the point at which it stopped.
The bus request feature operates at all times, including when the
processor is booting and when RESET is active. If this feature is
not used, the BR input should be tied high (to V
POWER-DOWN
The ADSP-2165/ADSP-2166 processors have a low power
feature that lets the processor enter a very low power dormant
state through hardware or software control. A list of powerdown features follows:
• Processor registers and on-chip memory contents are maintained during power-down.
• Power-down mode holds the processor in CMOS standby
with a maximum current of less than 100 µA in some modes.
• Support for an externally generated TTL or CMOS processor clock. The external clock can continue running during
power-down without affecting the lowest power rating.
• Support for crystal operation includes disabling the oscillator
to save power. (The processor automatically waits 4096
CLKIN cycles for the crystal oscillator to start and stabilize).
• When power-down mode is enabled, powering down of the
processor can be initiated either by externally generated
IRQ2 interrupt or by using the IRQ2 force bit in the IFC
register.
• Power-Down Acknowledge Pin (PWDACK) indicates when
the processor has entered power-down.
• Interrupt support allows an unlimited number of instructions
to be executed before optionally powering down.
• Context clear/save control allows the processor to continue
where it left off or start with a clean context when leaving the
power-down state.
DD
).
• Low-to-high transition of the power-down flag input pin
(PWDFLAG) can be used to terminate power-down.
• The RESET pin also can also be used to terminate
power-down.
Power-Down Control
Several parameters of power-down operation can be controlled
through control bits of the “power-down/sportl autobuffer control register.” This control register is memory-mapped at location 0x3FEF and the power-down control bits are as follows:
bit[15] xtal: xtal pin disable during power-down
1 = disabled, 0 = enable (default)
bit[14] pwdflag: (read only )
when pwdena = 1, the value of bit [14] pwdflag is equal to the
status of the pwdflag input pin.
when pwdena = 0, the value of bit [14] pwdflag is equal to 0.
bit[13] pwdena: power-down enable
1 = enable, 0 = disable (default)
if pwdena is set to 0, then the output pin PWDACK is driven
low and the input pin PWDFLAG is disabled
Note: It is not recommended that power-down enable be set or
cleared during an IRQ2 interrupt.
bit[12] pucr: power-up context reset
1 = soft reset, 0 = resume execution (default)
Entering Power-Down
The power-down sequence is defined as follows:
• Enable power-down logic by setting the pwdena bit in the
power-down/sportl autobuffer control register.
Note: In order to power-down, the PWDENA bit must be set
before the IRQ2 interrupt is initiated.
• Initiate the power-down sequence by generating an IRQ2
interrupt either externally or by software use of the IFC
register.
• The processor vectors to the IRQ2 interrupt vector located at
0x0004.
• Any number of housekeeping instructions, starting at location 0x0004 can be executed prior to the processor entering
the power-down mode.
• The processor enters the power-down mode when the processor executes an IDLE instruction while executing the
IRQ2 interrupt routine.
Notes:
• If an RTI instruction is executed before the processor encounter an IDLE instruction, then the processor returns
from the IRQ2 interrupt and the power-down sequence is
aborted.
• The user can differentiate between a “normal” IRQ2 interrupt and a “power-down” IRQ2 interrupt by resetting the
PWDFLAG pin and checking the status of this pin by testing
the PWDFLAG bit in the power-down/SPORT1 autobuffer
control register located at DM[0x3FEF].
REV. 0
–9–
ADSP-216x
Exiting Power-Down
The power-down mode can be exited with the use of the
PWDFLAG or RESET pin. Applying a low-to-high transition to
the PWDFLAG pin takes the processor out of power-down
mode. In this case, a delay of 4096 cycles is automatically induced by the processor. Also, depending on the status of the
power-up context reset bit (pucr), the processor either
1) continues to execute instructions following the IDLE instruction that caused the power-down. A RTI instruction is required to pass control back to the main routine (pucr = 0)
or
2) resumes operation from power-down by clearing the PC,
STATUS, LOOP and CNTR stack. The IMASK and
ASTAT registers are set to 0 and the SSTAT goes to 0x55.
The processor then starts executing instructions from the
address zero (pucr = 1).
In the case where the power-down mode is exited by asserting
the RESET pin, the processor state is reset and instruction are
executed from address 0x0000. The RESET pin in this case
must be held low long enough for the external crystal (if any)
and the on-chip PLL to stabilize and lock.
Low Power IDLE Instruction
The IDLE instruction places the ADSP-216x processor in low
power state in which it waits for an interrupt. When an interrupt
occurs, it is serviced and execution continues with instruction
following IDLE. Typically this next instruction will be a JUMP
back to the IDLE instruction. This implements a low power
standby loop.
The IDLE n instruction is a special version of IDLE that slows
the processor’s internal clock signal to further reduce power
consumption. The reduced clock frequency, a programmable
fraction of the normal clock rate, is specified by a selectable
divisor, n, given in the IDLE instruction. The syntax of the
instruction is:
IDLE n;
where n = 16, 32, 64 or 128.
The instruction leaves the chip in an idle state, operating at the
slower rate. While it is in this state, the processor’s other internal clock signals, such as SCLK, CLKOUT, and the timer
clock, are reduced by the same ratio. Upon receipt of an enabled interrupt, the processor will stay in the IDLE state for up
to a maximum of n CLKIN cycles, where n is the divisor specified in the instruction, before resuming normal operation.
When the IDLE n instruction is used, it slows the processor’s
internal clock and thus its response time to incoming interrupts–
the 1-cycle response time of the standard IDLE state is increased
by n, the clock divisor. When an enabled interrupt is received,
the ADSP-216x will remain in the IDLE state for up to a maximum of n CLKIN cycles (where n = 16, 32, 64 or 128) before
resuming normal operation.
When the IDLE n instruction is used in systems that have an
externally generated serial clock (SCLK), the serial clock rate
may be faster than the processor’s reduced internal clock rate.
Under these conditions, interrupts must not be generated at a
faster rate than can be serviced, due to the additional time the
processor takes to come out of the IDLE state (a maximum of n
CLKIN cycles).
ADSP-216x Prototyping
You can prototype your ADSP-216x system with either ADSP2101 or ADSP-2103 RAM-based processors. When code is fully
developed and debugged, it can be submitted to Analog Devices
for conversion into an ADSP-216x ROM product.
The ADSP-2101 EZ-ICE emulator can be used for development
of ADSP-216x systems. For the 3.3 V ADSP-2162/ADSP-2164
and ADSP-2166, a voltage converter interface board provides
3.3 V emulation.
Additional overlay memory is used for emulation of ADSP2161/ADSP-2162 systems. It should be noted that due to the
use of off-chip overlay memory to emulate the ADSP-2161/
ADSP-2162, a performance loss may be experienced when both
executing instructions and fetching program memory data from
the off-chip overlay memory in the same cycle. This can be
overcome by locating program memory data in on-chip memory.
Ordering Procedure for ADSP-216x ROM Processors
To place an order for a custom ROM-coded ADSP-2161,
ADSP-2162, ADSP-2163, ADSP-2164 , ADSP-2165 or ADSP2166 processor, you must:
1. Complete the following forms contained in the ADSP ROM
Ordering Package, available from your Analog Devices sales
representative:
ADSP-216x ROM Specification Form
ROM Release Agreement
ROM NRE Agreement & Minimum Quantity Order (MQO)
Acceptance Agreement for Preproduction ROM Products
2. Return the forms to Analog Devices along with two copies of the
Memory Image File (.EXE file) of your ROM code. The files must
be supplied on two 3.5" or 5.25" floppy disks for the IBM PC
(DOS 2.01 or higher).
3. Place a purchase order with Analog Devices for nonrecurring
engineering changes (NRE) associated with ROM product
development.
After this information is received, it is entered into Analog
Devices’ ROM Manager System which assigns a custom ROM
model number to the product. This model number will be
branded on all prototype and production units manufactured to
these specifications.
To minimize the risk of code being altered during this process,
Analog Devices verifies that the .EXE files on both floppy disks
are identical, and recalculates the checksums for the .EXE file
entered into the ROM Manager System. The checksum data, in
the form of a ROM Memory Map, a hard copy of the .EXE file,
and a ROM Data Verification form are returned to you for
inspection.
A signed ROM Verification Form and a purchase order for
production units are required prior to any product being manufactured. Prototype units may be applied toward the minimum
order quantity.
Upon completion of prototype manufacture, Analog Devices
will ship prototype units and a delivery schedule update for
production units. An invoice against your purchase order for the
NRE charges is issued at this time.
There is a charge for each ROM mask generated and a minimum order quantity. Consult your sales representative for details. A separate order must be placed for parts of a specific
package type, temperature range, and speed grade.
–10–
REV. 0
ADSP-216x
Instruction Set
The ADSP-216x assembly language uses an algebraic syntax for
ease of coding and readability. The sources and destinations of
computations and data movements are written explicitly in each
assembly statement, eliminating cryptic assembler mnemonics.
Every instruction assembles into a single 24-bit word and executes
in a single cycle. The instructions encompass a wide variety of
instruction types along with a high degree of operational
ALU Instructions
parallelism. There are five basic categories of instructions: data
move instructions, computational instructions, multifunction
instructions, program flow control instructions and miscellaneous instructions. Multifunction instructions perform one or
two data moves and a computation.
The instruction set is summarized below. The ADSP-2100Family Users Manual contains a complete reference to the
instruction set.
[IF cond]AR|AF =xop + yop [+ C] ;Add/Add with Carry
=xop – yop [+ C– 1] ;Subtract X – Y/Subtract X – Y with Borrow
=yop – xop [+ C– 1] ;Subtract Y – X/Subtract Y – X with Borrow
=xop AND yop ;AND
=xop OR yop ;OR
=xop XOR yop ;XOR
=PASS xop ;Pass, Clear
=– xop ;Negate
=NOT xop ;NOT
=ABS xop ;Absolute Value
=yop + 1 ;Increment
=yop – 1 ;Decrement
=DIVS yop, xop ;Divide
=DIVQ xop ;
DO <addr> [UNTIL term] ;Do Until Loop
[IF cond] JUMP (Ix) ;Jump
[IF cond] JUMP <addr>;
[IF cond] CALL (Ix) ;Call Subroutine
[IF cond] CALL <addr>;
IF [NOT ] FLAG_INJUMP <addr>;Jump/Call on Flag In Pin
IF [NOT ] FLAG_INCALL <addr>;
[IF cond] SET|RESET|TOGGLEFLAG_OUT [, ...] ;Modify Flag Out Pin
[IF cond] RTS ;Return from Subroutine
[IF cond] RTI ;Return from Interrupt Service Routine
IDLE [(n)] ;Idle
Miscellaneous Instructions
NOP ;No Operation
MODIFY (Ix , My);Modify Address Register
[PUSH STS] [, POP CNTR] [, POP PC] [, POP LOOP] ;Stack Control
ENA|DISSEC_REG [, ...] ;Mode Control
BIT_REV
AV_LATCH
AR_SAT
M_MODE
TIMER
G_MODE
Notation Conventions
IxIndex registers for indirect addressing
MyModify registers for indirect addressing
<data>Immediate data value
<addr>Immediate address value
<exp>Exponent (shift value) in shift immediate instructions (8-bit signed number)
<ALU>Any ALU instruction (except divide)
<MAC>Any multiply-accumulate instruction
<SHIFT>Any shift instruction (except shift immediate)
condCondition code for conditional instruction
termTermination code for DO UNTIL loop
dregData register (of ALU, MAC, or Shifter)
regAny register (including dregs)
;A semicolon terminates the instruction
,Commas separate multiple operations of a single instruction
[ ]Optional part of instruction
[, ...]Optional, multiple operations of an instruction
option1 | option2List of options; choose one.
Assembly Code Example
The following example is a code fragment that performs the filter tap update for an adaptive filter based on a least-mean-squared
algorithm. Notice that the computations in the instructions are written like algebraic equations.
MF=MX0*MY1(RND), MX0=DM(I2,M1);{MF=error*beta}
MR=MX0*MF(RND), AY0=PM(I6,M5);
DO adapt UNTIL CE;
AR=MR1+AY0, MX0=DM(I2,M1), AY0=PM(I6,M7);
adapt:PM(I6,M6)=AR, MR=MX0*MF(RND);
MODIFY(I2,M3);{Point to oldest data}
MODIFY(I6,M7);{Point to start of data}
0 V on BR, CLKIN Active (to force three-state condition).
9
Applies to PLCC, MQFP package types.
10
Output pin capacitance is the capacitive load for any three-stated output pin.
Specifications subject to change without notice.
Supply Voltage4.505.504.505.50V
Ambient Operating Temperature0+70–40+85°C
Hi-Level Input Voltage
Hi-Level CLKIN and Reset Voltage@ V
Lo-Level Input Voltage
Hi-Level Output Voltage
Lo-Level Output Voltage
Hi-Level Input Current
Lo-Level Input Current
Three-State Leakage Current
Three-State Leakage Current
Input Pin Capacitance
Output Pin Capacitance
Lead Temperature (5 sec) PLCC, MQFP, TQFP . . . .+280ºC
*Stresses greater than those listed above may cause permanent damage to the
device. These are stress ratings only; functional operation of the device at these or
any other conditions greater than those indicated in the operational sections of this
specification is not implied. Exposure to absolute maximum rating conditions for
extended periods may affect device reliability.
CAUTION
ESD (electrostatic discharge) sensitive device. Electrostatic charges as high as 4000 V readily
accumulate on the human body and test equipment and can discharge without detection. Although
the ADSP-216x features proprietary ESD protection circuitry, permanent damage may occur on
devices subjected to high energy electrostatic discharges. Therefore, proper ESD precautions are
recommended to avoid performance degradation or loss of functionality.
REV. 0–13–
ADSP-216x
SPECIFICATIONS
ADSP-2161/ADSP-2163/ADSP-2165–SUPPLY CURRENT AND POWER
ParameterTest ConditionsMinMaxUnit
1, 3
1
@ VDD = max, tCK = 40 ns
= max, tCK = 50 ns
@ V
DD
= max, tCK = 60 ns
@ V
DD
@ VDD = max, tCK = 40 ns12mA
= max, tCK = 50 ns11mA
@ V
DD
I
I
Supply Current (Dynamic)
DD
Supply Current (Idle)
DD
@ VDD = max, tCK = 60 ns10mA
NOTES
1
Current reflects device operating with no output loads.
2
VIN = 0.4 V and 2.4 V.
3
Idle refers to ADSP-21xx state of operation during execution of IDLE instruction. Deasserted pins are driven to either V
For typical supply current (internal power dissipation) figures, see Figure 9.
Specifications subject to change without notice.
2
2
2
or GND.
DD
38mA
31mA
27mA
220
200
180
160
140
129mW
120
POWER – mW
100
100mW
80
60
10.00
70
60
51mW
50
40
38mW
30
28mW
POWER – mW
20
10
0
10.0013.8320.0025.0030.00
VALID FOR ALL TEMPERATURE GRADES.
1
POWER REFLECTS DEVICE OPERATING WITH NO OUTPUT LOADS.
2
IDLE REFERS TO ADSP-216x OPERATION DURING EXECUTION OF IDLE INSTRUCTION.
DEASSERTED PINS ARE DRIVEN TO EITHER VDD OR GND.
3
MAXIMUM POWER DISSIPATION AT VDD = 5.5V DURING EXECUTION OF
IDD IDLE
FREQUENCY – MHz
1,2
VDD = 5.5V
VDD = 5.0
VDD = 4.5V
IDD DYNAMIC
74mW
13.8320.0025.0030.00
FREQUENCY – MHz
64mW
49mW
35mW
1
205mW
VDD = 5.5V
157mW
VDD = 5.0V
118mW
VDD = 4.5V
65
60
55
50
45
POWER – mW
40
35
30
10.0013.8320.0025.0030.00
IDD IDLE n MODES
51mW
41mW
40mW
IDLE 16
IDLE 128
FREQUENCY – MHz
IDLE n
3
64mW
IDD IDLE
43mW
42mW
INSTRUCTION.
Figure 9. ADSP-2161/ADSP-2163/ADSP-2165 (Typical) vs. Frequency
–14–
REV. 0
CL – pF
RISE TIME (0.4V – 2.0V) – ns
0
0
1752550150
1
VDD = 4.5V
8
6
4
10012575
7
5
3
2
CL – pF
–3
0
1752550150
VDD = 4.5V
5
3
1
10012575
4
2
–2
–1
0
VALID OUTPUT DELAY OR HOLD – ns
ADSP-2161/ADSP-2163/ADSP-2165
POWER DISSIPATION EXAMPLE
To determine total power dissipation in a specific application,
the following equation should be applied for each output:
C × V
C = load capacitance,␣ f␣ = output switching frequency.
Example:
In an ADSP-2161 application where external data memory is
used and no other outputs are active, power dissipation is calculated as follows:
Assumptions:
• External data memory is accessed every cycle with 50% of
the address pins switching.
• External data memory writes occur every other cycle with
50% of the data pins switching.
• Each address and data pin has a 10 pF total load at the pin.
• The application operates at V
2
×␣ f
DD
= 5.0 V and tCK = 50 ns.
DD
ADSP-216x
CAPACITIVE LOADING
Figures 10 and 11 show capacitive loading characteristics for the
ADSP-2161/ADSP-2163/ADSP-2165.
Figure 10. Typical Output Rise Time vs. Load Capacitance, C
(at Maximum Ambient Operating Temperature)
Figure 11. Typical Output Valid Delay or Hold vs. Load
Capacitance, C
(at Maximum Ambient Operating
L
Temperature)
L
REV. 0
–15–
ADSP-216x
SPECIFICATIONS
ADSP-2161/ADSP-2163/ADSP-2165
TEST CONDITIONS
Figure 12 shows voltage reference levels for ac measurements.
INPUT
OUTPUT
Figure 12.␣ Voltage␣ Reference␣ Levels for AC Measurements
(Except Output Enable/Disable)
Output Disable Time
Output pins are considered to be disabled when they have
stopped driving and started a transition from the measured output high or low voltage to a high impedance state. The output
disable time (t
shown in Figure 13. The time t
) is the difference of t
DIS
MEASURED
when a reference signal reaches a high or low voltage level to
when the output voltages have changed by 0.5 V from the measured output high or low voltage.
The decay time, t
, and the current load, iL, on the output pin. It can be ap-
C
L
, is dependent on the capacitative load,
DECAY
proximated by the following equation:
3.0V
1.5V
0.0V
2.0V
1.5V
0.8V
MEASURED
and t
DECAY
is the interval from
, as
Output Enable Time
Output pins are considered to be enabled when they have made
a transition from a high-impedance state to when they start
driving. The output enable time (t
) is the interval from when
ENA
a reference signal reaches a high or low voltage level to when the
output has reached a specified high or low trip point, as shown
in Figure 13. If multiple pins (such as the data bus) are enabled,
the measurement value is that of the first pin to start driving.
REFERENCE
SIGNAL
t
(MEASURED)
OUTPUT
(MEASURED)
MEASURED
t
V
DIS
OH
V
OL
OUTPUT STOPS
DRIVING
(MEASURED) – 0.5V
V
OH
(MEASURED) +0.5V
V
OL
t
DECAY
HIGH-IMPEDANCE STATE. TEST CONDITIONS CAUSE
THIS VOLTAGE LEVEL TO BE APPROXIMATELY 1.5V.
t
ENA
V
(MEASURED)
2.0V
1.0V
OUTPUT STARTS
DRIVING
V
(MEASURED)
OH
OL
Figure 13. Output Enable/Disable
I
OL
CV
×05.
t
DECAY
L
=
i
L
from which
t
DIS
= t
MEASURED
– t
DECAY
is calculated. If multiple pins (such as the data bus) are disabled,
the measurement value is that of the last pin to stop driving.
TO
OUTPUT
PIN
50pF
I
OH
+1.5V
Figure 14. Equivalent Device Loading for AC
Measurements (Except Output Enable/Disable)
0 V on BR, CLKIN Active (to force three-state condition).
7
Guaranteed but not tested.
8
Applies to PLCC and MQFP package types.
9
Output pin capacitance is the capacitive load for any three-stated output pin.
Specifications subject to change without notice.
Hi-Level Input Voltage
IH
Hi-Level CLKIN and Reset Voltage@ VDD = max2.2V
IH
Lo-Level Input Voltage
IL
Hi-Level Output Voltage
OH
Lo-Level Output Voltage
OL
Hi-Level Input Current
Lo-Level Input Current
Three-State Leakage Current
Three-State Leakage Current
Input Pin Capacitance
I
Output Pin Capacitance
O
1, 2
1, 3
2, 3, 4
3
3
1, 7, 8
2, 7, 8, 9
2, 3, 4
@ VDD = max2.0V
@ VDD = min0.4V
@ VDD = min, IOH = –0.5 mA
@ VDD = min, IOL = 2 mA
@ VDD = max, VIN = V
5
5
@ VDD = max, V
@ VDD = max, VIN = VDD max
@ VDD = max, VIN = 0 V
= 0 V10µA
IN
@ VIN = 2.5 V, fIN = 1.0 MHz, T
@ VIN = 2.5 V, fIN = 1.0 MHz, T
4
4
max10µA
DD
6
6
= 25°C8pF
AMB
= 25°C8pF
AMB
2.4V
0.4V
10µA
10µA
ABSOLUTE MAXIMUM RATINGS*
Supply Voltage . . . . . . . . . . . . . . . . . . . . . . . . –0.3 V to +4.5 V
Input Voltage . . . . . . . . . . . . . . . . . . . . –0.3 V to V
Output Voltage Swing . . . . . . . . . . . . . –0.3 V to V
+ 0.3 V
DD
+ 0.3 V
DD
Operating Temperature Range (Ambient) . . . –40ºC to +85ºC
Storage Temperature Range . . . . . . . . . . . . –65ºC to +150ºC
Lead Temperature (5 sec) PLCC, MQFP . . . . . . . . . . +280ºC
*Stresses greater than those listed above may cause permanent damage to the
device. These are stress ratings only, and functional operation of the device at
these or any other conditions greater than those indicated in the operational
sections of this specification is not implied. Exposure to absolute maximum rating
conditions for extended periods may affect device reliability.
REV. 0
–17–
ADSP-216x
SPECIFICATIONS
ADSP-2162/ADSP-2164/ADSP-2166–SUPPLY CURRENT AND POWER
ParameterTest ConditionsMinMaxUnit
1, 3
1
@ VDD = max, tCK = 60 ns
= max, tCK = 76.9 ns15mA
@ V
DD
= max, tCK = 97.6 ns14mA
@ V
DD
@ VDD = max, tCK = 60 ns5mA
= max, tCK = 76.9 ns4mA
@ V
DD
I
DD
I
DD
Supply Current (Dynamic)
Supply Current (Idle)
@ VDD = max, tCK = 97.6 ns4mA
NOTES
1
Current reflects device operating with no output loads.
2
VIN = 0.4 V and 2.4 V.
3
Idle refers to ADSP-216x state of operation during execution of IDLE instruction. Deasserted pins are driven to either VDD or GND.
For typical supply current (internal power dissipation) figures, see Figure 15.
Specifications subject to change without notice.
2
16mA
50
45
40
35
30
25
20
POWER – mW
15
10
5
0
5.00
14
12
10
9mW
8
6mW
6
POWER – mW
5mW
4
2
0
5.007.0010.0015.0013.83
VALID FOR ALL TEMPERATURE GRADES.
1
POWER REFLECTS DEVICE OPERATING WITH NO OUTPUT LOADS.
2
IDLE REFERS TO ADSP-216x OPERATION DURING EXECUTION OF IDLE INSTRUCTION.
DEASSERTED PINS ARE DRIVEN TO EITHER VDD OR GND.
3
MAXIMUM POWER DISSIPATION AT VDD = 3.6V DURING EXECUTION OF
IDD IDLE
VDD = 3.6V
FREQUENCY – MHz
1
VDD = 3.30V
VDD = 3.0V
IDD DYNAMIC
VDD = 3.6V
24mW
19mW
15mW
7.0010.0013.8315.00
FREQUENCY – MHz
13mW
10mW
8mW
1,2
48mW
VDD = 3.30V
37mW
29mW
VDD = 3.0V
14
12
10
8
6
POWER – mW
4
2
0
5.007.0010.0015.0013.83
IDD IDLE n MODES
IDD IDLE
9mW
5mW
4mW
FREQUENCY – MHz
Figure 15. ADSP-2162 Power (Typical) vs. Frequency)
IDLE 16
IDLE 128
IDLE n
INSTRUCTION.
3
13mW
7mW
6mW
–18–
REV. 0
ADSP-2162/ADSP-2164/ADSP-2166
CL – pF
RISE TIME (0.4V – 2.0V) – ns
0
0
1752550150
5
VDD = 3.0V
30
20
10012575
35
25
15
10
CL – pF
RISE TIME (0.4V – 2.0V) – ns
–4
0
1752550150
VDD = 3.0V
10012575
–2
NOMINAL
2
4
6
8
10
POWER DISSIPATION EXAMPLE
To determine total power dissipation in a specific application,
the following equation should be applied for each output:
C × V
C = load capacitance,␣ f␣ = output switching frequency.
Example:
In an ADSP-2162 application where external data memory is
used and no other outputs are active, power dissipation is calculated as follows:
Assumptions:
•␣ External data memory is accessed every cycle with 50% of the
␣ ␣ address pins switching.
•␣ External data memory writes occur every other cycle with
␣ ␣ 50% of the data pins switching.
•␣ Each address and data pin has a 10 pF total load at the pin.
•␣ The application operates at V
Total Power Dissipation = P
P
= internal power dissipation (from Figure 15).
INT
(C ×V
2
× f) is calculated for each output:
DD
2
×␣ f
DD
= 3.3 V and tCK = 100 ns.
DD
+ (C × V
INT
DD
2
×␣f)
ADSP-216x
CAPACITIVE LOADING
Figures 16 and 17 show capacitive loading characteristics for
the ADSP-2162 and ADSP-2164.
Figure 16. Typical Output Rise Time vs. Load Capacitance, C
Figure 17. Typical Output Valid Delay or Hold vs. Load
Capacitance, C
(at Maximum Ambient Operating
L
Temperature)
MQFP60°C/W18°C/W42°C/W
REV. 0
–19–
ADSP-216x
SPECIFICATIONS
ADSP-2162/ADSP-2164/ADSP-2166
TEST CONDITIONS
Figure 18 shows voltage reference levels for ac measurements.
V
INPUT
OUTPUT
Figure 18.␣ Voltage Reference Levels␣ for␣ AC Measurements
(Except Output Enable/Disable)
Output Disable Time
Output pins are considered to be disabled when they have
stopped driving and started a transition from the measured
output high or low voltage to a high impedance state. The output disable time (t
as shown in Figure 19. The time t
) is the difference of t
DIS
MEASURED
when a reference signal reaches a high or low voltage level to
when the output voltages have changed by 0.5 V from the measured output high or low voltage.
The decay time, t
, and the current load, iL, on the output pin. It can be ap-
C
L
, is dependent on the capacitative load,
DECAY
proximated by the following equation:
CV
×05.
t
DECAY
L
=
i
L
from which
t
DIS
= t
MEASURED
– t
is calculated. If multiple pins (such as the data bus) are disabled,
the measurement value is that of the last pin to stop driving.
DD
2
V
DD
2
MEASURED
and t
is the interval from
DECAY
DECAY
,
Output Enable Time
Output pins are considered to be enabled when they have made
a transition from a high-impedance state to when they start
driving. The output enable time (t
) is the interval from when
ENA
a reference signal reaches a high or low voltage level to when the
output has reached a specified high or low trip point, as shown
in Figure 19. If multiple pins (such as the data bus) are enabled,
the measurement value is that of the first pin to start driving.
REFERENCE
SIGNAL
t
(MEASURED)
OUTPUT
(MEASURED)
MEASURED
t
V
DIS
OH
V
OL
OUTPUT STOPS
DRIVING
(MEASURED) – 0.5V
V
OH
(MEASURED) +0.5V
V
OL
t
DECAY
HIGH-IMPEDANCE STATE. TEST CONDITIONS CAUSE
THIS VOLTAGE LEVEL TO BE APPROXIMATELY 1.5V.
t
ENA
V
(MEASURED)
2.0V
1.0V
OUTPUT STARTS
DRIVING
V
(MEASURED)
OH
OL
Figure 19. Output Enable/Disable
I
OL
OUTPUT
PIN
TO
50pF
V
DD
2
I
OH
Figure 20. Equivalent Device Loading for AC
Measurements (Except Output Enable/Disable)
–20–
REV. 0
TIMING PARAMETERS (ADSP-2161/ADSP-2163/ADSP-2165)
GENERAL NOTES
Use the exact timing information given. Do not attempt to derive parameters from the addition or subtraction of others. While
addition or subtraction would yield meaningful results for an
individual device, the values given in this data sheet reflect statistical variations and worst cases. Consequently, you cannot
meaningfully add parameters to derive longer times.
switching characteristics to ensure that any timing requirement
of a device connected to the processor (such as memory) is
satisfied.
Timing Requirements apply to signals that are controlled by circuitry external to the processor, such as the data input for a read
operation. Timing requirements guarantee that the processor
operates correctly with other devices.
ADSP-216x
TIMING NOTES
Switching Characteristics specify how the processor changes its
signals. You have no control over this timing—circuitry external
to the processor must be designed for compatibility with these
MEMORY REQUIREMENTS
The table below shows common memory device specifications
and the corresponding ADSP-216x timing parameters, for your
convenience.
signal characteristics. Switching characteristics tell you what the
processor will do in a given circumstance. You can also use
Address Setup to Write Startt
Address Setup to Write Endt
Address Hold Timet
Data Setup Timet
Data Hold Timet
OE to Data Validt
Address Access Timet
ASW
AW
WRA
DW
DH
RDD
AA
A0–A13, DMS, PMS Setup Before WR Low
A0–A13, DMS, PMS Setup Before WR Deasserted
A0–A13, DMS, PMS Hold After WR Deasserted
Data Setup Before WR High
Data Hold After WR High
RD Low to Data Valid
A0–A13, DMS, PMS, BMS to Data Valid
REV. 0
–21–
ADSP-216x
TIMING PARAMETERS (ADSP-2161/ADSP-2163/ADSP-2165)
CLOCK SIGNALS AND RESET
16.67 MHz 20 MHz 25 MHzFrequency Dependency
ParameterMinMaxMinMaxMinMaxMinMaxUnit
Timing Requirements:
t
CLKIN Period601505015040150t
CK
CLKIN Width Low20201520ns
t
CKL
CLKIN Width High20201520ns
t
CKH
RESET Width Low3002502005t
t
RSP
CK
CK
1
Switching Characteristics:
CLKOUT Width Low2015100.5tCK – 10ns
t
CPL
CLKOUT Width High2015100.5tCK – 10ns
t
CPH
t
CLKIN High to CLKOUT High020020015
CKOH
NOTES
1
Applies after power-up sequence is complete. Internal phase lock loop requires no more than 2000 CLKIN cycles, assuming stable CLKIN (not including crystal
oscillator startup time).
2
For 25 MHz only, the maximum frequency dependency for t
CKOH
= 15 ns.
t
CK
t
CKH
2
0202ns
150ns
ns
CLKIN
CLKOUT
t
CKL
t
CPL
t
t
CHOK
CPH
Figure 21. Clock Signals
–22–
REV. 0
ADSP-216x
t
FOH
CLKOUT
FLAG
OUTPUT(S)
IRQx
FI
t
IFS
t
IFH
t
FOD
TIMING PARAMETERS (ADSP-2161/ADSP-2163/ADSP-2165)
INTERRUPTS AND FLAGS
16.67 MHz 20 MHz 25 MHzFrequency Dependency
ParameterMinMaxMinMaxMinMaxMinMaxUnit
Timing Requirements:
t
t
t
Switching Characteristics:
t
t
NOTES
1
2
3
4
IRQx1 or FI Setup Before3027.5250.25tCK + 15ns
IFS
CLKOUT Low
IRQx1 or FI Setup Before3330.5280.25tCK + 18ns
IFS
CLKOUT Low
IRQx1 or FI Hold After CLKOUT1512.5100.25t
IFH
FOH
FOD
IRQx = IRQ0, IRQ1, and IRQ2.
If IRQx and FI inputs meet t
following cycle. (Refer to the “Interrupt Controller” section in Chapter 3, Program Control, of the ADSP-2100 Family User’s Manual, Third Edition for further
information on interrupt servicing.)
Edge-sensitive interrupts require pulsewidths greater than 10 ns. Level-sensitive interrupts must be held low until serviced.
For 25 MHz only, the maximum frequency dependency for t
2, 3
High
FO Hold After CLKOUT High0000ns
FO Delay from CLKOUT High151512
2, 3
2, 3
IFS
CK
4
and t
setup/hold requirements, they will be recognized during the current clock cycle; otherwise they will be recognized during the
IFH
= 12 ns.
FOD
15
4
ns
ns
Figure 22. Interrupts and Flags
REV. 0
–23–
ADSP-216x
TIMING PARAMETERS (ADSP-2161/ADSP-2163/ADSP-2165)
BUS REQUEST/BUS GRANT
16.67 MHz20 MHz25 MHzFrequency Dependency
ParameterMinMaxMinMaxMinMaxMinMaxUnit
Timing Requirements:
t
BH
t
BS
Switching Characteristics:
t
SD
t
SDB
t
SE
t
SEC
NOTES
1
If BR meets the tBS and tBH setup/hold requirements, it will be recognized in the current processor cycle; otherwise it is recognized in the following cycle. BR requires
a pulsewidth greater than 10 ns.
2
For 25 MHz only, the minimum frequency dependency formula for t
Section 10.2.4, “Bus Request/Grant,” on page 212 of the ADSP-2100 Family User’s Manual, Third Edition, states that “When BR is recognized, the processor responds
immediately by asserting BG during the same cycle.” This is incorrect for the current versions of all ADSP-21xx processors: BG is asserted in the cycle afterBR is
recognized. No external synchronization circuit is needed when BR is generated as an asynchronous signal.
BR Hold After CLKOUT High12017.5150.25tCK + 5ns
BR Setup Before CLKOUT Low13532.5300.25tCK + 20ns
CLKOUT High to DMS,3532.5300.25tCK + 20ns
PMS, BMS, RD, WR Disable
DMS, PMS, BMS, RD, WR0000ns
Disable to BG Low
BG High to DMS, PMS,0000ns
BMS, RD, WR Enable
DMS, PMS, BMS, RD, WR52.51.5
2
0.25tCK – 10
2
ns
Enable to CLKOUT High
= (0.25tCK – 8.5).
SEC
CLKOUT
BR
CLKOUT
PMS, DMS
BMS, RD
WR
BG
t
BH
t
BS
t
SD
t
SDB
Figure 23. Bus Request/Bus Grant
t
SEC
t
SE
–24–
REV. 0
ADSP-216x
TIMING PARAMETERS (ADSP-2161/ADSP-2163/ADSP-2165)
MEMORY READ
16.67 MHz20 MHz25 MHz
ParameterMinMaxMinMaxMinMaxUnit
Timing Requirements:
t
RDD
t
AA
t
RDH
Switching Characteristics:
t
RP
t
CRD
t
ASR
t
RDA
t
RWR
ParameterMinMaxUnit
Timing Requirements:
t
RDD
t
AA
t
RDH
Switching Characteristics:
t
RP
t
CRD
t
ASR
t
RDA
t
RWR
NOTES
1
For 25 MHz only, minimum frequency dependency formula for t
w = wait states × t
RD Low to Data Valid17127ns
A0–A13, PMS, DMS, BMS to Data Valid2719.512ns
Data Hold from RD High000ns
RD Pulsewidth221712ns
CLKOUT High to RD Low10257.522.5520ns
A0–A13, PMS, DMS, BMS Setup Before RD Low52.51.5
1
ns
A0–A13, PMS, DMS, BMS Hold After RD Deasserted63.51ns
RD High to RD or WR Low252015ns
Frequency Dependency
≤
(CLKIN
25 MHz)
RD Low to Data Valid0.5tCK – 13 + wns
A0–A13, PMS, DMS, BMS to Data Valid0.75tCK – 18 + wns
Data Hold from RD High0
RD Pulsewidth0.5tCK – 8 + wns
CLKOUT High to RD Low0.25tCK – 50.25tCK + 10ns
A0–A13, PMS, DMS, BMS Setup Before RD Low0.25tCK – 10
1
ns
A0–A13, PMS, DMS, BMS Hold After RD Deasserted0.25tCK – 9ns
RD High to RD or WR Low0.5tCK – 5ns
= (0.25tCK – 8.5).
CK.
ASR
REV. 0
CLKOUT
A0–A13
DMS, PMS,
BMS
RD
WR
t
RDA
t
ASR
t
CRD
D
t
AA
t
RDD
t
RP
t
RDH
t
RWR
Figure 24. Memory Read
–25–
ADSP-216x
TIMING PARAMETERS (ADSP-2161/ADSP-2163/ADSP-2165)
MEMORY WRITE
16.67 MHz20 MHz25 MHz
ParameterMinMaxMinMaxMinMaxUnit
Switching Characteristics:
t
DW
t
DH
t
WP
t
WDE
t
ASW
t
DDR
t
CWR
t
AW
t
WRA
t
WWR
ParameterMinMaxUnit
Switching Characteristics:
t
DW
t
DH
t
WP
t
WDE
t
ASW
t
DDR
t
CWR
t
AW
t
WRA
t
WWR
NOTES
1
For 25 MHz only, the minimum frequency dependency formula for t
w = wait states × t
Data Setup Before WR High17127ns
Data Hold After WR High52.50ns
WR Pulsewidth221712ns
WR Low to Data Enabled000ns
A0–A13, DMS, PMS Setup Before WR Low52.51.5
Data Disable Before WR or RD Low52.51.5
1
1
ns
ns
CLKOUT High to WR Low10257.522.5520ns
A0–A13, DMS, PMS, Setup Before WR Deasserted2315.58ns
A0–A13, DMS, PMS Hold After WR Deasserted63.51ns
WR High to RD or WR Low252015ns
Frequency Dependency
≤
(CLKIN
25 MHz)
Data Setup Before WR High0.5tCK – 13 + wns
Data Hold After WR High0.25tCK – 10ns
WR Pulsewidth0.5tCK – 8 + wns
WR Low to Data Enabled0
A0–A13, DMS, PMS Setup Before WR Low0.25tCK – 10
Data Disable Before WR or RD Low0.25tCK – 10
1
1
ns
ns
CLKOUT High to WR Low0.25tCK – 50.25tCK + 10ns
A0–A13, DMS, PMS, Setup Before WR Deasserted0.75tCK – 22 + wns
A0–A13, DMS, PMS Hold After WR Deasserted0.25tCK – 9ns
WR High to RD or WR Low0.5tCK – 5ns
and t
= (0.25tCK – 8.5).
DDR
CK
.
ASW
CLKOUT
A0–A13
DMS, PMS,
BMS
WR
RD
t
WRA
t
ASW
t
CWR
D
t
WDE
t
WP
t
AW
t
DW
t
WWR
t
DH
t
DDR
Figure 25. Memory Write
–26–
REV. 0
ADSP-216x
TIMING PARAMETERS (ADSP-2161/ADSP-2163/ADSP-2165)
SERIAL PORTS
13.824 MHz*Frequency Dependency
ParameterMinMaxMinMaxUnit
Timing Requirements:
t
SCK
t
SCS
t
SCH
t
SCP
Switching Characteristics:
t
CC
t
SCDE
t
SCDV
t
RH
t
RD
t
SCDH
t
TDE
t
TDV
t
SCDD
t
RDV
*Maximum serial port operating frequency is 13.824 MHz for all processor speed grades.
SCLK Period72.372.3ns
DR/TFS/RFS Setup Before SCLK Low88ns
DR/TFS/RFS Hold After SCLK Low1010ns
SCLKIN Width2828ns
CLKOUT High to SCLK
OUT
18.133.10.25t
CK
0.25tCK + 15ns
SCLK High to DT Enable00ns
SCLK High to DT Valid2020ns
TFS/RFS
TFS/RFS
Hold After SCLK High00ns
OUT
Delay from SCLK High2020ns
OUT
DT Hold After SCLK High00ns
TFS (Alt) to DT Enable00ns
TFS (Alt) to DT Valid1818ns
SCLK High to DT Disable2525ns
RFS (Multichannel, Frame Delay Zero)2020ns
to DT Valid
CLKOUT
SCLK
DR
TFS
RFS
RFS
OUT
TFS
OUT
DT
TFS
(ALTERNATE
FRAME MODE)
(MULTICHANNEL MODE,
FRAME DELAY 0 {MFD = 0})
RFS
t
CC
IN
IN
t
SCDE
t
t
RH
t
t
TDE
RD
SCDV
t
TDV
t
RDV
t
CC
t
t
SCS
SCH
t
t
SCDH
SCDD
t
SCP
t
SCK
t
SCP
Figure 26. Serial Ports
REV. 0
–27–
ADSP-216x
TIMING PARAMETERS (ADSP-2162/ADSP-2164/ADSP-2166)
GENERAL NOTES
Use the exact timing information given. Do not attempt to derive parameters from the addition or subtraction of others. While
addition or subtraction would yield meaningful results for an
individual device, the values given in this data sheet reflect statistical variations and worst cases. Consequently, you cannot
meaningfully add parameters to derive longer times.
switching characteristics to ensure that any timing requirement
of a device connected to the processor (such as memory) is
satisfied.
Timing Requirements apply to signals that are controlled by circuitry external to the processor, such as the data input for a read
operation. Timing requirements guarantee that the processor
operates correctly with other devices.
TIMING NOTES
Switching Characteristics specify how the processor changes its
signals. You have no control over this timing—circuitry external
to the processor must be designed for compatibility with these
MEMORY REQUIREMENTS
The table below shows common memory device specifications
and the corresponding ADSP-216x timing parameters, for your
convenience.
signal characteristics. Switching characteristics tell you what the
processor will do in a given circumstance. You can also use
Address Setup to Write Startt
Address Setup to Write Endt
Address Hold Timet
Data Setup Timet
Data Hold Timet
OE to Data Validt
Address Access Timet
ASW
AW
WRA
DW
DH
RDD
AA
A0–A13, DMS, PMS Setup Before WR Low
A0–A13, DMS, PMS Setup Before WR Deasserted
A0–A13, DMS, PMS Hold After WR Deasserted
Data Setup Before WR High
Data Hold After WR High
RD Low to Data Valid
A0–A13, DMS, PMS, BMS to Data Valid
–28–
REV. 0
ADSP-216x
CLKOUT
CLKIN
t
CPL
t
CHOK
t
CKL
t
CKH
t
CK
t
CPH
TIMING PARAMETERS (ADSP-2162/ADSP-2164/ADSP-2166)
CLOCK SIGNALS AND RESET
Frequency
10.24 MHz 13.0 MHz 16.67 MHz Dependency
ParameterMinMaxMinMaxMinMax MinMaxUnit
Timing Requirements:
t
t
t
t
Switching Characteristics:
t
t
t
NOTE
1
CLKIN Period97.615076.915060.0150t
CK
CLKIN Width Low20202020ns
CKL
CLKIN Width High20202020ns
CKH
RESET Width Low488384.53005t
RSP
CLKOUT Width Low38.828.5200.5tCK – 10ns
CPL
CLKOUT Width High38.828.5200.5tCK – 10ns
CPH
CLKIN High to CLKOUT High020020020020ns
CKOH
Applies after power-up sequence is complete. Internal phase lock loop requires no more than 2000 CLKIN cycles assuming stable CLKIN (not including crystal
oscillator startup time).
CK
CK
1
150ns
ns
Figure 27. Clock Signals
REV. 0
–29–
ADSP-216x
TIMING PARAMETERS (ADSP-2162/ADSP-2164/ADSP-2166)
INTERRUPTS AND FLAGS
Frequency
10.24 MHz 13.0 MHz 16.67 MHz Dependency
ParameterMinMaxMinMaxMinMax MinMaxUnit
Timing Requirements:
t
IRQx1 or FI Setup Before
IFS
CLKOUT Low
IRQx1 or FI Hold After
t
IFH
CLKOUT High
Switching Characteristics:
FO Hold After CLKOUT High0000ns
t
FOH
t
FO Delay from CLKOUT High15151515ns
FOD
NOTES
1
IRQx = IRQ0, IRQ1, and IRQ2.
2
If IRQx and FI inputs meet t
following cycle. (Refer to the “Interrupt Controller” section in Chapter 3, Program Control, of the ADSP-2100 Family User’s Manual, Third Edition, for further
information on interrupt servicing.)
3
Edge-sensitive interrupts require pulse widths greater than 10 ns. Level-sensitive interrupts must be held low until serviced.
2, 3
2, 3
IFS
44.439.235.00.25tCK + 20ns
24.419.215.00.25t
and t
setup/hold requirements, they will be recognized during the current clock cycle; otherwise they will be recognized during the
IFH
CK
ns
CLKOUT
FLAG
OUTPUT(S)
IRQx
t
FOD
t
FOH
t
IFH
FI
t
IFS
Figure 28. Interrupts and Flags
–30–
REV. 0
ADSP-216x
TIMING PARAMETERS (ADSP-2162/ADSP-2164/ADSP-2166)
BUS REQUEST/BUS GRANT
10.24 MHz 13.0 MHz 16.67 MHzFrequency Dependency
ParameterMinMaxMinMaxMinMaxMinMaxUnit
Timing Requirements:
t
t
Switching Characteristics:
t
t
t
t
NOTES
1
Section 10.2.4, “Bus Request/Grant,” of the ADSP-2100 Family User’s Manual , Third Edition, states that, “When BR is recognized, the processor responds immediately by asserting BG during the same cycle.” This is incorrect for the current versions of all ADSP-21xx processors: BG is asserted in the cycle afterBR is recognized.
No external synchronization circuit is needed when BR is generated as an asynchronous signal.
BR Hold After CLKOUT High129.424.220.00.25tCK + 5ns
BH
BR Setup Before CLKOUT Low144.439.235.00.25tCK + 20ns
Disable to BG Low 0000ns
BG High to DMS, PMS, BMS,
SE
RD, WR Enable0000ns
DMS, PMS, BMS, RD, WR
SEC
Enable to CLKOUT High14.49.25.00.25tCK – 10ns
If BR meets the tBS and tBH setup/hold requirements, it will be recognized in the current processor cycle; otherwise it is recognized in the following cycle. BR
requires a pulsewidth greater than 10 ns.
t
BH
CLKOUT
BR
CLKOUT
PMS, DMS
BMS, RD
WR
BG
t
BS
t
SD
t
SDB
Figure 29. Bus Request/Grant
t
SEC
t
SE
REV. 0
–31–
ADSP-216x
TIMING PARAMETERS (ADSP-2162/ADSP-2164/ADSP-2166)
MEMORY READ
10.24 MHz 13.0 MHz16.67 MHzFrequency Dependency
ParameterMinMaxMinMaxMinMaxMinMaxUnit
Timing Requirements:
t
RD Low to Data Valid33.823.5150.5tCK – 15 + wns
RDD
A0–A13, PMS, DMS, BMS to
t
AA
Data Valid49.233.7210.75t
Data Hold from RD High0000ns
t
RDH
Switching Characteristics:
RD Pulsewidth43.833.25250.5tCK – 5 + wns
t
RP
CLKOUT High to RD Low19.434.414.229.210.025.00.25tCK – 50.25tCK + 10ns
t
CRD
A0–A13, PMS, DMS, BMS
t
ASR
Setup Before RD Low12.47.23.00.25t
A0–A13, PMS, DMS, BMS
t
RDA
Hold After RD Deasserted14.49.25.00.25t
t
RD High to RD or WR Low38.828.520.00.5tCK – 10ns
RWR
w = wait states × t
CK.
CLKOUT
A0–A13
– 12ns
CK
– 10ns
CK
– 24 + w ns
CK
DMS, PMS,
BMS
RD
WR
t
RDA
t
ASR
t
CRD
D
t
AA
t
RDD
t
RP
t
RDH
t
RWR
Figure 30. Memory Read
–32–
REV. 0
ADSP-216x
TIMING PARAMETERS (ADSP-2162/ADSP-2164/ADSP-2166)
MEMORY WRITE
Frequency
10.24 MHz 13.0 MHz16.67 MHz Dependency
ParameterMinMaxMinMaxMinMax MinMaxUnit
Switching Characteristics:
t
t
t
t
t
t
t
t
t
t
w = wait states × t
Data Setup Before WR High38.828.25200.5tCK – 10 + wns
DW
Data Hold After WR High14.49.25.00.25tCK – 10ns
DH
WR Pulsewidth43.833.25250.5tCK – 5 + wns
WP
WR Low to Data Enabled0000
WDE
A0–A13, DMS, DMS Setup
ASW
Before WR Low12.47.23.00.25t
Data Disable Before WR
DDR
or RD Low14.49.25.00.25t
CLKOUT High to WR Low19.434.414.229.210.025.00.25tCK – 50.25tCK + 10ns
CWR
A0–A13, DMS, PMS, Setup
AW
Before WR Deasserted58.242.7300.75t
A0–A13, DMS, PMS Hold
WRA
After WR Deasserted14.49.25.00.25t
WR High to RD or WR Low38.828.25200.5tCK – 10ns
WWR
CK.
CLKOUT
– 12ns
CK
– 10ns
CK
– 15 + wns
CK
– 10ns
CK
A0–A13
DMS, PMS,
BMS
WR
RD
t
WRA
t
ASW
t
CWR
D
t
WDE
t
WP
t
AW
t
DW
t
WWR
t
DH
t
DDR
Figure 31. Memory Write
REV. 0
–33–
ADSP-216x
TIMING PARAMETERS (ADSP-2162/ADSP-2164/ADSP-2166)
SERIAL PORTS
10.24 MHz 13.0 MHz13.824 MHz1 Frequency Dependency
ParameterMinMaxMinMaxMinMax MinMaxUnit
Timing Requirements:
t
SCLK Period97.676.972.3
SCK
DR/TFS/RFS Setup
t
SCS
Before SCLK Low8888ns
DR/TFS/RFS Hold After
t
SCH
SCLK Low10101010ns
SCLKIN Width28282828ns
t
SCP
Switching Characteristics:
t
CC
t
SCDE
t
SCDV
t
RH
CLKOUT High to SCLK
SCLK High to DT Enable0000ns
SCLK High to DT Valid28
TFS/RFS
Hold After
OUT
24.439.419.234.218.133.10.25tCK0.25tCK + 15ns
OUT
2
202020
SCLK High0000ns
t
RD
t
SCDH
t
TDE
t
TDV
t
SCDD
t
RDV
TFS/RFS
SCLK High28
DT Hold After SCLK High0000ns
TFS (Alt) to DT Enable0000ns
TFS (Alt) to DT Valid18181818ns
SCLK High to DT Disable30
RFS (Multichannel, Frame 20
Delay from
OUT
2
2
202020
252525
Delay Zero) to DT Valid20202020ns
NOTES
1
Maximum serial port operating frequency is 13.824 MHz for all processor speed grades faster then 13.824 MHz.
2
For 10.24 MHz only, the maximum frequency dependency for t
ADSP-2165KS-800°C to +70°C20.0080-Lead MQFPS-80
ADSP-2165KS-1000°C to +70°C25.0080-Lead MQFPS-80
ADSP-2165BS-80–40°C to +85°C20.0080-Lead MQFPS-80
ADSP-2165BS-100–40°C to +85°C25.0080-Lead MQFPS-80
ADSP-2166KS-52 (3.3 V)0°C to +70°C13.0080-Lead MQFPS-80
ADSP-2166KS-66 (3.3 V)0°C to +70°C16.6780-Lead MQFPS-80
ADSP-2166BS-52 (3.3 V)–40°C to +85°C13.0080-Lead MQFPS-80
ADSP-2166BS-66 (3.3 V)–40°C to +85°C16.6780-Lead MQFPS-80
NOTES
1
K = Commercial Temperature Range (0°C to +70°C).
B = Industrial Temperature Range (–40°C to +85°C).
P = PLCC (Plastic Leaded Chip Carrier).
S = MQFP (Plastic Quad Flatpack).
2
Minimum order quantities required. Contact factory for further information.
3
Refer to the section titled “Ordering Procedure for ROM-Coded ADSP-216x Processors” for information about ROM coded parts.