ADSP-2189M A
ADSP-2189M A
ADSP-2189M A
ADSP-2189M
FEATURES FUNCTIONAL BLOCK DIAGRAM
PERFORMANCE
POWER-DOWN
13.3 ns Instruction Cycle Time @ 2.5 Volts (Internal), CONTROL
FULL MEMORY
75 MIPS Sustained Performance MEMORY
PROGRAMMABLE
MODE
DATA ADDRESS PROGRAM DATA
Single-Cycle Instruction Execution GENERATORS PROGRAM MEMORY MEMORY
I/O
AND
EXTERNAL
SEQUENCER 32K ⴛ 48K ⴛ ADDRESS
Single-Cycle Context Switch DAG 1 DAG 2 24 BIT 16 BIT
FLAGS BUS
REV. A
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 One Technology Way, P.O. Box 9106, Norwood, MA 02062-9106, U.S.A.
which may result from its use. No license is granted by implication or Tel: 781/329-4700 World Wide Web Site: http://www.analog.com
otherwise under any patent or patent rights of Analog Devices. Fax: 781/326-8703 © Analog Devices, Inc., 2000
ADSP-2189M
Fabricated in a high speed, low power, CMOS process, the The EZ-ICE performs a full range of functions, including:
ADSP-2189M operates with a 13.3 ns instruction cycle time. • In-target operation
Every instruction can execute in a single processor cycle. • Up to 20 breakpoints
The ADSP-2189M’s flexible architecture and comprehensive • Single-step or full-speed operation
instruction set allow the processor to perform multiple opera- • Registers and memory values can be examined and altered
tions in parallel. In one processor cycle, the ADSP-2189M can: • PC upload and download functions
• Instruction-level emulation of program booting and execution
• Generate the next program address
• Complete assembly and disassembly of instructions
• Fetch the next instruction
• C source-level debugging
• Perform one or two data moves
• Update one or two data address pointers See “Designing An EZ-ICE-Compatible Target System” in the
• Perform a computational operation ADSP-2100 Family EZ-Tools Manual (ADSP-2181 sections) as
well as the Designing an EZ-ICE compatible System section of
This takes place while the processor continues to:
this data sheet for the exact specifications of the EZ-ICE target
• Receive and transmit data through the two serial ports board connector.
• Receive and/or transmit data through the internal DMA port
Additional Information
• Receive and/or transmit data through the byte DMA port
This data sheet provides a general overview of ADSP-2189M
• Decrement timer
functionality. For additional information on the architecture and
instruction set of the processor, refer to the ADSP-2100 Family
DEVELOPMENT SYSTEM
User’s Manual, Third Edition. For more information about the
The ADSP-2100 Family Development Software, a complete set
development tools, refer to the ADSP-2100 Family Develop-
of tools for software and hardware system development, sup-
ment Tools Data Sheet.
ports the ADSP-2189M. The System Builder provides a high
level method for defining the architecture of systems under
ARCHITECTURE OVERVIEW
development. The Assembler has an algebraic syntax that is easy
The ADSP-2189M instruction set provides flexible data moves
to program and debug. The Linker combines object files into an
and multifunction (one or two data moves with a computation)
executable file. The Simulator provides an interactive instruc-
instructions. Every instruction can be executed in a single pro-
tion-level simulation with a reconfigurable user interface to
cessor cycle. The ADSP-2189M assembly language uses an
display different portions of the hardware environment.
algebraic syntax for ease of coding and readability. A compre-
A PROM Splitter generates PROM programmer compatible hensive set of development tools supports program development.
files. The C Compiler, based on the Free Software Foundation’s
POWER-DOWN
GNU C Compiler, generates ADSP-2189M assembly source CONTROL
FULL MEMORY
code. The source code debugger allows programs to be cor- MEMORY MODE
PROGRAMMABLE
rected in the C environment. The Runtime Library includes over DATA ADDRESS
GENERATORS PROGRAM
PROGRAM
MEMORY
DATA
MEMORY
I/O EXTERNAL
SEQUENCER AND ADDRESS
100 ANSI-standard mathematical and DSP-specific functions. DAG 1 DAG 2
32K ⴛ
24 BIT
48K ⴛ
16 BIT
FLAGS BUS
–4– REV. A
ADSP-2189M
Table I. Interrupt Priority and Interrupt Vector Addresses Third Edition, “System Interface” chapter, for detailed infor-
mation about the power-down feature.
Interrupt Vector
Source Of Interrupt Address (Hex) • Quick recovery from power-down. The processor begins
executing instructions in as few as 200 CLKIN cycles.
RESET (or Power-Up with PUCR = 1) 0000 (Highest Priority)
• Support for an externally generated TTL or CMOS proces-
Power-Down (Nonmaskable) 002C
sor clock. The external clock can continue running during
IRQ2 0004
power-down without affecting the lowest power rating and
IRQL1 0008
200 CLKIN cycle recovery.
IRQL0 000C
SPORT0 Transmit 0010 • Support for crystal operation includes disabling the oscillator
SPORT0 Receive 0014 to save power (the processor automatically waits approxi-
IRQE 0018 mately 4096 CLKIN cycles for the crystal oscillator to start
BDMA Interrupt 001C or stabilize) and letting the oscillator run to allow 200 CLKIN
SPORT1 Transmit or IRQ1 0020 cycle start up.
SPORT1 Receive or IRQ0 0024 • Power-down is initiated by either the power-down pin
Timer 0028 (Lowest Priority) (PWD) or the software power-down force bit. Interrupt
support allows an unlimited number of instructions to be
Interrupt routines can either be nested with higher priority executed before optionally powering down. The power-down
interrupts taking precedence or processed sequentially. Inter- interrupt also can be used as a nonmaskable, edge-sensitive
rupts can be masked or unmasked with the IMASK register. interrupt.
Individual interrupt requests are logically ANDed with the bits
in IMASK; the highest priority unmasked interrupt is then • Context clear/save control allows the processor to continue
selected. The power-down interrupt is nonmaskable. where it left off or start with a clean context when leaving the
power-down state.
The ADSP-2189M masks all interrupts for one instruction cycle
following the execution of an instruction that modifies the IMASK • The RESET pin also can be used to terminate power-down.
register. This does not affect serial port autobuffering or DMA • Power-down acknowledge pin indicates when the processor
transfers. has entered power-down.
The interrupt control register, ICNTL, controls interrupt nest- Idle
ing and defines the IRQ0, IRQ1 and IRQ2 external interrupts to When the ADSP-2189M is in the Idle Mode, the processor
be either edge- or level-sensitive. The IRQE pin is an external waits indefinitely in a low power state until an interrupt occurs.
edge-sensitive interrupt and can be forced and cleared. The When an unmasked interrupt occurs, it is serviced; execution
IRQL0 and IRQL1 pins are external level-sensitive interrupts. then continues with the instruction following the IDLE instruc-
The IFC register is a write-only register used to force and clear tion. In Idle mode IDMA, BDMA and autobuffer cycle steals
interrupts. On-chip stacks preserve the processor status and are still occur.
automatically maintained during interrupt handling. The stacks Slow Idle
are twelve levels deep to allow interrupt, loop and subroutine The IDLE instruction is enhanced on the ADSP-2189M to let
nesting. The following instructions allow global enable or dis- the processor’s internal clock signal be slowed, further reducing
able servicing of the interrupts (including power-down), regard- power consumption. The reduced clock frequency, a program-
less of the state of IMASK. Disabling the interrupts does not mable fraction of the normal clock rate, is specified by a select-
affect serial port autobuffering or DMA. able divisor given in the IDLE instruction.
ENA INTS; The format of the instruction is:
DIS INTS; IDLE (n);
When the processor is reset, interrupt servicing is enabled. where n = 16, 32, 64 or 128. This instruction keeps the proces-
sor fully functional, but operating at the slower clock rate. While
LOW POWER OPERATION it is in this state, the processor’s other internal clock signals,
The ADSP-2189M has three low power modes that significantly such as SCLK, CLKOUT and timer clock, are reduced by the
reduce the power dissipation when the device operates under same ratio. The default form of the instruction, when no clock
standby conditions. These modes are: divisor is given, is the standard IDLE instruction.
• Power-Down When the IDLE (n) instruction is used, it effectively slows down
• Idle the processor’s internal clock and thus its response time to in-
• Slow Idle coming interrupts. The one-cycle response time of the standard
The CLKOUT pin may also be disabled to reduce external idle state is increased by n, the clock divisor. When an enabled
power dissipation. interrupt is received, the ADSP-2189M will remain in the idle
Power-Down
state for up to a maximum of n processor cycles (n = 16, 32, 64,
or 128) before resuming normal operation.
The ADSP-2189M processor has a low power feature that lets
the processor enter a very low power dormant state through When the IDLE (n) instruction is used in systems that have an
hardware or software control. Here is a brief list of power- externally generated serial clock (SCLK), the serial clock rate
down features. Refer to the ADSP-2100 Family User’s Manual, may be faster than the processor’s reduced internal clock rate.
Under these conditions, interrupts must not be generated at a
REV. A –5–
ADSP-2189M
faster rate than can be serviced, due to the additional time the Clock Signals
processor takes to come out of the idle state (a maximum of n The ADSP-2189M can be clocked by either a crystal or a TTL-
processor cycles). compatible clock signal.
The CLKIN input cannot be halted, changed during operation,
SYSTEM INTERFACE or operated below the specified frequency during normal opera-
Figure 2 shows typical basic system configurations with the tion. The only exception is while the processor is in the power-
ADSP-2189M, two serial devices, a byte-wide EPROM and down state. For additional information, refer to Chapter 9,
optional external program and data overlay memories (mode ADSP-2100 Family User’s Manual, Third Edition for detailed
selectable). Programmable Wait-State generation allows the information on this power-down feature.
processor connects easily to slow peripheral devices. The
ADSP-2189M also provides four external interrupts and two If an external clock is used, it should be a TTL-compatible
serial ports or six external interrupts and one serial port. Host signal running at half the instruction rate. The signal is con-
Memory Mode allows access to the full external data bus, but nected to the processor’s CLKIN input. When an external clock
limits addressing to a single address bit (A0). Additional system is used, the XTAL input must be left unconnected.
peripherals can be added in this mode through the use of exter- The ADSP-2189M uses an input clock with a frequency equal
nal hardware to generate and latch address signals. to half the instruction rate; a 37.50 MHz input clock yields a
13.3 ns processor cycle (which is equivalent to 75 MHz). Nor-
FULL MEMORY MODE mally, instructions are executed in a single processor cycle. All
ADSP-2189M device timing is relative to the internal instruction clock rate,
14 A13-0
1/2x CLOCK CLKIN ADDR13-0 which is indicated by the CLKOUT signal when enabled.
OR D23-16 A0-A21
CRYSTAL XTAL
24 D15-8
BYTE Because the ADSP-2189M includes an on-chip oscillator cir-
FL0-2 MEMORY
DATA23-0 DATA cuit, an external crystal may be used. The crystal should be
IRQ2/PF7
IRQE/PF4 BMS CS connected across the CLKIN and XTAL pins, with two capaci-
IRQL0/PF5
IRQL1/PF6 A10-0 tors connected as shown in Figure 3. Capacitor values are de-
WR ADDR
MODE D/PF3
RD D23-8 I/O SPACE
pendent on crystal type and should be specified by the crystal
MODE C/PF2
DATA
MODE B/PF1 (PERIPHERALS) manufacturer. A parallel-resonant, fundamental frequency,
MODE A/PF0
IOMS CS 2048 LOCATIONS
microprocessor-grade crystal should be used.
SPORT1 A13-0
SCLK1 ADDR OVERLAY A clock output (CLKOUT) signal is generated by the processor
RFS1 OR IRQ0 D23-0
SERIAL TFS1 OR IRQ1
MEMORY at the processor’s cycle rate. This can be enabled and disabled
DEVICE DATA
DT1 OR FO TWO 8K
DR1 OR FI PMS PM SEGMENTS by the CLKODIS bit in the SPORT0 Autobuffer Control
DMS
CMS TWO 8K Register.
SPORT0 DM SEGMENTS
SCLK0 BR
RFS0 BG
SERIAL
TFS0 BGH
DEVICE
DT0
DR0 PWD
PWDACK CLKIN XTAL CLKOUT
–6– REV. A
ADSP-2189M
Table II. ADSP-2189M Modes of Operation
The master reset sets all internal stack pointers to the empty Passive Configuration involves the use a pull-up or pull-down
stack condition, masks all interrupts and clears the MSTAT resistor connected to the Mode C pin. To minimize power
register. When RESET is released, if there is no pending bus consumption, or if the PF2 pin is to be used as an output in the
request and the chip is configured for booting, the boot-loading DSP application, a weak pull-up or pull-down, on the order of
sequence is performed. The first instruction is fetched from 10 kΩ, can be used. This value should be sufficient to pull the
on-chip program memory location 0x0000 once boot loading pin to the desired level and still allow the pin to operate as a
completes. programmable flag output without undue strain on the processor’s
Power Supplies output driver. For minimum power consumption during power-
The ADSP-2189M has separate power supply connections for down, reconfigure PF2 to be an input, as the pull-up or pull-
the internal (VDDINT) and external (VDDEXT) power supplies. down will hold the pin in a known state and will not switch.
The internal supply must meet the 2.5 V requirement. The Active Configuration involves the use of a three-statable ex-
external supply can be connected to either a 2.5 V or 3.3 V ternal driver connected to the Mode C pin. A driver’s output
supply. All external supply pins must be connected to the same enable should be connected to the DSP’s RESET signal such
supply. All input and I/O pins can tolerate input voltages up that it only drives the PF2 pin when RESET is active (low).
to 3.6 V regardless of the external supply voltage. This fea- When RESET is deasserted, the driver should three-state, thus
ture provides maximum flexibility in mixing 2.5 V and 3.3 V allowing full use of the PF2 pin as either an input or output. To
components. minimize power consumption during power-down, configure
the programmable flag as an output when connected to a three-
MODES OF OPERATION stated buffer. This ensures that the pin will be held at a constant
Setting Memory Mode level and will not oscillate should the three-state driver’s level
Memory Mode selection for the ADSP-2189M is made during hover around the logic switching point.
chip reset through the use of the Mode C pin. This pin is multi- IACK Configuration
plexed with the DSP’s PF2 pin, so care must be taken in how Mode D = 0 and in host mode: IACK is an active, driven signal
the mode selection is made. The two methods for selecting the and cannot be wire OR-ed.
value of Mode C are active and passive.
REV. A –7–
ADSP-2189M
PM (MODE B = 0) PM (MODE B = 1)1
ALWAYS
ACCESSIBLE RESERVED
AT ADDRESS 0ⴛ2000–
0ⴛ0000 – 0ⴛ1FFF 0ⴛ3FFF
0ⴛ2000– ACCESSIBLE WHEN
0ⴛ3FFF PMOVLAY = 0
ACCESSIBLE WHEN
PMOVLAY = 0 0ⴛ2000–
0ⴛ3FFF INTERNAL RESERVED
MEMORY
0ⴛ2000– 0ⴛ0000–
INTERNAL ACCESSIBLE WHEN
MEMORY PMOVLAY = 4 0ⴛ3FFF RESERVED 0ⴛ1FFF2
0ⴛ2000–
ACCESSIBLE WHEN ACCESSIBLE WHEN 0ⴛ0000–
0ⴛ3FFF2
PMOVLAY = 5 PMOVLAY = 1 0ⴛ1FFF2
ACCESSIBLE WHEN 0ⴛ2000– EXTERNAL
PMOVLAY = 1 0ⴛ3FFF2 MEMORY RESERVED
EXTERNAL ACCESSIBLE WHEN
MEMORY PMOVLAY = 2
1WHEN MODE B = 1, PMOVLAY MUST BE SET TO 0
2SEE TABLE III FOR PMOVLAY BITS
8K INTERNAL 8K EXTERNAL
0ⴛ0000 0ⴛ0000
Mode D = 1 and in host mode: IACK is an open source and Data Memory
requires an external pull-down, but multiple IACK pins can be Data Memory, Full Memory Mode is a 16-bit-wide space
wire OR-ed together. used for the storage of data variables and for memory-mapped
control registers. The ADSP-2189M has 48K words on Data
MEMORY ARCHITECTURE Memory RAM on-chip. Part of this space is used by 32 memory-
The ADSP-2189M provides a variety of memory and peripheral mapped registers. Support also exists for up to two 8K external
interface options. The key functional groups are Program Memory, memory overlay spaces through the external data bus. All inter-
Data Memory, Byte Memory and I/O. Refer to the following nal accesses complete in one cycle. Accesses to external memory
figures and tables for PM and DM memory allocations in the are timed using the wait-states specified by the DWAIT register
ADSP-2189M. and the wait-state mode bit.
Program Memory
DATA MEMORY ADDRESS
Program Memory, Full Memory Mode is a 24-bit-wide space DATA MEMORY
32 MEMORY– 0ⴛ3FFF
for storing both instruction op codes and data. The ADSP-2189M ALWAYS MAPPED
REGISTERS 0ⴛ3FE0
ACCESSIBLE
has 32K words of Program Memory RAM on chip and the AT ADDRESS INTERNAL 0ⴛ3FDF
0ⴛ2000 – 0ⴛ3FFF 8160
capability of accessing up to two 8K external memory overlay WORDS 0ⴛ2000
0ⴛ0000–
spaces using the external data bus. 0ⴛ1FFF 8K INTERNAL
0ⴛ1FFF
ACCESSIBLE WHEN
DMOVLAY = 0 0ⴛ0000– DMOVLAY =
Program Memory, Host Mode allows access to all internal 0ⴛ1FFF 0, 4, 5, 6, 7
OR
memory. External overlay access is limited by a single external ACCESSIBLE WHEN 0ⴛ0000– EXTERNAL 8K
0ⴛ1FFF DMOVLAY = 1, 2
address line (A0). External program execution is not available in DMOVLAY = 4 0ⴛ0000
ACCESSIBLE WHEN 0ⴛ0000–
host mode due to a restricted data bus that is 16-bits wide only. DMOVLAY = 5 0ⴛ1FFF
INTERNAL ACCESSIBLE WHEN 0ⴛ0000–
Table III. PMOVLAY Bits MEMORY DMOVLAY = 6 0ⴛ1FFF
ACCESSIBLE WHEN 0ⴛ0000–
DMOVLAY = 7 0ⴛ1FFF
PMOVLAY Memory A13 A12:0
ACCESSIBLE WHEN 0ⴛ0000–
DMOVLAY = 1 0ⴛ1FFF
0, 4, 5 Internal Not Applicable Not Applicable EXTERNAL
MEMORY ACCESSIBLE WHEN
1 External 0 13 LSBs of Address DMOVLAY = 2
Overlay 1 Between 0x2000
and 0x3FFF Figure 5. Data Memory Map
2 External 1 13 LSBs of Address
Overlay 2 Between 0x2000
and 0x3FFF
–8– REV. A
ADSP-2189M
Data Memory, Host Mode allows access to all internal I/O Space (Full Memory Mode)
memory. External overlay access is limited by a single external The ADSP-2189M supports an additional external memory
address line (A0). space called I/O space. This space is designed to support simple
connections to peripherals (such as data converters and external
Table IV. DMOVLAY Bits registers) or to bus interface ASIC data registers. I/O space
supports 2048 locations of 16-bit-wide data. The lower eleven
PMOVLAY Memory A13 A12:0 bits of the external address bus are used; the upper three bits are
0, 4, 5, 6, 7 Internal Not Applicable Not Applicable undefined. Two instructions were added to the core ADSP-2100
Family instruction set to read from and write to I/O memory
1 External 0 13 LSBs of Address
space. The I/O space also has four dedicated three-bit wait-state
Overlay 1 Between 0x2000
registers, IOWAIT0–3, which, in combination with the wait-
and 0x3FFF
state mode bit, specify up to 15 wait-states to be automatically
2 External 1 13 LSBs of Address
generated for each of four regions. The wait-states act on ad-
Overlay 2 Between 0x2000
dress ranges as shown in Table V.
and 0x3FFF
REV. A –9–
ADSP-2189M
Byte Memory BDMA accesses can cross page boundaries during sequential
The byte memory space is a bidirectional, 8-bit-wide, external addressing. A BDMA interrupt is generated on the completion
memory space used to store programs and data. Byte memory is of the number of transfers specified by the BWCOUNT register.
accessed using the BDMA feature. The byte memory space The BWCOUNT register is updated after each transfer so it can
consists of 256 pages, each of which is 16K × 8. be used to check the status of the transfers. When it reaches
The byte memory space on the ADSP-2189M supports read zero, the transfers have finished and a BDMA interrupt is gener-
and write operations as well as four different data formats. The ated. The BMPAGE and BEAD registers must not be accessed
byte memory uses data bits 15:8 for data. The byte memory by the DSP during BDMA operations.
uses data bits 23:16 and address bits 13:0 to create a 22-bit The source or destination of a BDMA transfer will always be
address. This allows up to a 4 meg × 8 (32 megabit) ROM or on-chip program or data memory.
RAM to be used without glue logic. All byte memory accesses
are timed by the BMWAIT register and the wait-state mode bit. When the BWCOUNT register is written with a nonzero value
the BDMA circuit starts executing byte memory accesses with
Byte Memory DMA (BDMA, Full Memory Mode) wait-states set by BMWAIT. These accesses continue until the
The Byte memory DMA controller allows loading and storing of count reaches zero. When enough accesses have occurred to
program instructions and data using the byte memory space. create a destination word, it is transferred to or from on-chip
The BDMA circuit is able to access the byte memory space memory. The transfer takes one DSP cycle. DSP accesses to
while the processor is operating normally and steals only one external memory have priority over BDMA byte memory
DSP cycle per 8-, 16- or 24-bit word transferred. accesses.
BDMA CONTROL The BDMA Context Reset bit (BCR) controls whether the
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 processor is held off while the BDMA accesses are occurring.
0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 DM (0ⴛ3FE3) Setting the BCR bit to 0 allows the processor to continue opera-
BMPAGE BDMA BTYPE
tions. Setting the BCR bit to 1 causes the processor to stop
OVERLAY execution while the BDMA accesses are occurring, to clear the
BITS BDIR
0 = LOAD FROM BM context of the processor, and start execution at address 0 when
1 = STORE TO BM
the BDMA accesses have completed.
BCR
0 = RUN DURING BDMA The BDMA overlay bits specify the OVLAY memory blocks to
1 = HALT DURING BDMA
be accessed for internal memory.
Figure 9. BDMA Control Register
The BMWAIT field, which has four bits on ADSP-2189M,
The BDMA circuit supports four different data formats which allows selection of up to 15 wait-states for BDMA transfers.
are selected by the BTYPE register field. The appropriate num-
Internal Memory DMA Port (IDMA Port; Host Memory
ber of 8-bit accesses are done from the byte memory space to
Mode)
build the word size selected. Table VI shows the data formats
The IDMA Port provides an efficient means of communication
supported by the BDMA circuit.
between a host system and the ADSP-2189M. The port is used
to access the on-chip program memory and data memory of the
Table VI. Data Formats
DSP with only one DSP cycle per word overhead. The IDMA
Internal port cannot, however, be used to write to the DSP’s memory-
BTYPE Memory Space Word Size Alignment mapped control registers. A typical IDMA transfer process is
described as follows:
00 Program Memory 24 Full Word
01 Data Memory 16 Full Word 1. Host starts IDMA transfer.
10 Data Memory 8 MSBs 2. Host checks IACK control line to see if the DSP is busy.
11 Data Memory 8 LSBs 3. Host uses IS and IAL control lines to latch either the DMA
starting address (IDMAA) or the PM/DM OVLAY selection
Unused bits in the 8-bit data memory formats are filled with 0s.
into the DSP’s IDMA control registers. If Bit 15 = 1, the
The BIAD register field is used to specify the starting address
value of bits 7:0 represent the IDMA overlay: Bits 14:8 must
for the on-chip memory involved with the transfer. The 14-bit
be set to 0. If Bit 15 = 0, the value of bits 13:0 represent the
BEAD register specifies the starting address for the external byte
starting address of internal memory to be accessed and Bit 14
memory space. The 8-bit BMPAGE register specifies the start-
reflects PM or DM for access.
ing page for the external byte memory space. The BDIR register
field selects the direction of the transfer. Finally, the 14-bit 4. Host uses IS and IRD (or IWR) to read (or write) DSP inter-
BWCOUNT register specifies the number of DSP words to nal memory (PM or DM).
transfer and initiates the BDMA circuit transfers. 5. Host checks IACK line to see if the DSP has completed the
previous IDMA operation.
6. Host ends IDMA transfer.
–10– REV. A
ADSP-2189M
The IDMA port has a 16-bit multiplexed address and data bus DMA
DATA MEMORY
and supports 24-bit program memory. The IDMA port is com- OVLAY
DMA
pletely asynchronous and can be written while the ADSP-2189M PROGRAM MEMORY ALWAYS
OVLAY ACCESSIBLE
is operating at full speed. AT ADDRESS
ALWAYS 0ⴛ2000 – 0ⴛ3FFF
The DSP memory address is latched and then automatically ACCESSIBLE 0ⴛ0000–
incremented after each IDMA transaction. An external device AT ADDRESS 0ⴛ1FFF
0ⴛ0000 – 0ⴛ1FFF ACCESSIBLE WHEN
DMOVLAY = 0 0ⴛ0000–
can therefore access a block of sequentially addressed memory 0ⴛ2000– 0ⴛ1FFF
by specifying only the starting address of the block. This in- ACCESSIBLE WHEN 0ⴛ3FFF 0ⴛ0000–
PMOVLAY = 0 0ⴛ2000– ACCESSIBLE WHEN
0ⴛ1FFF
creases throughput as the address does not have to be sent for 0ⴛ3FFF DMOVLAY = 4
0ⴛ0000–
each memory access. 0ⴛ2000– ACCESSIBLE WHEN
DMOVLAY = 5 0ⴛ1FFF
ACCESSIBLE WHEN 0ⴛ3FFF
PMOVLAY = 4 0ⴛ0000–
IDMA Port access occurs in two phases. The first is the IDMA ACCESSIBLE WHEN
0ⴛ1FFF
ACCESSIBLE WHEN DMOVLAY = 6
Address Latch cycle. When the acknowledge is asserted, a 14-bit PMOVLAY = 5
ACCESSIBLE WHEN
address and 1-bit destination type can be driven onto the bus by NOTE: IDMA AND BDMA HAVEN SEPARATE
DMOVLAY = 7
an external device. The address specifies an on-chip memory DMA CONTROL REGISTERS
location, the destination type specifies whether it is a DM or Figure 11. Direct Memory Access—PM and DM Memory
PM access. The falling edge of the IDMA address latch signal Maps
(IAL) or the missing edge of the IDMA select signal (IS) latches
this value into the IDMAA register. Bootstrap Loading (Booting)
The ADSP-2189M has two mechanisms to allow automatic
Once the address is stored, data can then be either read from, or loading of the internal program memory after reset. The method
written to, the ADSP-2189M’s on-chip memory. Asserting the for booting is controlled by the Mode A, B and C configuration
select line (IS) and the appropriate read or write line (IRD and bits.
IWR respectively) signals the ADSP-2189M that a particular
transaction is required. In either case, there is a one-processor- When the MODE pins specify BDMA booting, the ADSP-2189M
cycle delay for synchronization. The memory access consumes initiates a BDMA boot sequence when reset is released.
one additional processor cycle. The BDMA interface is set up during reset to the following
Once an access has occurred, the latched address is automati- defaults when BDMA booting is specified: the BDIR, BMPAGE,
cally incremented and another access can occur. BIAD and BEAD registers are set to 0, the BTYPE register is
set to 0 to specify program memory 24-bit words, and the
Through the IDMAA register, the DSP can also specify the BWCOUNT register is set to 32. This causes 32 words of on-
starting address and data format for DMA operation. Asserting chip program memory to be loaded from byte memory. These
the IDMA port select (IS) and address latch enable (IAL) di- 32 words are used to set up the BDMA to load in the remaining
rects the ADSP-2189M to write the address onto the IAD0-14 program code. The BCR bit is also set to 1, which causes pro-
bus into the IDMA Control Register. If Bit 15 is set to 0, IDMA gram execution to be held off until all 32 words are loaded into
latches the address. If Bit 15 is set to 1, IDMA latches into the on-chip program memory. Execution then begins at address 0.
OVLAY register. This register, shown below, is memory
mapped at address DM (0x3FE0). Note that the latched address The ADSP-2100 Family development software (Revision 5.02
(IDMAA) cannot be read back by the host. and later) fully supports the BDMA booting feature and can
generate byte memory space compatible boot code.
Refer to the following figures for more information on IDMA
and DMA memory maps. The IDLE instruction can also be used to allow the processor to
hold off execution while booting continues through the BDMA
IDMA OVERLAY interface. For BDMA accesses while in Host Mode, the ad-
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 dresses to boot memory must be constructed externally to the
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 DM(0ⴛ3FE7)
ADSP-2189M. The only memory address bit provided by the
RESERVED SET TO 0 ID DMOVLAY ID PMOVLAY processor is A0.
IDMA Port Booting
IDMA CONTROL (U = UNDEFINED AT RESET) The ADSP-2189M can also boot programs through its Internal
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 DMA port. If Mode C = 1, Mode B = 0, and Mode A = 1, the
U U U U U U U U U U U U U U U DM(0ⴛ3FE0)
ADSP-2189M boots from the IDMA port. IDMA feature can
IDMAA ADDRESS load as much on-chip memory as desired. Program execution is
IDMAD DESTINATION MEMORY TYPE:
0 = PM
held off until on-chip program memory location 0 is written to.
1 = DM
REV. A –11–
ADSP-2189M
Bus Request and Bus Grant • The algebraic syntax eliminates the need to remember cryp-
The ADSP-2189M can relinquish control of the data and ad- tic assembler mnemonics. For example, a typical arithmetic
dress buses to an external device. When the external device add instruction, such as AR = AX0 + AY0, resembles a
requires access to memory, it asserts the bus request (BR) sig- simple equation.
nal. If the ADSP-2189M is not performing an external memory
• Every instruction assembles into a single, 24-bit word that
access, it responds to the active BR input in the following pro- can execute in a single instruction cycle.
cessor cycle by:
• The syntax is a superset ADSP-2100 Family assembly language
• Three-stating the data and address buses and the PMS, and is completely source-and-object-code-compatible with
DMS, BMS, CMS, IOMS, RD, WR output drivers, other family members. Programs may need to be relocated to
• Asserting the bus grant (BG) signal, and utilize on-chip memory and conform to the ADSP-2189M’s
• Halting program execution. interrupt vector and reset vector map.
If Go Mode is enabled, the ADSP-2189M will not halt program • Sixteen condition codes are available. For conditional jump,
execution until it encounters an instruction that requires an call, return, or arithmetic instructions, the condition can be
external memory access. checked and the operation executed in the same instruction
cycle.
If the ADSP-2189M is performing an external memory access
when the external device asserts the BR signal, it will not three- • Multifunction instructions allow parallel execution of an
state the memory interfaces or assert the BG signal until the arithmetic instruction with up to two fetches or one write to
processor cycle after the access completes. The instruction does processor memory space during a single instruction cycle.
not need to be completed when the bus is granted. If a single
DESIGNING AN EZ-ICE-COMPATIBLE SYSTEM
instruction requires two external memory accesses, the bus will
be granted between the two accesses. The ADSP-2189M has on-chip emulation support and an ICE-
Port, a special set of pins that interface to the EZ-ICE. These
When the BR signal is released, the processor releases the BG features allow in-circuit emulation without replacing the target
signal, reenables the output drivers and continues program system processor by using only a 14-pin connection from the
execution from the point at which it stopped. target system to the EZ-ICE. Target systems must have a 14-pin
The bus request feature operates at all times, including when connector to accept the EZ-ICE’s in-circuit probe, a 14-pin
the processor is booting and when RESET is active. plug.
The BGH pin is asserted when the ADSP-2189M requires the Issuing the chip reset command during emulation causes the
external bus for a memory or BDMA access, but is stopped. DSP to perform a full chip reset, including a reset of its memory
The other device can release the bus by deasserting bus request. mode. Therefore, it is vital that the mode pins are set correctly
Once the bus is released, the ADSP-2189M deasserts BG and PRIOR to issuing a chip reset command from the emulator user
BGH and executes the external memory access. interface. If you are using a passive method of maintaining
mode information (as discussed in Setting Memory Modes),
Flag I/O Pins
then it does not matter that the mode information is latched by
The ADSP-2189M has eight general purpose programmable
an emulator reset. However, if using the RESET pin as a
input/output flag pins. They are controlled by two memory
method of setting the value of the mode pins, the effects of an
mapped registers. The PFTYPE register determines the direc-
emulator reset must be taken into consideration.
tion, 1 = output and 0 = input. The PFDATA register is used to
read and write the values on the pins. Data being read from a One method of ensuring that the values located on the mode
pin configured as an input is synchronized to the ADSP-2189M’s pins are those desired is to construct a circuit like the one shown
clock. Bits that are programmed as outputs will read the value in Figure 12. This circuit forces the value located on the Mode
being output. The PF pins default to input during reset. A pin to logic high; regardless if it latched via the RESET or
ERESET pin.
In addition to the programmable flags, the ADSP-2189M has
five fixed-mode flags, FLAG_IN, FLAG_OUT, FL0, FL1 and
FL2. FL0-FL2 are dedicated output flags. FLAG_IN and ERESET
FLAG_OUT are available as an alternate configuration of RESET
SPORT1.
ADSP-2189M
Note: Pins PF0, PF1, PF2 and PF3 are also used for device
configuration during reset. 1k⍀
MODE A/PFO
–12– REV. A
ADSP-2189M
The ICE-Port interface consists of the following ADSP-2189M Target Memory Interface
pins: EBR, EINT, EE, EBG, ECLK, ERESET, ELIN, EMS, For your target system to be compatible with the EZ-ICE emu-
and ELOUT. lator, it must comply with the memory interface guidelines listed
These ADSP-2189M pins must be connected only to the EZ- below.
ICE connector in the target system. These pins have no function PM, DM, BM, IOM, and CM
except during emulation, and do not require pull-up or pull-
Design your Program Memory (PM), Data Memory (DM),
down resistors. The traces for these signals between the ADSP-
Byte Memory (BM), I/O Memory (IOM), and Composite
2189M and the connector must be kept as short as possible, no
Memory (CM) external interfaces to comply with worst case
longer than three inches.
device timing requirements and switching characteristics as
The following pins are also used by the EZ-ICE: BR, BG, specified in this data sheet. The performance of the EZ-ICE
RESET, and GND. may approach published worst case specification for some memory
The EZ-ICE uses the EE (emulator enable) signal to take con- access timing requirements and switching characteristics.
trol of the ADSP-2189M in the target system. This causes the Note: If your target does not meet the worst case chip specifica-
processor to use its ERESET, EBR, and EBG pins instead of tion for memory access parameters, you may not be able to
the RESET, BR, and BG pins. The BG output is three-stated. emulate your circuitry at the desired CLKIN frequency. De-
These signals do not need to be jumper-isolated in your system. pending on the severity of the specification violation, you may
The EZ-ICE connects to your target system via a ribbon cable have trouble manufacturing your system as DSP components
and a 14-pin female plug. The female plug is plugged onto the statistically vary in switching characteristic and timing require-
14-pin connector (a pin strip header) on the target board. ments within published limits.
Target Board Connector for EZ-ICE Probe Restriction: All memory strobe signals on the ADSP-2189M
The EZ-ICE connector (a standard pin strip header) is shown in (RD, WR, PMS, DMS, BMS, CMS, and IOMS) used in your
Figure 13. You must add this connector to your target board target system must have 10 kΩ pull-up resistors connected when
design if you intend to use the EZ-ICE. Be sure to allow enough the EZ-ICE is being used. The pull-up resistors are necessary
room in your system to fit the EZ-ICE probe onto the 14-pin because there are no internal pull-ups to guarantee their state
connector. during prolonged three-state conditions resulting from typical
EZ-ICE debugging sessions. These resistors may be removed at
your option when the EZ-ICE is not being used.
1 2
GND BG Target System Interface Signals
3 4 When the EZ-ICE board is installed, the performance on some
EBG BR
5 6 system signals change. Design your system to be compatible
EBR EINT with the following system interface signal changes introduced by
7 8 the EZ-ICE board:
KEY (NO PIN) ELIN
9 10 • EZ-ICE emulation introduces an 8 ns propagation delay
ELOUT ECLK between your target circuitry and the DSP on the RESET
11 12
EMS
signal.
EE
13 14 • EZ-ICE emulation introduces an 8 ns propagation delay
RESET ERESET
between your target circuitry and the DSP on the BR signal.
TOP VIEW
• EZ-ICE emulation ignores RESET and BR when single-
Figure 13. Target Board Connector for EZ-ICE stepping.
The 14-pin, 2-row pin strip header is keyed at the Pin 7 loca- • EZ-ICE emulation ignores RESET and BR when in Emula-
tion—you must remove Pin 7 from the header. The pins must tor Space (DSP halted).
be 0.025 inch square and at least 0.20 inch in length. Pin spac- • EZ-ICE emulation ignores the state of target BR in certain
ing should be 0.1 × 0.1 inches. The pin strip header must have modes. As a result, the target system may take control of the
at least 0.15 inch clearance on all sides to accept the EZ-ICE DSP’s external memory bus only if bus grant (BG) is as-
probe plug. serted by the EZ-ICE board’s DSP.
Pin strip headers are available from vendors such as 3M,
McKenzie, and Samtec.
REV. A –13–
ADSP-2189M–SPECIFICATIONS
RECOMMENDED OPERATING CONDITIONS
K Grade B Grade
Parameter Min Max Min Max Unit
VDDINT 2.37 2.63 2.25 2.75 V
VDDEXT 2.37 3.6 2.25 3.6 V
VINPUT1 VIL = –0.3 VIH = 3.6 –0.03 3.6 V
TAMB 0 +70 –40 +85 °C
NOTES
1
The ADSP-2189M is 3.3 V tolerant (always accepts up to 3.6 Volt max V IH), but voltage compliance (on outputs, V OH) depends on the input V DDEXT; because V OH
(max) ≈ VDDEXT (max). This applies to Bidirectional pins (D0–D23, RFS0, RFS1, SCLK0, SCLK1, TFS0, TFS1, A1–A13, PF0–PF7) and Input Only pins (CLKIN,
RESET, BR, DR0, DR1, PWD).
ELECTRICAL CHARACTERISTICS
K/B Grades
Parameter Test Conditions Min Typ Max Unit
1, 2
VIH, Hi-Level Input Voltage @ VDDINT = max 1.5 V
VIH, Hi-Level CLKIN Voltage @ VDDINT = max 2.0 V
VIL, Lo-Level Input Voltage1, 3 @ VDDINT = min 0.6 V
VOH, Hi-Level Output Voltage1, 4 , 5 @ VDDEXT = min, IOH = –0.5 mA 2.0 V
@ VDDEXT = 3.0 V, IOH = –0.5 mA 2.4 V
@ VDDEXT = min, IOH = –100 µA6 VDDEXT – 0.3 V
VOL, Lo-Level Output Voltage1, 4, 5 @ VDDEXT = min, IOL = 2 mA 0.4 V
IIH, Hi-Level Input Current3 @ VDDINT = max, VIN = 3.6 V 10 µA
IIL, Lo-Level Input Current3 @ VDDINT = max, VIN = 0 V 10 µA
IOZH, Three-State Leakage Current7 @ VDDINT = max, VIN = 3.6 V8 10 µA
IOZL, Three-State Leakage Current7 @ VDDINT = max, VIN = 0 V8 10 µA
IDD, Supply Current (Idle)9 @ VDDINT = 2.5, tCK = 15 ns 9 mA
IDD, Supply Current (Idle)9 @ VDDINT = 2.5, tCK = 13.3 ns 10 mA
IDD, Supply Current (Dynamic)10 @ VDDINT = 2.5, tCK = 15 ns11,
TAMB = +25°C 32 mA
IDD, Supply Current (Dynamic)10 @ VDDINT = 2.5, tCK = 13.3 ns11,
TAMB = +25°C 36 mA
IDD, Supply Current (Power-Down)12, 15 Lowest Power Mode 150 µA
CI, Input Pin Capacitance3, 6, 13 @ VIN = 2.5 V,
fIN = 1.0 MHz,
TAMB = +25°C 8 pF
CO, Output Pin Capacitance6, 7, 12, 14 @ VIN = 2.5 V,
fIN = 1.0 MHz,
TAMB = +25°C 8 pF
NOTES
1
Bidirectional pins: D0–D23, RFS0, RFS1, SCLK0, SCLK1, TFS0, TFS1, A1–A13, PF0–PF7.
2
Input Only pins: RESET, BR, DR0, DR1, PWD.
3
Input Only pins: CLKIN, RESET, BR, DR0, DR1, PWD.
4
Output pins: BG, PMS, DMS, BMS, IOMS, CMS, RD, WR, PWDACK, A0, DT0, DT1, CLKOUT, FL2-0, BGH.
5
Although specified for TTL outputs, all ADSP-2189M outputs are CMOS-compatible and will drive to V DDEXT and GND, assuming no dc loads.
6
Guaranteed but not tested.
7
Three-statable pins: A0–A13, D0-D23, PMS, DMS, BMS, IOMS, CMS, RD, WR, DT0, DT1, SCLK0, SCLK1, TFS0, TFS1, RFS0, RFS1, PF0–PF7.
8
0 V on BR.
9
Idle refers to ADSP-2189M state of operation during execution of IDLE instruction. Deasserted pins are driven to either V DD or GND.
10
IDD measurement taken with all instructions executing from internal memory. 50% of the instructions are multifunction (types 1, 4, 5, 12, 13, 14), 30% are type 2
and type 6, and 20% are idle instructions.
11
VIN = 0 V and 3 V. For typical figures for supply currents, refer to Power Dissipation section.
12
See Chapter 9 of the ADSP-2100 Family User’s Manual, Third Edition for details.
13
Applies to LQFP package type.
14
Output pin capacitance is the capacitive load for any three-stated output pin.
15
VDDINT = 2.5 V. T = 25°C.
Specifications subject to change without notice.
–14– REV. A
ADSP-2189M
ABSOLUTE MAXIMUM RATINGS 1
Value
Parameter Min Max
Internal Supply Voltage (VDDINT) –0.3 V +3.0 V
External Supply Voltage (VDDEXT) –0.3 V +4.6 V
Input Voltage2 –0.5 V +4.6 V
Output Voltage Swing3 –0.5 V VDDEXT + 0.5 V
Operating Temperature Range (Ambient) –40°C +85°C
Storage Temperature Range –65°C +150°C
Lead Temperature (5 sec) LQFP +280°C
NOTES
1
Stresses above those listed under Absolute Maximum Ratings may cause perma-
nent damage to the device. These are stress ratings only; functional operation of the
device at these or any other conditions above 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.
2
Applies to Bidirectional pins (D0–D23, RFS0, RFS1, SCLK0, SCLK1, TFS0,
TFS1, A1–A13, PF0–PF7) and Input only pins (CLKIN, RESET, BR, DR0,
DR1, PWD).
3
Applies to Output pins (BG, PMS, DMS, BMS, IOMS, CMS, RD, WR, PWDACK,
A0, DT0, DT1, CLKOUT, FL2-0, BGH).
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. WARNING!
Although the ADSP-2189M features proprietary ESD protection circuitry, permanent damage
may occur on devices subjected to high energy electrostatic discharges. Therefore, proper ESD
ESD SENSITIVE DEVICE
precautions are recommended to avoid performance degradation or loss of functionality.
REV. A –15–
ADSP-2189M
FREQUENCY DEPENDENCY FOR TIMING Output Drive Currents
SPECIFICATIONS Figure 14 shows typical I-V characteristics for the output drivers
tCK is defined as 0.5tCKI. The ADSP-2189M uses an input clock on the ADSP-2189M. The curves represent the current drive
with a frequency equal to half the instruction rate: a 37.50 MHz capability of the output drivers as a function of output voltage.
input clock (which is equivalent to 28 ns) yields a 13 ns proces-
80
sor cycle (equivalent to 75 MHz). tCK values within the range of
0.5tCKI period should be substituted for all relevant timing pa- 60 VOH
rameters to obtain the specification value. VDDEXT = 3.6V @ –40ⴗC
40
SOURCE CURRENT – mA
Example: tCKH = 0.5tCK – 7 ns = 0.5 (15 ns) – 7 ns = 0.5 ns VDDEXT = 3.3V @ +25ⴗC
20
ENVIRONMENTAL CONDITIONS 1 VDDEXT = 2.5V @ +85ⴗC
0
Rating Description Symbol Value
–20 VDDEXT = 3.6V @ –40ⴗC
Thermal Resistance
(Case-to-Ambient) θCA 48°C/W –40 VOL VDDEXT = 2.5V @ +85ⴗC
(Junction-to-Ambient) θJA 50°C/W VDDEXT = 3.3V @ +25ⴗC
(Junction-to-Case) θJC 2°C/W –60
NOTE –80
1
Where the ambient temperature rating (T AMB) is: 0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0
TAMB = TCASE – (PD × θCA) SOURCE VOLTAGE – V
TCASE = Case temperature in °C
Figure 14. Typical Output Driver Characteristics
PD = Power dissipation in W.
POWER DISSIPATION
To determine total power dissipation in a specific application,
the following equation should be applied for each output:
C × VDD2 × f
C = load capacitance, f = output switching frequency.
Example:
In an 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 VDDEXT = 3.3 V and tCK = 15 ns.
Total Power Dissipation = PINT + (C × VDDEXT2 × f)
PINT = internal power dissipation from Power vs. Frequency
graph (Figure 15).
(C × VDDEXT2 × f) is calculated for each output:
# of ⴛ ⴛ ⴛ
Parameters Pins C VDDEXT2 f PD
Address, DMS 8 10 pF 2
3.3 V 33.3 MHz 29.0 mW
Data Output, WR 9 10 pF 3.32 V 16.67 MHz 16.3 mW
RD 1 10 pF 3.32 V 16.67 MHz 1.8 mW
CLKOUT 1 10 pF 3.32 V 33.3 MHz 3.6 mW
50.7 mW
–16– REV. A
ADSP-2189M
2189L POWER, INTERNAL1, 2, 3 CAPACITIVE LOADING
115 Figure 16 and Figure 17 show the capacitive loading character-
110mW
110
istics of the ADSP-2189M.
105
POWER (PINT) – mW
POWER, IDLE1, 2, 4 5
30
28mW
28 0
VDD = 2.65V 0 50 100 150 200 250 300
CL – pF
26
POWER (PIDLE) – mW
24mW 24mW
24 Figure 16. Typical Output Rise Time vs. Load Capacitance,
VDD = 2.5V
CL (at Maximum Ambient Operating Temperature)
22
20mW 20mW
20 18
VDD = 2.35V
16
18
16.5mW VALID OUTPUT DELAY OR HOLD – ns 14
16
12
14 10
40 55 60 65 70 75 80
1/tCK – MHz 8
6
POWER, IDLE n MODES 2
26 4
24mW
IDLE 2
24
VDD = 2.65V NOMINAL
POWER (PIDLEn) – mW
22 –2
20mW –4
20
–6
0 50 100 150 200 250
18 CL – pF
16.4mW
VDD = 2.5V IDLE (16)
16 15mW IDLE (128) Figure 17. Typical Output Valid Delay or Hold vs. Load
Capacitance, CL (at Maximum Ambient Operating
14 VDD = 2.35V 15.7mW
14.25mW Temperature)
12
50 55 60 65 70 75 80
1/tCK – MHz 900
Figure 15. Power vs. Frequency 200 131A TEMP = +25ⴗC 161A
100
0
2.25 2.35 2.5 2.65 2.75
VDD INTERNAL – Volts
REV. A –17–
ADSP-2189M
TEST CONDITIONS driving. The output enable time (tENA) is the interval from when
Output Disable Time a reference signal reaches a high or low voltage level to when the
Output pins are considered to be disabled when they have output has reached a specified high or low trip point, as shown
stopped driving and started a transition from the measured in the Output Enable/Disable diagram. If multiple pins (such as
output high or low voltage to a high impedance state. The out- the data bus) are enabled, the measurement value is that of the
put disable time (tDIS) is the difference of tMEASURED and tDECAY, first pin to start driving.
as shown in the Output Enable/Disable diagram. The time is the
interval from when a reference signal reaches a high or low REFERENCE
SIGNAL
voltage level to when the output voltages have changed by 0.5 V
tMEASURED
from the measured output high or low voltage. tENA
VOH tDIS VOH
The decay time, tDECAY, is dependent on the capacitive load,
(MEASURED) (MEASURED)
CL, and the current load, iL, on the output pin. It can be ap- VOH (MEASURED) – 0.5V 2.0V
proximated by the following equation: OUTPUT
VOL (MEASURED) +0.5V 1.0V
C L × 0.5 V VOL
tDECAY
VOL
t DECAY = (MEASURED) (MEASURED)
iL OUTPUT
OUTPUT STOPS STARTS
from which DRIVING DRIVING
INPUT 1.5V
2.0V TO
OUTPUT 1.5V OUTPUT +1.5V
0.8V PIN
50pF
–18– REV. A
ADSP-2189M
TIMING PARAMETERS
Parameter Min Max Unit
Clock Signals and Reset
Timing Requirements:
tCKI CLKIN Period 26.6 80 ns
tCKIL CLKIN Width Low 13 ns
tCKIH CLKIN Width High 13 ns
Switching Characteristics:
tCKL CLKOUT Width Low 0.5tCK – 2 ns
tCKH CLKOUT Width High 0.5tCK – 2 ns
tCKOH CLKIN High to CLKOUT High 0 13 ns
Control Signals
Timing Requirements:
tRSP RESET Width Low 5tCK1 ns
tMS Mode Setup before RESET High 2 ns
tMH Mode Hold after RESET High 5 ns
NOTE
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 start-up time).
tCKI
tCKIH
CLKIN
tCKIL
tCKOH
tCKH
CLKOUT
tCKL
PF(3:0)*
tMS tMH
RESET
REV. A –19–
ADSP-2189M
Parameter Min Max Unit
Interrupts and Flags
Timing Requirements:
tIFS IRQx, FI, or PFx Setup before CLKOUT Low1, 2, 3, 4 0.25tCK + 10 ns
tIFH IRQx, FI, or PFx Hold after CLKOUT High1, 2, 3, 4 0.25tCK ns
Switching Characteristics:
tFOH Flag Output Hold after CLKOUT Low5 0.5tCK – 5 ns
tFOD Flag Output Delay from CLKOUT Low5 0.5tCK + 4 ns
NOTES
1
If IRQx and FI inputs meet tIFS and tIFH setup/hold requirements, they will be recognized during the current clock cycle; otherwise the signals will be recognized on
the following cycle. (Refer to Interrupt Controller Operation in the Program Control chapter of the ADSP-2100 Family User’s Manual, Third Edition, for further
information on interrupt servicing.)
2
Edge-sensitive interrupts require pulsewidths greater than 10 ns; level-sensitive interrupts must be held low until serviced.
3
IRQx = IRQ0, IRQ1, IRQ2, IRQL0, IRQL1, IRQLE.
4
PFx = PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7.
5
Flag Outputs = PFx, FL0, FL1, FL2, Flag_out4.
tFOD
CLKOUT
tFOH
FLAG
OUTPUTS
tIFH
IRQx
FI
PFx
tIFS
–20– REV. A
ADSP-2189M
Parameter Min Max Unit
Bus Request–Bus Grant
Timing Requirements:
tBH BR Hold after CLKOUT High1 0.25tCK + 2 ns
tBS BR Setup before CLKOUT Low1 0.25tCK + 10 ns
Switching Characteristics:
tSD CLKOUT High to xMS, RD, WR Disable 0.25tCK + 8 ns
tSDB xMS, RD, WR Disable to BG Low 0 ns
tSE BG High to xMS, RD, WR Enable 0 ns
tSEC xMS, RD, WR Enable to CLKOUT High 0.25tCK – 3 ns
tSDBH xMS, RD, WR Disable to BGH Low2 0 ns
tSEH BGH High to xMS, RD, WR Enable2 0 ns
NOTES
xMS = PMS, DMS, CMS, IOMS, BMS
1
BR is an asynchronous signal. If BR meets the setup/hold requirements, it will be recognized during the current clock cycle; otherwise the signal will be recognized on
the following cycle. Refer to the ADSP-2100 Family User’s Manual, Third Edition, for BR/BG cycle relationships.
2
BGH is asserted when the bus is granted and the processor or BDMA requires control of the bus to continue.
tBH
CLKOUT
BR
tBS
CLKOUT
PMS, DMS
BMS, RD
WR tSD tSEC
BG
tSDB
tSE
BGH
tSDBH
tSEH
REV. A –21–
ADSP-2189M
Parameter Min Max Unit
Memory Read
Timing Requirements:
tRDD RD Low to Data Valid 0.5tCK – 5 + w ns
tAA A0–A13, xMS to Data Valid 0.75tCK – 6 + w ns
tRDH Data Hold from RD High 0 ns
Switching Characteristics:
tRP RD Pulsewidth 0.5tCK – 3 + w ns
tCRD CLKOUT High to RD Low 0.25tCK – 2 0.25tCK + 4 ns
tASR A0–A13, xMS Setup before RD Low 0.25tCK – 3 ns
tRDA A0–A13, xMS Hold after RD Deasserted 0.25tCK – 3 ns
tRWR RD High to RD or WR Low 0.5tCK – 3 ns
w = wait-states × tCK.
xMS = PMS, DMS, CMS, IOMS, BMS.
CLKOUT
A0 – A13
DMS, PMS,
BMS, IOMS,
CMS
tRDA
RD
tASR
tRP tRWR
tCRD
tRDD tRDH
tAA
WR
–22– REV. A
ADSP-2189M
Parameter Min Max Unit
Memory Write
Switching Characteristics:
tDW Data Setup before WR High 0.5tCK – 4 + w ns
tDH Data Hold after WR High 0.25tCK – 1 ns
tWP WR Pulsewidth 0.5tCK – 3 + w ns
tWDE WR Low to Data Enabled 0 ns
tASW A0–A13, xMS Setup before WR Low 0.25tCK – 3 ns
tDDR Data Disable before WR or RD Low 0.25tCK – 3 ns
tCWR CLKOUT High to WR Low 0.25tCK – 2 0.25tCK + 4 ns
tAW A0–A13, xMS, Setup before WR Deasserted 0.75tCK – 5 + w ns
tWRA A0–A13, xMS Hold after WR Deasserted 0.25tCK – 1 ns
tWWR WR High to RD or WR Low 0.5tCK – 3 ns
w = wait-states × tCK.
xMS = PMS, DMS, CMS, IOMS, BMS.
CLKOUT
A0–A13
DMS, PMS,
BMS, CMS,
IOMS
tWRA
WR
tDW
tWDE
RD
REV. A –23–
ADSP-2189M
Parameter Min Max Unit
Serial Ports
Timing Requirements:
tSCK SCLK Period 26.67 ns
tSCS DR/TFS/RFS Setup before SCLK Low 4 ns
tSCH DR/TFS/RFS Hold after SCLK Low 7 ns
tSCP SCLKIN Width 12 ns
Switching Characteristics:
tCC CLKOUT High to SCLKOUT 0.25tCK 0.25tCK + 6 ns
tSCDE SCLK High to DT Enable 0 ns
tSCDV SCLK High to DT Valid 12 ns
tRH TFS/RFSOUT Hold after SCLK High 0 ns
tRD TFS/RFSOUT Delay from SCLK High 12 ns
tSCDH DT Hold after SCLK High 0 ns
tTDE TFS (Alt) to DT Enable 0 ns
tTDV TFS (Alt) to DT Valid 12 ns
tSCDD SCLK High to DT Disable 12 ns
tRDV RFS (Multichannel, Frame Delay Zero) to DT Valid 12 ns
CLKOUT
tCC tCC tSCK
SCLK
tSCP
tSCS tSCH tSCP
DR
TFSIN
RFSIN
tRD
tRH
RFSOUT
TFSOUT
tSCDD
tSCDV
tSCDE tSCDH
DT
tTDE
tTDV
TFSOUT
ALTERNATE
FRAME MODE
tRDV
RFSOUT
MULTICHANNEL
MODE,
FRAME DELAY 0
(MFD = 0)
tTDE
tTDV
TFSIN
ALTERNATE
FRAME MODE
tRDV
RFSIN
MULTICHANNEL
MODE,
FRAME DELAY 0
(MFD = 0)
–24– REV. A
ADSP-2189M
Parameter Min Max Unit
IDMA Address Latch
Timing Requirements:
tIALP Duration of Address Latch1, 2 10 ns
tIASU IAD15–0 Address Setup before Address Latch End2 5 ns
tIAH IAD15–0 Address Hold after Address Latch End2 3 ns
tIKA IACK Low before Start of Address Latch2, 3 0 ns
tIALS Start of Write or Read after Address Latch End2, 3 3 ns
tIALD Address Latch Start after Address Latch End1, 2 2 ns
NOTES
1
Start of Address Latch = IS Low and IAL High.
2
End of Address Latch = IS High or IAL Low.
3
Start of Write or Read = IS Low and IWR Low or IRD Low.
IACK
tIKA
tIALD
IAL
tIALP tIALP
IS
IAD15–0
tIASU tIASU
tIAH tIAH
tIALS
RD OR WR
REV. A –25–
ADSP-2189M
Parameter Min Max Unit
IDMA Write, Short Write Cycle
Timing Requirements:
tIKW IACK Low before Start of Write1 0 ns
tIWP Duration of Write1, 2 10 ns
tIDSU IAD15–0 Data Setup before End of Write2, 3, 4 3 ns
tIDH IAD15–0 Data Hold after End of Write2, 3, 4 2 ns
Switching Characteristics:
tIKHW Start of Write to IACK High 10 ns
NOTES
1
Start of Write = IS Low and IWR Low.
2
End of Write = IS High or IWR High.
3
If Write Pulse ends before IACK Low, use specifications t IDSU, tIDH.
4
If Write Pulse ends after IACK Low, use specifications t IKSU, tIKH.
tIKW
IACK
tIKHW
IS
tIWP
IWR
tIDH
tIDSU
–26– REV. A
ADSP-2189M
Parameter Min Max Unit
IDMA Write, Long Write Cycle
Timing Requirements:
tIKW IACK Low before Start of Write1 0 ns
tIKSU IAD15–0 Data Setup before End of Write2, 3, 4 0.5tCK + 5 ns
tIKH IAD15–0 Data Hold after End of Write2, 3, 4 0 ns
Switching Characteristics:
tIKLW Start of Write to IACK Low4 1.5tCK ns
tIKHW Start of Write to IACK High 10 ns
NOTES
1
Start of Write = IS Low and IWR Low.
2
If Write Pulse ends before IACK Low, use specifications t IDSU, tIDH.
3
If Write Pulse ends after IACK Low, use specifications t IKSU, tIKH.
4
This is the earliest time for IACK Low from Start of Write. For IDMA Write cycle relationships, please refer to the ADSP-2100 Family User’s Manual, Third Edition.
tIKW
IACK
tIKHW
tIKLW
IS
IWR
tIKSU
tIKH
IAD15–0 DATA
REV. A –27–
ADSP-2189M
Parameter Min Max Unit
IDMA Read, Long Read Cycle
Timing Requirements:
tIKR IACK Low before Start of Read1 0 ns
tIRK End of Read after IACK Low2 2 ns
Switching Characteristics:
tIKHR IACK High after Start of Read1 10 ns
tIKDS IAD15–0 Data Setup before IACK Low 0.5tCK – 2 ns
tIKDH IAD15–0 Data Hold after End of Read2 0 ns
tIKDD IAD15–0 Data Disabled after End of Read2 10 ns
tIRDE IAD15–0 Previous Data Enabled after Start of Read 0 ns
tIRDV IAD15–0 Previous Data Valid after Start of Read 11 ns
tIRDH1 IAD15–0 Previous Data Hold after Start of Read (DM/PM1)3 2tCK – 3 ns
tIRDH2 IAD15–0 Previous Data Hold after Start of Read (PM2)4 tCK – 5 ns
NOTES
1
Start of Read = IS Low and IRD Low.
2
End of Read = IS High or IRD High.
3
DM read or first half of PM read.
4
Second half of PM read.
IACK
tIKHR
tIKR
IS
tIRK
IRD
PREVIOUS READ
IAD15–0
DATA DATA
tIRDV tIKDD
tIRDH
–28– REV. A
ADSP-2189M
Parameter Min Max Unit
IDMA Read, Short Read Cycle
Timing Requirements:
tIKR IACK Low before Start of Read1 0 ns
tIRP Duration of Read 10 ns
Switching Characteristics:
tIKHR IACK High after Start of Read1 10 ns
tIKDH IAD15–0 Data Hold after End of Read2 0 ns
tIKDD IAD15–0 Data Disabled after End of Read2 10 ns
tIRDE IAD15–0 Previous Data Enabled after Start of Read 0 ns
tIRDV IAD15–0 Previous Data Valid after Start of Read 10 ns
NOTES
1
Start of Read = IS Low and IRD Low.
2
End of Read = IS High or IRD High.
IACK
tIKR
tIKHR
IS
tIRP
IRD
tIRDE tIKDH
PREVIOUS
IAD15–0
DATA
tIRDV tIKDD
REV. A –29–
ADSP-2189M
100-Lead LQFP Package Pinout
93 PF1 [MODE B]
94 PF0 [MODE A]
89 PF2 [MODE C]
96 PWDACK
98 A1/IAD0
99 A2/IAD1
100 A3/IAD2
90 VDDEXT
92 GND
91 PWD
95 BGH
80 GND
88 PF3
77 D17
76 D16
82 D21
81 D20
79 D19
78 D18
84 D23
83 D22
85 FL2
87 FL0
86 FL1
97 A0
A4/IAD3 1 75 D15
A5/IAD4 2 PIN 1 74 D14
IDENTIFIER
GND 3 73 D13
A6/IAD5 4 72 D12
A7/IAD6 5 71 GND
A8/IAD7 6 70 D11
A9/IAD8 7 69 D10
A10/IAD9 8 68 D9
A11/IAD10 9 67 VDDEXT
A12/IAD11 10 66 GND
A13/IAD12 11 65 D8
GND 12 64 D7/IWR
CLKIN 13
ADSP-2189M 63 D6/IRD
XTAL 14 TOP VIEW 62 D5/IAL
(Not to Scale)
VDDEXT 15 61 D4/IS
CLKOUT 16 60 GND
GND 17 59 VDD INT
VDDINT 18 58 D3/IACK
WR 19 57 D2/IAD15
RD 20 56 D1/IAD14
BMS 21 55 D0/IAD13
DMS 22 54 BG
PMS 23 53 EBG
IOMS 24 52 BR
CMS 25 51 EBR
VDDEXT 36
DT1 37
RFS1 39
GND 41
SCLK1 42
RESET 44
EE 46
ECLK 47
ELIN 49
IRQL0+PF5 27
IRQL1+PF6 29
DT0 31
TFS1 38
TFS0 32
DR1 40
DR0 34
EINT 50
ERESET 43
EMS 45
ELOUT 48
GND 28
IRQ2+PF7 30
RFS0 33
SCLK0 35
IRQE+PF4 26
–30– REV. A
ADSP-2189M
The ADSP-2189M package pinout appears in the following table. Pin names in bold text replace the plain text named functions
when Mode C = 1. A + sign separates two functions when either function can be active for either major I/O mode. Signals enclosed
in brackets [ ] are state bits latched from the value of the pin at the deassertion of RESET.
PIN CONFIGURATION
REV. A –31–
ADSP-2189M
OUTLINE DIMENSIONS
Dimensions shown in inches and (mm).
C3605a–0–4/00 (rev. A)
0.638 (16.20)
0.630 (16.00) TYP SQ
0.622 (15.80)
0.553 (14.05)
0.551 (14.00) TYP SQ
0.549 (13.95)
TOP VIEW
(PINS DOWN)
0.003
(0.08)
25 51
MAX LEAD 26 50
COPLANARITY 6ⴗ ± 4ⴗ
0ⴗ – 7ⴗ
0.007 (0.177) 0.020 (0.50) 0.011 (0.27)
0.005 (0.127) TYP BSC
0.009 (0.22) TYP
0.003 (0.077) LEAD PITCH 0.007 (0.17)
LEAD WIDTH
NOTE:
THE ACTUAL POSITION OF EACH LEAD IS WITHIN (0.08) 0.0032 FROM
ITS IDEAL POSITION WHEN MEASURED IN THE LATERAL DIRECTION.
CENTER FIGURES ARE TYPICAL UNLESS OTHERWISE NOTED
ORDERING GUIDE
Part Number Ambient Temperature Range Instruction Rate Package Description* Package Option
ADSP-2189MKST-300 0°C to +70°C 75 MHz 100-Lead LQFP ST-100
ADSP-2189MBST-266 –40°C to +85°C 66 MHz 100-Lead LQFP ST-100
*In 1998, JEDEC reevaluated the specifications for the TQFP package designation, assigning it to packages 1.0 mm thick. Previously labelled TQFP packages
(1.6 mm thick) are now designated as LQFP.
PRINTED IN U.S.A.
–32– REV. A