ADSP-BF561 Data Sheet
ADSP-BF561 Data Sheet
ADSP-BF561 Data Sheet
Symmetric Multiprocessor
ADSP-BF561
FEATURES 2 internal memory-to-memory DMAs and 1 internal memory
DMA controller
Dual symmetric 600 MHz high performance Blackfin cores
12 general-purpose 32-bit timers/counters with PWM
328K bytes of on-chip memory
capability
(see Memory Architecture on Page 4)
SPI-compatible port
Each Blackfin core includes
UART with support for IrDA
Two 16-bit MACs, two 40-bit ALUs, four 8-bit video ALUs,
40-bit shifter Dual watchdog timers
RISC-like register and instruction model for ease of pro Dual 32-bit core timers
gramming and compiler-friendly support 48 programmable flags (GPIO)
Advanced debug, trace, and performance monitoring On-chip phase-locked loop capable of 0.5× to 64× frequency
Wide range of operating voltages, (see Operating Conditions multiplication
on Page 20) 2 parallel input/output peripheral interface units supporting
256-ball CSP_BGA (2 sizes) and 297-ball PBGA ITU-R 656 video and glueless interface to analog front end
package options ADCs
2 dual channel, full duplex synchronous serial ports support
PERIPHERALS ing eight stereo I2S channels
Dual 12-channel DMA controllers
(supporting 24 peripheral DMAs)
2 memory-to-memory DMAs
B B UART
IrDA
L1 L1 L1 L1 SPI
INSTRUCTION DATA INSTRUCTION DATA L2 SRAM
MEMORY MEMORY MEMORY MEMORY 128K BYTES
SPORT0
IMDMA SPORT1
CORE SYSTEM/BUS INTERFACE
CONTROLLER
GPIO
EAB
DMA
CONTROLLER1
32 TIMERS
DMA
DEB CONTROLLER2
DAB 16
BOOT ROM
32 PAB 16
DAB
EXTERNAL PORT
PPI0 PPI1
FLASH/SDRAM CONTROL
REVISION HISTORY
9/09—Rev. D to Rev. E
Correct all outstanding document errata.
Revised Figure 5 ..................................................................... 13
Added 533 MHz operation Table 10 .................................. 20
Removed reference to 1.8 V operation Table 12 ............... 21
Added Table 17 and Figure 9 Power-Up Reset Timing .... 23
Removed references to TJ from tSCLK parameter
Table 20 ................................................................................... 26
Added new SPORT timing parameters and diagram
Table 23 ................................................................................... 32
Figure 21 ................................................................................. 33
SP
I3 L3 B3 M3 FP
I2 L2 B2 M2 P5
I1 L1 B1 M1 DAG1 P4
I0 L0 B0 M0 P3
DAG0
P2
DA1 32
P1
DA0 32
P0
TO MEMORY
32 32
RAB PREG
SD 32
LD1 32 32 ASTAT
LD0 32
32
SEQUENCER
R7.H R7.L
R6.H R6.L
R5.H R5.L ALIGN
R4.H R4.L 16 16
8 8 8 8
R3.H R3.L
R2.H R2.L DECODE
R1.H R1.L BARREL
R0.H R0.L SHIFTER 40 40 LOOP BUFFER
40 40
A0 A1 CONTROL
UNIT
32
32
The fourth on-chip memory system is the L2 SRAM memory External (Off-Chip) Memory
array which provides 128K bytes of high speed SRAM operating
The ADSP-BF561 external memory is accessed via the External
at one half the frequency of the core, and slightly longer latency
Bus Interface Unit (EBIU). This interface provides a glueless
than the L1 memory banks. The L2 memory is a unified instruc
connection to up to four banks of synchronous DRAM
tion and data memory and can hold any mixture of code and
(SDRAM) as well as up to four banks of asynchronous memory
data required by the system design. The Blackfin cores share a
devices, including flash, EPROM, ROM, SRAM, and memory
dedicated low latency 64-bit wide data path port into the L2
mapped I/O devices.
SRAM memory.
The PC133-compliant SDRAM controller can be programmed
Each Blackfin core processor has its own set of core Memory
to interface to up to four banks of SDRAM, with each bank con
Mapped Registers (MMRs) but share the same system MMR
taining between 16M bytes and 128M bytes providing access to
registers and 128K bytes L2 SRAM memory.
up to 512M bytes of SDRAM. Each bank is independently pro
grammable and is contiguous with adjacent banks regardless of
the sizes of the different banks or their placement. This allows
The SIC allows further control of event processing by providing The 2-D DMA capability supports arbitrary row and column
six 32-bit interrupt control and status registers. Each register sizes up to 64K elements by 64K elements, and arbitrary row
contains a bit corresponding to each of the peripheral interrupt and column step sizes up to ± 32K elements. Furthermore, the
events shown in Table 2. column step size can be less than the row step size, allowing
implementation of interleaved data streams. This feature is
• SIC Interrupt Mask Registers (SIC_IMASKx) – These reg especially useful in video applications where data can be de-
isters control the masking and unmasking of each interleaved on the fly.
peripheral interrupt event. When a bit is set in these regis
ters, that peripheral event is unmasked and will be Examples of DMA types supported by the ADSP-BF561 DMA
processed by the system when asserted. A cleared bit in controllers include:
these registers masks the peripheral event, thereby prevent • A single linear buffer that stops upon completion.
ing the processor from servicing the event. • A circular autorefreshing buffer that interrupts on each full
• SIC Interrupt Status Registers (SIC_ISRx) – As multiple or fractionally full buffer.
peripherals can be mapped to a single event, these registers • 1-D or 2-D DMA using a linked list of descriptors.
allow the software to determine which peripheral event
source triggered the interrupt. A set bit indicates the • 2-D DMA using an array of descriptors, specifying only the
peripheral is asserting the interrupt; a cleared bit indicates base DMA address within a common page.
the peripheral is not asserting the event. In addition to the dedicated peripheral DMA channels, each
• SIC Interrupt Wakeup Enable Registers (SIC_IWRx) – By DMA Controller has four memory DMA channels provided for
enabling the corresponding bit in these registers, each transfers between the various memories of the ADSP-BF561
peripheral can be configured to wake up the processor, system. These enable transfers of blocks of data between any of
should the processor be in a powered-down mode when the memories—including external SDRAM, ROM, SRAM, and
the event is generated. flash memory—with minimal processor intervention. Memory
DMA transfers can be controlled by a very flexible descriptor-
Because multiple interrupt sources can map to a single general- based methodology or by a standard register-based autobuffer
purpose interrupt, multiple pulse assertions can occur simulta mechanism.
neously, before or during interrupt processing for an interrupt
event already detected on this interrupt input. The IPEND reg Further, the ADSP-BF561 has a four channel Internal Memory
ister contents are monitored by the SIC as the interrupt DMA (IMDMA) Controller. The IMDMA Controller allows
acknowledgement. data transfers between any of the internal L1 and L2 memories.
The appropriate ILAT register bit is set when an interrupt rising WATCHDOG TIMER
edge is detected (detection requires two core clock cycles). The
Each ADSP-BF561 core includes a 32-bit timer, which can be
bit is cleared when the respective IPEND register bit is set. The
used to implement a software watchdog function. A software
IPEND bit indicates that the event has entered into the proces
watchdog can improve system availability by forcing the proces
sor pipeline. At this point the CEC will recognize and queue the
sor to a known state, via generation of a hardware reset,
next rising edge event on the corresponding event input. The
nonmaskable interrupt (NMI), or general-purpose interrupt, if
minimum latency from the rising edge transition of the general-
the timer expires before being reset by software. The program
purpose interrupt to the IPEND output asserted is three core
mer initializes the count value of the timer, enables the
clock cycles; however, the latency can be much higher, depend
appropriate interrupt, then enables the timer. Thereafter, the
ing on the activity within and the mode of the processor.
software must reload the counter before it counts to zero from
DMA CONTROLLERS the programmed value. This protects the system from remain
ing in an unknown state where software, which would normally
The ADSP-BF561 has two independent DMA controllers that reset the timer, has stopped running due to an external noise
support automated data transfers with minimal overhead for condition or software error.
the DSP cores. DMA transfers can occur between the
ADSP-BF561 internal memories and any of its DMA-capable
VDDEXT
The power dissipated by a processor is largely a function of the (LOW-INDUCTANCE)
SET OF DECOUPLING
CAPACITORS
clock frequency of the processor and the square of the operating
voltage. For example, reducing the clock frequency by 25% VDDEXT
+
results in a 25% reduction in dynamic power dissipation, while
100μF
reducing the voltage by 25% reduces dynamic power dissipation
by more than 40%. Further, these power savings are additive, in 100nF 10μH
that if the clock frequency and supply voltage are both reduced, VDDINT
+ +
the power savings can be dramatic. 100μF
FDS9431A
The dynamic power management feature of the ADSP-BF561 100μF
10μF
allows both the processor’s input voltage (VDDINT) and clock fre- LOW ESR ZHCS1000
quency (fCCLK) to be dynamically controlled. VROUT
Alternatively, because the ADSP-BF561 processor includes an Figure 5. External Crystal Connections
on-chip oscillator circuit, an external crystal may be used. For
fundamental frequency operation, use the circuit shown in
Figure 5. A parallel-resonant, fundamental frequency, micro
processor-grade crystal is connected across the CLKIN and “FINE” ADJUSTMENT “COARSE” ADJUSTMENT
REQUIRES PLL SEQUENCING ON-THE-FLY
XTAL pins. The on-chip resistance between CLKIN and the
XTAL pin is in the 500 kΩ range. Further parallel resistors are
typically not recommended. The two capacitors and the series
resistor shown in Figure 5 fine tune the phase and amplitude of ÷ 1, 2, 4, 8 CCLK
the sine frequency. The capacitor and resistor values shown in CLKIN
PLL
0.5u to 64u
Figure 5 are typical values only. The capacitor values are depen VCO
dent upon the crystal manufacturer’s load capacitance ÷ 1 to 15 SCLK
DESIGNING AN EMULATOR-COMPATIBLE
PROCESSOR BOARD
The Analog Devices family of emulators are tools that every sys
tem developer needs to test and debug hardware and software
systems. Analog Devices has supplied an IEEE 1149.1 JTAG
Test Access Port (TAP) on the ADSP-BF561. The emulator uses
the TAP to access the internal features of the processor, allow
ing the developer to load code, set breakpoints, observe
variables, observe memory, and examine registers. The proces
sor must be halted to send data and commands, but once an
operation has been completed by the emulator, the processor is
set running at full speed with no impact on system timing.
To use these emulators, the target board must include a header
that connects the processor’s JTAG port to the emulator.
For details on target board design issues, including mechanical
layout, single processor connections, multiprocessor scan
chains, signal buffering, signal termination, and emulator pod
logic, see Analog Devices JTAG Emulation Technical Reference
(EE-68) on the Analog Devices website (www.analog.com)—use
site search on “EE-68.” This document is updated regularly to
keep pace with improvements to emulator support.
OPERATING CONDITIONS
Table 9 and Table 10 describe the timing requirements for the (VCO) operating frequencies, as described in Absolute Maxi
ADSP-BF561 clocks (tCCLK = 1/fCCLK). Take care in selecting mum Ratings on Page 22. Table 11 describes phase-locked loop
MSEL, SSEL, and CSEL ratios so as not to exceed the maximum operating conditions.
core clock, system clock, and Voltage Controlled Oscillator
Table 9. Core Clock (CCLK) Requirements—500 MHz and 533 MHz Speed Grade Models1
Parameter Max Unit
fCCLK CCLK Frequency (VDDINT = 1.235 Vminimum)2 533 MHz
fCCLK CCLK Frequency (VDDINT = 1.1875 Vminimum) 500 MHz
fCCLK CCLK Frequency (VDDINT = 1.045 Vminimum) 444 MHz
fCCLK CCLK Frequency (VDDINT = 0.95 Vminimum) 350 MHz
fCCLK CCLK Frequency (VDDINT = 0.855 Vminimum)3 300 MHz
fCCLK CCLK Frequency (VDDINT = 0.8 V minimum)3 250 MHz
1
See Ordering Guide on Page 63.
2
External Voltage regulation is required on automotive grade models (see Ordering Guide on Page 63) to ensure correct operation.
3
Not applicable to automotive grade models. See Ordering Guide on Page 63.
Table 10. Core Clock (CCLK) Requirements—600 MHz Speed Grade Models1
Parameter Max Unit
fCCLK CCLK Frequency (VDDINT = 1.2825 V minimum)2 600 MHz
fCCLK CCLK Frequency (VDDINT = 1.235 V minimum) 533 MHz
fCCLK CCLK Frequency (VDDINT = 1.1875 V minimum) 500 MHz
fCCLK CCLK Frequency (VDDINT = 1.045 V minimum) 444 MHz
fCCLK CCLK Frequency (VDDINT = 0.95 V minimum) 350 MHz
fCCLK CCLK Frequency (VDDINT = 0.855 V minimum) 300 MHz
fCCLK CCLK Frequency (VDDINT = 0.8 V minimum) 250 MHz
1
See Ordering Guide on Page 63.
2
External voltage regulator required to ensure proper operation at 600 MHz.
ELECTRICAL CHARACTERISTICS
tCKIN
CLKIN
tCKINL tCKINH
tWRST
RESET
tRST_IN_PWR
RESET
CLKIN,
VDDINT, VDDEXT
1 CYCLE
SETUP PROGRAMMED READ ACCESS ACCESS EXTENDED
2 CYCLES 4 CYCLES 3 CYCLES
CLKOUT
tDO tHO
AMSx
ABE1–0
ABE, ADDRESS
ADDR19–1
AOE
tDO
tHO
ARE
tHARDY
tSARDY tHARDY
ARDY
tSARDY tSDAT
tHDAT
DATA15–0 READ
ACCESS
SETUP PROGRAMMED WRITE EXTENDED HOLD
2 CYCLES ACCESS 2 CYCLES 1 CYCLE 1 CYCLE
CLKOUT
t DO t HO
AMSx
ABE1–0
ABE, ADDRESS
ADDR19–1
tDO
tHO
AWE
t SARDY t HARDY
ARDY
tSARDY
t ENDAT t DDAT
tSDCLKH
tSDCLK
SDCLK
tSSDAT
tHSDAT tSDCLKL
DATA (IN)
tDCAD tDSDAT
tENSDAT tHCAD
DATA (OUT)
tDCAD
CMND ADDR
(OUT)
tHCAD
Table 21. External Port Bus Request and Grant Cycle Timing
Parameter1, 2 Min Max Unit
Timing Requirements
tBS BR Asserted to CLKOUT High Setup 4.6 ns
tBH CLKOUT High to BR Deasserted Hold Time 0.0 ns
Switching Characteristics
tSD CLKOUT Low to AMSx, Address and ARE/AWE Disable 4.5 ns
tSE CLKOUT Low to AMSx, Address and ARE/AWE Enable 4.5 ns
tDBG CLKOUT High to BG Asserted Setup 3.6 ns
tEBG CLKOUT High to BG Deasserted Hold Time 3.6 ns
tDBH CLKOUT High to BGH Asserted Setup 3.6 ns
tEBH CLKOUT High to BGH Deasserted Hold Time 3.6 ns
1
These are preliminary timing parameters that are based on worst-case operating conditions.
2
The pad loads for these timing parameters are 20 pF.
CLKOUT
tBS tBH
BR
tSD
tSE
AMSx
tSD
tSE
ADDR19-1
ABE1-0
tSD
tSE
AWE
ARE
tDBG
tEBG
BG
tDBH
tEBH
BGH
Figure 13. External Port Bus Request and Grant Cycle Timing
FRAME
SYNC IS DATA0
DRIVEN IS
OUT SAMPLED
POLC = 0
PPIxCLK
PPIxCLK
POLC = 1
tDFSPE
tHOFSPE
POLS = 1
PPIxSYNC1
POLS = 0
POLS = 1
PPIxSYNC2
POLS = 0
tSDRPE tHDRPE
PPIx_DATA
Figure 14. PPI GP Rx Mode with Internal Frame Sync Timing (Default)
FRAME
SYNC IS
SAMPLED
DATA0 IS FOR DATA1 IS
SAMPLED DATA0 SAMPLED
PPIxCLK
POLC = 0
PPIxCLK
POLC = 1
t
HFSPE
tSFSPE
POLS = 1
PPIxSYNC1
POLS = 0
POLS = 1
PPIxSYNC2
POLS = 0
t t
SDRPE HDRPE
PPIx_DATA
Figure 15. PPI GP Rx Mode with External Frame Sync Timing (Default)
FRAME
SYNC IS
DRIVEN DATA0 IS
OUT DRIVEN
OUT
PPIxCLK
POLC = 0
PPIxCLK
POLC = 1
t
DFSPE
tHOFSPE
POLS = 1
PPIxSYNC1
POLS = 0
POLS = 1
PPIxSYNC2
POLS = 0
tDDTPE
tHDTPE
PPIx_DATA DATA0
Figure 16. PPI GP Tx Mode with Internal Frame Sync Timing (Default)
FRAME DATA0 IS
SYNC IS DRIVEN
SAMPLED OUT
PPIxCLK
POLC = 0
PPIxCLK
POLC = 1
tHFSPE
t
SFSPE
POLS = 1
PPxSYNC1
POLS = 0
POLS = 1
PPIxSYNC2
POLS = 0
t
HDTPE
PPIx_DATA DATA0
tDDTPE
Figure 17. PPI GP Tx Mode with External Frame Sync Timing (Default)
DATA DATA
SAMPLING/ SAMPLING/
FRAME FRAME
SYNC SYNC
SAMPLING SAMPLING
EDGE EDGE
PPIxCLK
POLC = 0
PPIxCLK
POLC = 1
tSFSPE t
HFSPE
POLS = 1
PPIxSYNC1
POLS = 0
POLS = 1
PPIxSYNC2
POLS = 0
tSDRPE tHDRPE
PPIx_DATA
Figure 18. PPI GP Rx Mode with External Frame Sync Timing (Bit 4 of PLL_CTL Set)
DATA DATA
DRIVING/ DRIVING/
FRAME FRAME
SYNC SYNC
SAMPLING SAMPLING
EDGE EDGE
PPIxCLK
POLC = 0
PPIxCLK
POLC = 1
t
HFSPE
t
SFSPE
POLS = 1
PPIxSYNC1
POLS = 0
POLS = 1
PPIxSYNC2
POLS = 0
tDDTPE
t
HDTPE
PPIx_DATA
Figure 19. PPI GP Tx Mode with External Frame Sync Timing (Bit 4 of PLL_CTL Set)
RSCLKx RSCLKx
tDFSIR tDFSE
tHOFSIR tSFSI tHFSI tHOFSE tSFSE tHFSE
RFSx RFSx
DRx DRx
NOTES
1. EITHER THE RISING EDGE OR THE FALLING EDGE OF SCLK (EXTERNAL OR INTERNAL) CAN BE USED AS THE ACTIVE SAMPLING EDGE.
TSCLKx TSCLKx
tDFSI tDFSE
tHOFSI tSFSI tHFSI tHOFSE tSFSE tHFSE
TFSx TFSx
tDDTI tDDTE
tHDTI tHDTE
DTx DTx
TSCLKx
(INPUT)
tSUDTE
TFSx
(INPUT)
RSCLKx
(INPUT)
tSUDRE
RFSx
(INPUT)
SPORT
ENABLED
Figure 21. Serial Port Start Up with External Clock and Frame Sync
RSCLKx
tHFSE/I
tSFSE/I
RFSx
tDDTE/I
tDDTENFS
tHDTE/I
tDDTLFSE
TSCLKx
tHFSE/I
tSFSE/I
TFSx
tDDTE/I
tDDTENFS
tHDTE/I
tDDTLFSE
FLAG3–0
(OUTPUT)
tSPICLM tSPICHM
SPICLK
(CP = 1)
(OUTPUT)
tHDSPIDM
tDDSPIDM
MOSI
(OUTPUT) MSB LSB
tSSPIDM tSSPIDM
CPHASE = 1
tHSPIDM tHSPIDM
MISO MSB
(INPUT) VALID LSB VALID
tDDSPIDM tHDSPIDM
MOSI
(OUTPUT) MSB LSB
tSSPIDM tHSPIDM
CPHASE = 0
MISO
(INPUT) MSB VALID LSB VALID
SPIDS
(INPUT)
tSPICLS
tSDSCO tSPICHS
SPICLK
(CP = 1)
(INPUT)
tDDSPIDS tDSDHI
tDSOE
tDDSPIDS tHDSPIDS
MISO
(OUTPUT) MSB LSB
MOSI
(INPUT) MSB VALID LSB VALID
tHDSPIDS
tDDSPIDS tDSDHI
MISO
(OUTPUT) MSB LSB
tDSOV
tHSPIDS
CPHASE = 0
tSSPIDS
MOSI
(INPUT) MSB VALID LSB VALID
RECEIVE tRXD
INTERNAL
UART RECEIVE UART RECEIVE BIT SET BY DATA STOP;
INTERRUPT CLEARED BY FIFO READ
START
DPI_P14–1
DATA (5–8) STOP (1–2)
[TxD]
TRANSMIT tTXD
INTERNAL
UART TRANSMIT UART TRANSMIT BIT SET BY PROGRAM;
INTERRUPT CLEARED BY WRITE TO TRANSMIT
CLKOUT
tDFO
PFx (OUTPUT)
FLAG OUTPUT
tWFI
PFx (INPUT)
FLAG INPUT
CLKOUT
tHTO
TMRx
(PWM OUTPUT MODE)
tTCK
TCK
tSTAP tHTAP
TMS
TDI
tDTDO
TDO
tSSYS tHSYS
SYSTEM
INPUTS
tDSYS
SYSTEM
OUTPUTS
–100
SOURCE CURRENT (mA)
VOL
50
–150
0 0 0.5 1.0 1.5 2.0 2.5 3.0
VOH
SOURCE VOLTAGE (V)
–50
Figure 31. Drive Current B (Low VDDEXT)
VOL
–100
150
VDDEXT = 3.65V
–150
0 0.5 1.0 1.5 2.0 2.5 3.0 VDDEXT = 2.95V
100
VDDEXT = 3.30V
SOURCE VOLTAGE (V)
SOURCE CURRENT (mA)
50
Figure 29. Drive Current A (Low VDDEXT)
0
150 VOH
VDDEXT = 3.65V
VDDEXT = 3.30V –50
100 VDDEXT = 2.95V
–100
SOURCE CURRENT (mA)
50 VOL
–150
0
0 0.5 1.0 1.5 2.0 2.5 3.0 3.5
VOH SOURCE VOLTAGE (V)
–50
Figure 32. Drive Current B (High VDDEXT)
–100
VOL
60
–150 VDDEXT = 2.75V
VDDEXT = 2.50V
0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 40 VDDEXT = 2.25V
SOURCE VOLTAGE (V)
20
Figure 30. Drive Current A (High VDDEXT)
SOURCE CURRENT (mA)
0
VOH
–20
–40
VOL
–60
0 0.5 1.0 1.5 2.0 2.5 3.0
SOURCE VOLTAGE (V)
20
ment provides detailed information for optimizing your design
for lowest power.
0
VOH See the ADSP-BF561 Blackfin Processor Hardware Reference
–20 Manual for definitions of the various operating modes and for
–40 instructions on how to minimize system power.
VOL
–60 TEST CONDITIONS
–80 All timing parameters appearing in this data sheet were mea
–100 sured under the conditions described in this section. Figure 37
0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 shows the measurement point for ac measurements (except out-
SOURCE VOLTAGE (V)
put enable/disable). The measurement point VMEAS is 1.5 V for
Figure 34. Drive Current C (High VDDEXT) VDDEXT (nominal) = 2.5 V/3.3 V.
100
VDDEXT = 2.75V
80
VDDEXT = 2.50V INPUT
60 VDDEXT = 2.25V OR VMEAS VMEAS
OUTPUT
SOURCE CURRENT (mA)
40
20
0
VOH
Figure 37. Voltage Reference Levels for AC
–20
Measurements (Except Output Enable/Disable)
–40
Output Enable Time Measurement
–60 VOL
Output pins are considered to be enabled when they have made
–80 a transition from a high impedance state to the point when they
–100 start driving.
0 0.5 1.0 1.5 2.0 2.5 3.0
SOURCE VOLTAGE (V) The output enable time tENA is the interval from the point when a
reference signal reaches a high or low voltage level to the point
Figure 35. Drive Current D (Low VDDEXT)
when the output starts driving as shown on the right side of
Figure 38 on Page 43.
150
The time tENA_MEASURED is the interval, from when the reference sig
VDDEXT = 3.65V
nal switches, to when the output voltage reaches VTRIP(high) or
VDDEXT = 3.30V VTRIP(low). VTRIP(high) is 2.0 V and VTRIP(low) is 1.0 V for VDDEXT
100
VDDEXT = 2.95V (nominal) = 2.5 V/3.3 V. Time tTRIP is the interval from when the
output starts driving to when the output reaches the VTRIP(high)
SOURCE CURRENT (mA)
50
or VTRIP(low) trip voltage.
0
Time tENA is calculated as shown in the equation:
VOH
t ENA = t ENA_MEASURED – t TRIP
–50 If multiple pins (such as the data bus) are enabled, the measure
VOL ment value is that of the first pin to start driving.
–100
Output Disable Time Measurement
–150 Output pins are considered to be disabled when they stop driv
0 0.5 1.0 1.5 2.0 2.5 3.0 3.5
ing, go into a high impedance state, and start to decay from their
SOURCE VOLTAGE (V) output high or low voltage. The output disable time tDIS is the
difference between tDIS_MEASURED and tDECAY as shown on the left side
Figure 36. Drive Current D (High VDDEXT) of Figure 38 on Page 43.
t DIS = t DIS_MEASURED – t DECAY
FALL TIME
The time tDECAY is calculated with test loads CL and IL, and with 8
FALL TIME
6
REFERENCE
SIGNAL
4
tDIS_MEASURED tENA_MEASURED
tDIS tENA
2
VOH VOH(MEASURED)
(MEASURED) VOH (MEASURED) V VTRIP(HIGH)
0
VOL (MEASURED) + V VTRIP(LOW) 0 50 100 150 200 250
VOL VOL (MEASURED) LOAD CAPACITANCE (pF)
(MEASURED)
tDECAY tTRIP Figure 41. Typical Rise and Fall Times (10% to 90%) versus Load Capacitance
for Driver A at VDDEXT (max)
10
Figure 38. Output Enable/Disable
RISE TIME
Capacitive Loading 8
Output delays and holds are based on standard capacitive loads: FALL TIME
6
30 pF on all pins (see Figure 39). VLOAD is 1.5 V for VDDEXT (nomi
nal) = 2.5 V/3.3 V. Figure 40 through Figure 47 on Page 44 show
4
how output rise time varies with capacitance. The delay and
hold specifications given should be derated by a factor derived
from these figures. The graphs in these figures may not be linear 2
outside the ranges shown.
0
0 50 100 150 200 250
TO 50 O
LOAD CAPACITANCE (pF)
OUTPUT VLOAD
PIN Figure 42. Typical Rise and Fall Times (10% to 90%) versus Load Capacitance
30pF for Driver B at VDDEXT (min)
8
14
RISE TIME
RISE TIME
7
12
6
FALL TIME 10
5 FALL TIME
8
4
6
3
4
2
1 2
0 0
0 50 100 150 200 250 0 50 100 150 200 250
LOAD CAPACITANCE (pF) LOAD CAPACITANCE (pF)
Figure 43. Typical Rise and Fall Times (10% to 90%) versus Load Capacitance Figure 46. Typical Rise and Fall Times (10% to 90%) versus Load Capacitance
for Driver B at VDDEXT (max) for Driver D at VDDEXT (min)
30 14
25 12
8
15 FALL TIME
FALL TIME
6
10
4
5
2
0 0
0 50 100 150 200 250 0 50 100 150 200 250
LOAD CAPACITANCE (pF) LOAD CAPACITANCE (pF)
Figure 44. Typical Rise and Fall Times (10% to 90%) versus Load Capacitance Figure 47. Typical Rise and Fall Times (10% to 90%) versus Load Capacitance
for Driver C at VDDEXT (min) for Driver D at VDDEXT (max)
20 ENVIRONMENTAL CONDITIONS
RISE AND FALL TIME ns (10% to 90%)
18
To determine the junction temperature on the application
16 printed circuit board use:
RISE TIME
14 T J = T CASE + (Ψ JT × P D )
12 where:
FALL TIME
10 TJ = junction temperature (°C).
8 TCASE = case temperature (°C) measured by customer at top
center of package.
6
4
ΨJT = from Table 32 on Page 45 through Table 34 on Page 45.
2
PD = power dissipation (see Power Dissipation on Page 42 for
the method to calculate PD).
0
0 50 100 150 200 250
Values of θJA are provided for package comparison and printed
LOAD CAPACITANCE (pF)
circuit board design considerations. θJA can be used for a first
Figure 45. Typical Rise and Fall Times (10% to 90%) versus Load Capacitance order approximation of TJ by the equation:
for Driver C at VDDEXT (max)
T J = T A + (θ JA × P D )
where:
TA = ambient temperature (°C).
Table 35. 256-Ball CSP_BGA (17 mm × 17 mm) Ball Assignment (Numerically by Ball Number)
Ball No. Signal Ball No. Signal Ball No. Signal Ball No. Signal Ball No. Signal
A1 VDDEXT C9 SMS3 F1 CLKIN H9 GND L1 PPI0D3
A2 ADDR22 C10 SWE F2 PPI0D10 H10 GND L2 PPI0D2
A3 ADDR18 C11 SA10 F3 RESET H11 GND L3 PPI0D1
A4 ADDR14 C12 ABE0 F4 BYPASS H12 GND L4 PPI0D0
A5 ADDR11 C13 ADDR07 F5 VDDEXT H13 GND L5 VDDEXT
A6 AMS3 C14 ADDR04 F6 VDDEXT H14 DATA21 L6 VDDEXT
A7 AMS0 C15 DATA0 F7 VDDEXT H15 DATA19 L7 VDDEXT
A8 ARDY C16 DATA05 F8 GND H16 DATA23 L8 VDDEXT
A9 SMS2 D1 PPI0D15 F9 GND J1 VROUT1 L9 GND
A10 SCLK0 D2 PPI0SYNC3 F10 VDDEXT J2 PPI0D8 L10 VDDEXT
A11 SCLK1 D3 PPI0SYNC2 F11 VDDEXT J3 PPI0D7 L11 VDDEXT
A12 ABE2 D4 ADDR21 F12 VDDEXT J4 PPI0D9 L12 VDDEXT
A13 ABE3 D5 ADDR15 F13 DATA11 J5 GND L13 NC
A14 ADDR06 D6 ADDR09 F14 DATA08 J6 GND L14 DT0PRI
A15 ADDR03 D7 AWE F15 DATA10 J7 GND L15 DATA31
A16 VDDEXT D8 SMS0 F16 DATA16 J8 GND L16 DATA28
B1 ADDR24 D9 SRAS G1 XTAL J9 GND M1 PPI1SYNC2
B2 ADDR23 D10 SCAS G2 VDDEXT J10 GND M2 PPI1D15
B3 ADDR19 D11 BGH G3 VDDEXT J11 GND M3 PPI1D14
B4 ADDR17 D12 ABE1 G4 GND J12 VDDINT M4 PPI1D9
B5 ADDR12 D13 DATA02 G5 GND J13 VDDINT M5 VDDINT
B6 ADDR10 D14 DATA01 G6 VDDEXT J14 DATA20 M6 VDDINT
B7 AMS1 D15 DATA03 G7 GND J15 DATA22 M7 GND
B8 AOE D16 DATA07 G8 GND J16 DATA24 M8 VDDINT
B9 SMS1 E1 PPI0D11 G9 GND K1 PPI0D6 M9 GND
B10 SCKE E2 PPI0D13 G10 GND K2 PPI0D5 M10 VDDINT
B11 BR E3 PPI0D12 G11 VDDEXT K3 PPI0D4 M11 GND
B12 BG E4 PPI0D14 G12 VDDEXT K4 PPI1SYNC3 M12 VDDINT
B13 ADDR08 E5 PPI1CLK G13 DATA17 K5 VDDEXT M13 RSCLK0
B14 ADDR05 E6 VDDINT G14 DATA14 K6 VDDEXT M14 DR0PRI
B15 ADDR02 E7 GND G15 DATA15 K7 GND M15 TSCLK0
B16 DATA04 E8 VDDINT G16 DATA18 K8 GND M16 DATA29
C1 PPI0SYNC1 E9 GND H1 VROUT0 K9 GND N1 PPI1SYNC1
C2 ADDR25 E10 VDDINT H2 GND K10 GND N2 PPI1D10
C3 PPI0CLK E11 GND H3 GND K11 VDDEXT N3 PPI1D7
C4 ADDR20 E12 VDDINT H4 VDDINT K12 GND N4 PPI1D5
C5 ADDR16 E13 DATA06 H5 VDDINT K13 GND N5 PF0
C6 ADDR13 E14 DATA13 H6 GND K14 DATA26 N6 PF04
C7 AMS2 E15 DATA09 H7 GND K15 DATA25 N7 PF09
C8 ARE E16 DATA12 H8 GND K16 DATA27 N8 PF12
Ball No. Signal Ball No. Signal Ball No. Signal Ball No. Signal Ball No. Signal
N9 GND P5 PF01 R1 PPI1D12 R13 RSCLK1 T9 TDO
N10 BMODE1 P6 PF06 R2 PPI1D11 R14 TSCLK1 T10 TDI
N11 BMODE0 P7 PF08 R3 PPI1D4 R15 NC T11 EMU
N12 RX P8 PF15 R4 PPI1D1 R16 TFS0 T12 MISO
N13 DR1SEC P9 NMI1 R5 PF02 T1 VDDEXT T13 TX
N14 DT1SEC P10 TMS R6 PF07 T2 NC T14 DR1PRI
N15 RFS0 P11 NMI0 R7 PF11 T3 PPI1D3 T15 DT1PRI
N16 DATA30 P12 SCK R8 PF14 T4 PPI1D2 T16 VDDEXT
P1 PPI1D13 P13 RFS1 R9 TCK T5 PF03
P2 PPI1D8 P14 TFS1 R10 TRST T6 PF05
P3 PPI1D6 P15 DR0SEC R11 SLEEP T7 PF10
P4 PPI1D0 P16 DT0SEC R12 MOSI T8 PF13
Signal Ball No. Signal Ball No. Signal Ball No. Signal Ball No. Signal Ball No.
ABE0 C12 BR B11 DT0SEC P16 GND M9 PPI0D13 E2
ABE1 D12 BYPASS F4 DT1PRI T15 GND M11 PPI0D14 E4
ABE2 A12 CLKIN F1 DT1SEC N14 GND N9 PPI0D15 D1
ABE3 A13 DATA0 C15 EMU T11 MISO T12 PPI0SYNC1 C1
ADDR02 B15 DATA01 D14 GND E7 MOSI R12 PPI0SYNC2 D3
ADDR03 A15 DATA02 D13 GND E9 NC L13 PPI0SYNC3 D2
ADDR04 C14 DATA03 D15 GND E11 NC R15 PPI1CLK E5
ADDR05 B14 DATA04 B16 GND F8 NC T2 PPI1D0 P4
ADDR06 A14 DATA05 C16 GND F9 NMI0 P11 PPI1D1 R4
ADDR07 C13 DATA06 E13 GND G4 NMI1 P9 PPI1D2 T4
ADDR08 B13 DATA07 D16 GND G5 PF0 N5 PPI1D3 T3
ADDR09 D6 DATA08 F14 GND G7 PF01 P5 PPI1D4 R3
ADDR10 B6 DATA09 E15 GND G8 PF02 R5 PPI1D5 N4
ADDR11 A5 DATA10 F15 GND G9 PF03 T5 PPI1D6 P3
ADDR12 B5 DATA11 F13 GND G10 PF04 N6 PPI1D7 N3
ADDR13 C6 DATA12 E16 GND H2 PF05 T6 PPI1D8 P2
ADDR14 A4 DATA13 E14 GND H3 PF06 P6 PPI1D9 M4
ADDR15 D5 DATA14 G14 GND H6 PF07 R6 PPI1D10 N2
ADDR16 C5 DATA15 G15 GND H7 PF08 P7 PPI1D11 R2
ADDR17 B4 DATA16 F16 GND H8 PF09 N7 PPI1D12 R1
ADDR18 A3 DATA17 G13 GND H9 PF10 T7 PPI1D13 P1
ADDR19 B3 DATA18 G16 GND H10 PF11 R7 PPI1D14 M3
ADDR20 C4 DATA19 H15 GND H11 PF12 N8 PPI1D15 M2
ADDR21 D4 DATA20 J14 GND H12 PF13 T8 PPI1SYNC1 N1
ADDR22 A2 DATA21 H14 GND H13 PF14 R8 PPI1SYNC2 M1
ADDR23 B2 DATA22 J15 GND J5 PF15 P8 PPI1SYNC3 K4
ADDR24 B1 DATA23 H16 GND J6 PPI0CLK C3 RESET F3
ADDR25 C2 DATA24 J16 GND J7 PPI0D0 L4 RFS0 N15
AMS0 A7 DATA25 K15 GND J8 PPI0D1 L3 RFS1 P13
AMS1 B7 DATA26 K14 GND J9 PPI0D2 L2 RSCLK0 M13
AMS2 C7 DATA27 K16 GND J10 PPI0D3 L1 RSCLK1 R13
AMS3 A6 DATA28 L16 GND J11 PPI0D4 K3 RX N12
AOE B8 DATA29 M16 GND K7 PPI0D5 K2 SA10 C11
ARDY A8 DATA30 N16 GND K8 PPI0D6 K1 SCAS D10
ARE C8 DATA31 L15 GND K9 PPI0D7 J3 SCK P12
AWE D7 DR0PRI M14 GND K10 PPI0D8 J2 SCKE B10
BG B12 DR0SEC P15 GND K12 PPI0D9 J4 SCLK0 A10
BGH D11 DR1PRI T14 GND K13 PPI0D10 F2 SCLK1 A11
BMODE0 N11 DR1SEC N13 GND L9 PPI0D11 E1 SLEEP R11
BMODE1 N10 DT0PRI L14 GND M7 PPI0D12 E3 SMS0 D8
Signal Ball No. Signal Ball No. Signal Ball No. Signal Ball No. Signal Ball No.
SMS1 B9 TSCLK0 M15 VDDEXT G3 VDDEXT L11 VDDINT M5
SMS2 A9 TSCLK1 R14 VDDEXT G6 VDDEXT L12 VDDINT M6
SMS3 C9 TX T13 VDDEXT G11 VDDEXT T1 VDDINT M8
SRAS D9 VDDEXT A1 VDDEXT G12 VDDEXT T16 VDDINT M10
SWE C10 VDDEXT A16 VDDEXT K5 VDDINT E6 VDDINT M12
TCK R9 VDDEXT F5 VDDEXT K6 VDDINT E8 VROUT0 H1
TDI T10 VDDEXT F6 VDDEXT K11 VDDINT E10 VROUT1 J1
TDO T9 VDDEXT F7 VDDEXT L5 VDDINT E12 XTAL G1
TFS0 R16 VDDEXT F10 VDDEXT L6 VDDINT H4
TFS1 P14 VDDEXT F11 VDDEXT L7 VDDINT H5
TMS P10 VDDEXT F12 VDDEXT L8 VDDINT J12
TRST R10 VDDEXT G2 VDDEXT L10 VDDINT J13
A1 BALL
PAD CORNER
A
KEY:
B
VDDINT GND NC
C
VDDEXT I/O VROUT
D
R
T
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
TOP VIEW
A1 BALL
PAD CORNER
B KEY:
VDDINT GND NC
C
VDDEXT I/O VROUT
D
16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1
BOTTOM VIEW
Table 37. 256-Ball CSP_BGA (12 mm × 12 mm) Ball Assignment (Numerically by Ball Number)
Ball No. Signal Ball No. Signal Ball No. Signal Ball No. Signal Ball No. Signal
A01 VDDEXT C09 SMS2 F01 CLKIN H09 GND L01 PPI0D0
A02 ADDR24 C10 SRAS F02 VDDEXT H10 GND L02 PPI1SYNC2
A03 ADDR20 C11 GND F03 RESET H11 VDDINT L03 GND
A04 VDDEXT C12 BGH F04 PPI0D10 H12 DATA16 L04 PPI1SYNC3
A05 ADDR14 C13 GND F05 ADDR21 H13 DATA18 L05 VDDEXT
A06 ADDR10 C14 ADDR07 F06 ADDR17 H14 DATA20 L06 PPI1D11
A07 AMS3 C15 DATA1 F07 VDDINT H15 DATA17 L07 GND
A08 AWE C16 DATA3 F08 GND H16 DATA19 L08 VDDINT
A09 VDDEXT D01 PPI0D13 F09 VDDINT J01 VROUT0 L09 GND
A10 SMS3 D02 PPI0D15 F10 GND J02 VROUT1 L10 VDDEXT
A11 SCLK0 D03 PPI0SYNC3 F11 ADDR08 J03 PPI0D2 L11 GND
A12 SCLK1 D04 ADDR23 F12 DATA10 J04 PPI0D3 L12 DR0PRI
A13 BG D05 GND F13 DATA8 J05 PPI0D1 L13 TFS0
A14 ABE2 D06 GND F14 DATA12 J06 VDDEXT L14 GND
A15 ABE3 D07 ADDR09 F15 DATA9 J07 GND L15 DATA27
A16 VDDEXT D08 GND F16 DATA11 J08 VDDINT L16 DATA29
B01 PPI1CLK D09 ARDY G01 XTAL J09 VDDINT M01 PPI1D15
B02 ADDR22 D10 SCAS G02 GND J10 VDDINT M02 PPI1D13
B03 ADDR18 D11 SA10 G03 VDDEXT J11 GND M03 PPI1D9
B04 ADDR16 D12 VDDEXT G04 BYPASS J12 DATA30 M04 GND
B05 ADDR12 D13 ADDR02 G05 PPI0D14 J13 DATA22 M05 NC
B06 VDDEXT D14 GND G06 GND J14 GND M06 PF3
B07 AMS1 D15 DATA5 G07 GND J15 DATA21 M07 PF7
B08 ARE D16 DATA6 G08 GND J16 DATA23 M08 VDDINT
B09 SMS1 E01 GND G09 VDDINT K01 PPI0D6 M09 GND
B10 SCKE E02 PPI0D11 G10 ADDR05 K02 PPI0D4 M10 BMODE0
B11 VDDEXT E03 PPI0D12 G11 ADDR03 K03 PPI0D8 M11 SCK
B12 BR E04 PPI0SYNC1 G12 DATA15 K04 PPI1SYNC1 M12 DR1PRI
B13 ABE1 E05 ADDR15 G13 DATA14 K05 PPI1D14 M13 NC
B14 ADDR06 E06 ADDR13 G14 GND K06 VDDEXT M14 VDDEXT
B15 ADDR04 E07 AMS2 G15 DATA13 K07 GND M15 DATA31
B16 DATA0 E08 VDDINT G16 VDDEXT K08 VDDINT M16 DT0PRI
C01 PPI0SYNC2 E09 SMS0 H01 GND K09 GND N01 PPI1D12
C02 PPI0CLK E10 SWE H02 GND K10 GND N02 PPI1D10
C03 ADDR25 E11 ABE0 H03 PPI0D9 K11 VDDINT N03 PPI1D3
C04 ADDR19 E12 DATA2 H04 PPI0D7 K12 DATA28 N04 PPI1D1
C05 GND E13 GND H05 PPI0D5 K13 DATA26 N05 PF1
C06 ADDR11 E14 DATA4 H06 VDDINT K14 DATA24 N06 PF9
C07 AOE E15 DATA7 H07 VDDINT K15 DATA25 N07 GND
C08 AMS0 E16 VDDEXT H08 GND K16 VDDEXT N08 PF13
Ball No. Signal Ball No. Signal Ball No. Signal Ball No. Signal Ball No. Signal
N09 TDO P05 GND R01 PPI1D7 R13 TX/PF26 T09 TCK
N10 BMODE1 P06 PF5 R02 PPI1D6 R14 TSCLK1 T10 TMS
N11 MOSI P07 PF11 R03 PPI1D2 R15 DT1PRI T11 SLEEP
N12 GND P08 PF15 R04 PPI1D0 R16 RFS0 T12 VDDEXT
N13 RFS1 P09 GND R05 PF4 T01 VDDEXT T13 RX/PF27
N14 GND P10 TRST R06 PF8 T02 PPI1D4 T14 DR1SEC
N15 DT0SEC P11 NMI0 R07 PF10 T03 VDDEXT T15 DT1SEC
N16 TSCLK0 P12 GND R08 PF14 T04 PF2 T16 VDDEXT
P01 PPI1D8 P13 RSCLK1 R09 NMI1 T05 PF6
P02 GND P14 TFS1 R10 TDI T06 VDDEXT
P03 PPI1D5 P15 RSCLK0 R11 EMU T07 PF12
P04 PF0 P16 DR0SEC R12 MISO T08 VDDEXT
Signal Ball No. Signal Ball No. Signal Ball No. Signal Ball No.
ABE0 E11 BR B12 DT0SEC N15 GND N14
ABE1 B13 BYPASS G04 DT1PRI R15 GND P02
ABE2 A14 CLKIN F01 DT1SEC T15 GND P05
ABE3 A15 DATA0 B16 EMU R11 GND P09
ADDR02 D13 DATA1 C15 GND C05 GND P12
ADDR03 G11 DATA2 E12 GND C11 MISO R12
ADDR04 B15 DATA3 C16 GND C13 MOSI N11
ADDR05 G10 DATA4 E14 GND D05 NC M05
ADDR06 B14 DATA5 D15 GND D06 NC M13
ADDR07 C14 DATA6 D16 GND D08 NMI0 P11
ADDR08 F11 DATA7 E15 GND D14 NMI1 R09
ADDR09 D07 DATA8 F13 GND E01 PF0 P04
ADDR10 A06 DATA9 F15 GND E13 PF1 N05
ADDR11 C06 DATA10 F12 GND F08 PF2 T04
ADDR12 B05 DATA11 F16 GND F10 PF3 M06
ADDR13 E06 DATA12 F14 GND G02 PF4 R05
ADDR14 A05 DATA13 G15 GND G06 PF5 P06
ADDR15 E05 DATA14 G13 GND G07 PF6 T05
ADDR16 B04 DATA15 G12 GND G08 PF7 M07
ADDR17 F06 DATA16 H12 GND G14 PF8 R06
ADDR18 B03 DATA17 H15 GND H01 PF9 N06
ADDR19 C04 DATA18 H13 GND H02 PF10 R07
ADDR20 A03 DATA19 H16 GND H08 PF11 P07
ADDR21 F05 DATA20 H14 GND H09 PF12 T07
ADDR22 B02 DATA21 J15 GND H10 PF13 N08
ADDR23 D04 DATA22 J13 GND J07 PF14 R08
ADDR24 A02 DATA23 J16 GND J11 PF15 P08
ADDR25 C03 DATA24 K14 GND J14 PPI0CLK C02
AMS0 C08 DATA25 K15 GND K07 PPI0D0 L01
AMS1 B07 DATA26 K13 GND K09 PPI0D1 J05
AMS2 E07 DATA27 L15 GND K10 PPI0D2 J03
AMS3 A07 DATA28 K12 GND L03 PPI0D3 J04
AOE C07 DATA29 L16 GND L07 PPI0D4 K02
ARDY D09 DATA30 J12 GND L09 PPI0D5 H05
ARE B08 DATA31 M15 GND L11 PPI0D6 K01
AWE A08 DR0PRI L12 GND L14 PPI0D7 H04
BG A13 DR0SEC P16 GND M04 PPI0D8 K03
BGH C12 DR1PRI M12 GND M09 PPI0D9 H03
BMODE0 M10 DR1SEC T14 GND N07 PPI0D10 F04
BMODE1 N10 DT0PRI M16 GND N12 PPI0D11 E02
Signal Ball No. Signal Ball No. Signal Ball No. Signal Ball No.
PPI0D12 E03 PPI1SYNC1 K04 TDO N09 VDDEXT M14
PPI0D13 D01 PPI1SYNC2 L02 TFS0 L13 VDDEXT T01
PPI0D14 G05 PPI1SYNC3 L04 TFS1 P14 VDDEXT T03
PPI0D15 D02 RESET F03 TMS T10 VDDEXT T06
PPI0SYNC1 E04 RFS0 R16 TRST P10 VDDEXT T08
PPI0SYNC2 C01 RFS1 N13 TSCLK0 N16 VDDEXT T12
PPI0SYNC3 D03 RSCLK0 P15 TSCLK1 R14 VDDEXT T16
PPI1CLK B01 RSCLK1 P13 TX/PF26 R13 VDDINT E08
PPI1D0 R04 RX T13 VDDEXT A01 VDDINT F07
PPI1D1 N04 SA10 D11 VDDEXT A04 VDDINT F09
PPI1D2 R03 SCAS D10 VDDEXT A09 VDDINT G09
PPI1D3 N03 SCK M11 VDDEXT A16 VDDINT H06
PPI1D4 T02 SCKE B10 VDDEXT B06 VDDINT H07
PPI1D5 P03 SCLK0 A11 VDDEXT B11 VDDINT H11
PPI1D6 R02 SCLK1 A12 VDDEXT D12 VDDINT J08
PPI1D7 R01 SLEEP T11 VDDEXT E16 VDDINT J09
PPI1D8 P01 SMS0 E09 VDDEXT F02 VDDINT J10
PPI1D9 M03 SMS1 B09 VDDEXT G03 VDDINT K08
PPI1D10 N02 SMS2 C09 VDDEXT G16 VDDINT K11
PPI1D11 L06 SMS3 A10 VDDEXT J06 VDDINT L08
PPI1D12 N01 SRAS C10 VDDEXT K06 VDDINT M08
PPI1D13 M02 SWE E10 VDDEXT K16 VROUT0 J01
PPI1D14 K05 TCK T09 VDDEXT L05 VROUT1 J02
PPI1D15 M01 TDI R10 VDDEXT L10 XTAL G01
A1 BALL
PAD CORNER
A
KEY:
B
VDDINT GND NC
C
VDDEXT I/O VROUT
D
R
T
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
TOP VIEW
A1 BALL
PAD CORNER
B KEY:
VDDINT GND NC
C
VDDEXT I/O VROUT
D
16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1
BOTTOM VIEW
Ball No. Signal Ball No. Signal Ball No. Signal Ball No. Signal
A01 GND B15 SMS1 G01 PPI0D11 L14 GND
A02 ADDR25 B16 SMS3 G02 PPI0D10 L15 GND
A03 ADDR23 B17 SCKE G25 DATA4 L16 GND
A04 ADDR21 B18 SWE G26 DATA7 L17 GND
A05 ADDR19 B19 SA10 H01 BYPASS L18 VDDINT
A06 ADDR17 B20 BR H02 RESET L25 DATA12
A07 ADDR15 B21 BG H25 DATA6 L26 DATA15
A08 ADDR13 B22 ABE1 H26 DATA9 M01 VROUT0
A09 ADDR11 B23 ABE3 J01 CLKIN M02 GND
A10 ADDR09 B24 ADDR07 J02 GND M10 VDDEXT
A11 AMS3 B25 GND J10 VDDEXT M11 GND
A12 AMS1 B26 ADDR05 J11 VDDEXT M12 GND
A13 AWE C01 PPI0SYNC3 J12 VDDEXT M13 GND
A14 ARE C02 PPI0CLK J13 VDDEXT M14 GND
A15 SMS0 C03 GND J14 VDDEXT M15 GND
A16 SMS2 C04 GND J15 VDDEXT M16 GND
A17 SRAS C05 GND J16 VDDINT M17 GND
A18 SCAS C22 GND J17 VDDINT M18 VDDINT
A19 SCLK0 C23 GND J18 VDDINT M25 DATA14
A20 SCLK1 C24 GND J25 DATA8 M26 DATA17
A21 BGH C25 ADDR04 J26 DATA11 N01 VROUT1
A22 ABE0 C26 ADDR03 K01 XTAL N02 PPI0D9
A23 ABE2 D01 PPI0SYNC1 K02 NC N10 VDDEXT
A24 ADDR08 D02 PPI0SYNC2 K10 VDDEXT N11 GND
A25 ADDR06 D03 GND K11 VDDEXT N12 GND
A26 GND D04 GND K12 VDDEXT N13 GND
B01 PPI1CLK D23 GND K13 VDDEXT N14 GND
B02 GND D24 GND K14 VDDEXT N15 GND
B03 ADDR24 D25 ADDR02 K15 VDDEXT N16 GND
B04 ADDR22 D26 DATA1 K16 VDDINT N17 GND
B05 ADDR20 E01 PPI0D15 K17 VDDINT N18 VDDINT
B06 ADDR18 E02 PPI0D14 K18 VDDINT N25 DATA16
B07 ADDR16 E03 GND K25 DATA10 N26 DATA19
B08 ADDR14 E24 GND K26 DATA13 P01 PPI0D7
B09 ADDR12 E25 DATA0 L01 NC P02 PPI0D8
B10 ADDR10 E26 DATA3 L02 NC P10 VDDEXT
B11 AMS2 F01 PPI0D13 L10 VDDEXT P11 GND
B12 AMS0 F02 PPI0D12 L11 GND P12 GND
B13 AOE F25 DATA2 L12 GND P13 GND
B14 ARDY F26 DATA5 L13 GND P14 GND
Ball No. Signal Ball No. Signal Ball No. Signal Ball No. Signal
P15 GND U11 VDDEXT AC04 GND AE21 RX
P16 GND U12 VDDEXT AC23 GND AE22 RFS1
P17 GND U13 VDDEXT AC24 GND AE23 DR1SEC
P18 VDDINT U14 GND AC25 DR0SEC AE24 TFS1
P25 DATA18 U15 VDDINT AC26 RFS0 AE25 GND
P26 DATA21 U16 VDDINT AD01 PPI1D7 AE26 NC
R01 PPI0D5 U17 VDDINT AD02 PPI1D6 AF01 GND
R02 PPI0D6 U18 VDDINT AD03 GND AF02 PPI1D4
R10 VDDEXT U25 DATA24 AD04 GND AF03 PPI1D2
R11 GND U26 DATA27 AD05 GND AF04 PPI1D0
R12 GND V01 PPI1SYNC3 AD22 GND AF05 PF1
R13 GND V02 PPI0D0 AD23 GND AF06 PF3
R14 GND V25 DATA26 AD24 GND AF07 PF5
R15 GND V26 DATA29 AD25 NC AF08 PF7
R16 GND W01 PPI1SYNC1 AD26 RSCLK0 AF09 PF9
R17 GND W02 PPI1SYNC2 AE01 PPI1D5 AF10 PF11
R18 VDDINT W25 DATA28 AE02 GND AF11 PF13
R25 DATA20 W26 DATA31 AE03 PPI1D3 AF12 PF15
R26 DATA23 Y01 PPI1D15 AE04 PPI1D1 AF13 NMI1
T01 PPI0D3 Y02 PPI1D14 AE05 PF0 AF14 TCK
T02 PPI0D4 Y25 DATA30 AE06 PF2 AF15 TDI
T10 VDDEXT Y26 DT0PRI AE07 PF4 AF16 TMS
T11 GND AA01 PPI1D13 AE08 PF6 AF17 SLEEP
T12 GND AA02 PPI1D12 AE09 PF8 AF18 NMI0
T13 GND AA25 DT0SEC AE10 PF10 AF19 SCK
T14 GND AA26 TSCLK0 AE11 PF12 AF20 TX
T15 GND AB01 PPI1D11 AE12 PF14 AF21 RSCLK1
T16 GND AB02 PPI1D10 AE13 NC AF22 DR1PRI
T17 GND AB03 GND AE14 TDO AF23 TSCLK1
T18 VDDINT AB24 GND AE15 TRST AF24 DT1SEC
T25 DATA22 AB25 TFS0 AE16 EMU AF25 DT1PRI
T26 DATA25 AB26 DR0PRI AE17 BMODE1 AF26 GND
U01 PPI0D1 AC01 PPI1D9 AE18 BMODE0
U02 PPI0D2 AC02 PPI1D8 AE19 MISO
U10 VDDEXT AC03 GND AE20 MOSI
Signal Ball No. Signal Ball No. Signal Ball No. Signal Ball No.
ABE0 A22 BR B20 DT0SEC AA25 GND N15
ABE1 B22 BYPASS H01 DT1PRI AF25 GND N16
ABE2 A23 CLKIN J01 DT1SEC AF24 GND N17
ABE3 B23 DATA0 E25 EMU AE16 GND P11
ADDR02 D25 DATA1 D26 GND A01 GND P12
ADDR03 C26 DATA2 F25 GND A26 GND P13
ADDR04 C25 DATA3 E26 GND B02 GND P14
ADDR05 B26 DATA4 G25 GND B25 GND P15
ADDR06 A25 DATA5 F26 GND C03 GND P16
ADDR07 B24 DATA6 H25 GND C04 GND P17
ADDR08 A24 DATA7 G26 GND C05 GND R11
ADDR09 A10 DATA8 J25 GND C22 GND R12
ADDR10 B10 DATA9 H26 GND C23 GND R13
ADDR11 A09 DATA10 K25 GND C24 GND R14
ADDR12 B09 DATA11 J26 GND D03 GND R15
ADDR13 A08 DATA12 L25 GND D04 GND R16
ADDR14 B08 DATA13 K26 GND D23 GND R17
ADDR15 A07 DATA14 M25 GND D24 GND T11
ADDR16 B07 DATA15 L26 GND E03 GND T12
ADDR17 A06 DATA16 N25 GND E24 GND T13
ADDR18 B06 DATA17 M26 GND J02 GND T14
ADDR19 A05 DATA18 P25 GND L11 GND T15
ADDR20 B05 DATA19 N26 GND L12 GND T16
ADDR21 A04 DATA20 R25 GND L13 GND T17
ADDR22 B04 DATA21 P26 GND L14 GND U14
ADDR23 A03 DATA22 T25 GND L15 GND AB03
ADDR24 B03 DATA23 R26 GND L16 GND AB24
ADDR25 A02 DATA24 U25 GND L17 GND AC03
AMS0 B12 DATA25 T26 GND M02 GND AC04
AMS1 A12 DATA26 V25 GND M11 GND AC23
AMS2 B11 DATA27 U26 GND M12 GND AC24
AMS3 A11 DATA28 W25 GND M13 GND AD03
AOE B13 DATA29 V26 GND M14 GND AD04
ARDY B14 DATA30 Y25 GND M15 GND AD05
ARE A14 DATA31 W26 GND M16 GND AD22
AWE A13 DR0PRI AB26 GND M17 GND AD23
BG B21 DR0SEC AC25 GND N11 GND AD24
BGH A21 DR1PRI AF22 GND N12 GND AE02
BMODE0 AE18 DR1SEC AE23 GND N13 GND AE25
BMODE1 AE17 DT0PRI Y26 GND N14 GND AF01
Signal Ball No. Signal Ball No. Signal Ball No. Signal Ball No.
GND AF26 PPI0D7 P01 RSCLK0 AD26 VDDEXT K13
MISO AE19 PPI0D8 P02 RSCLK1 AF21 VDDEXT K14
MOSI AE20 PPI0D9 N02 RX AE21 VDDEXT K15
NC K02 PPI0D10 G02 SA10 B19 VDDEXT L10
NC L01 PPI0D11 G01 SCAS A18 VDDEXT M10
NC L02 PPI0D12 F02 SCK AF19 VDDEXT N10
NC AD25 PPI0D13 F01 SCKE B17 VDDEXT P10
NC AE13 PPI0D14 E02 SCLK0 A19 VDDEXT R10
NC AE26 PPI0D15 E01 SCLK1 A20 VDDEXT T10
NMI0 AF18 PPI0SYNC1 D01 SLEEP AF17 VDDEXT U10
NMI1 AF13 PPI0SYNC2 D02 SMS0 A15 VDDEXT U11
PF0 AE05 PPI0SYNC3 C01 SMS1 B15 VDDEXT U12
PF1 AF05 PPI1CLK B01 SMS2 A16 VDDEXT U13
PF2 AE06 PPI1D0 AF04 SMS3 B16 VDDINT J16
PF3 AF06 PPI1D1 AE04 SRAS A17 VDDINT J17
PF4 AE07 PPI1D2 AF03 SWE B18 VDDINT J18
PF5 AF07 PPI1D3 AE03 TCK AF14 VDDINT K16
PF6 AE08 PPI1D4 AF02 TDI AF15 VDDINT K17
PF7 AF08 PPI1D5 AE01 TDO AE14 VDDINT K18
PF8 AE09 PPI1D6 AD02 TFS0 AB25 VDDINT L18
PF9 AF09 PPI1D7 AD01 TFS1 AE24 VDDINT M18
PF10 AE10 PPI1D8 AC02 TMS AF16 VDDINT N18
PF11 AF10 PPI1D9 AC01 TRST AE15 VDDINT P18
PF12 AE11 PPI1D10 AB02 TSCLK0 AA26 VDDINT R18
PF13 AF11 PPI1D11 AB01 TSCLK1 AF23 VDDINT T18
PF14 AE12 PPI1D12 AA02 TX/PF26 AF20 VDDINT U15
PF15 AF12 PPI1D13 AA01 VDDEXT J10 VDDINT U16
PPI0CLK C02 PPI1D14 Y02 VDDEXT J11 VDDINT U17
PPI0D0 V02 PPI1D15 Y01 VDDEXT J12 VDDINT U18
PPI0D1 U01 PPI1SYNC1 W01 VDDEXT J13 VROUT0 M01
PPI0D2 U02 PPI1SYNC2 W02 VDDEXT J14 VROUT1 N01
PPI0D3 T01 PPI1SYNC3 V01 VDDEXT J15 XTAL K01
PPI0D4 T02 RESET H02 VDDEXT K10
PPI0D5 R01 RFS0 AC26 VDDEXT K11
PPI0D6 R02 RFS1 AE22 VDDEXT K12
A
B
C
D
E
F
G
KEY:
H
J VDDINT GND NC
K
VDDEXT I/O VROUT
L
M
N
P
R
T
U
V
W
Y
AA
AB
AC
AD
AE
AF
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
TOP VIEW
A
B
C
D
E
F
G KEY:
H V GND NC
DDINT
J
VDDEXT I/O VROUT
K
L
M
N
P
R
T
U
V
W
Y
AA
AB
AC
AD
AE
AF
26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1
BOTTOM VIEW
TOP VIEW 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1
BOTTOM VIEW
1.90*
1.76 SIDE VIEW
1.61 DETAIL A
0.45 MIN
0.20 MAX
*NOTES COPLANARITY
1. COMPLIES WITH JEDEC REGISTERED OUTLINE SEATING PLANE
MO-192-AAF-1, WITH EXCEPTION TO PACKAGE HEIGHT. DETAIL A
2. MINIMUM BALL HEIGHT 0.45 0.70
0.60
0.50
BALL
DIAMETER
Figure 54. 256-Ball Chip Scale Package Ball Grid Array (CSP_BGA) (BC-256-4)
12.10 A1 CORNER
12.00 SQ INDEX AREA
16 14 12 10 8 6 4 2
11.90 15 13 11 9 7 5 3 1
A
BALL A1 B
C
INDICATOR D
E
9.75 F
BSC SQ G
TOP VIEW H
J
0.65
K
BSC L
M
N
P
R
T
BOTTOM VIEW
DETAIL A
*1.70
1.51 *1.31
1.36 DETAIL A 1.21
1.10
*0.30 NOM
0.25 MIN
0.45
COPLANARITY
0.40 0.10 MAX
SEATING 0.35
PLANE BALL DIAMETER
Figure 55. 256-Ball Chip Scale Package Ball Grid Array (CSP_BGA) (BC-256-1)
27.20 A1 CORNER
27.00 SQ INDEX AREA
26.80 26 24 22 20 18 16 14 12 10 8 6 4 2
25 23 21 19 17 15 13 11 9 7 5 3 1
A
B
C
D
A1 BALL E
PAD CORNER F
G
24.20 BOTTOM VIEW H
24.00 SQ J
K
23.80 L
M
TOP VIEW 25.00 N
BSC SQ P
R
T
U
V
W
Y
1.00 AA
BSC AB
AC
AD
AE
AF
8.00
BSC SQ
2.43
DETAIL A
2.23
1.22
2.03 DETAIL A
1.17
0.61 1.12
0.56
0.51
AUTOMOTIVE PRODUCTS
Some ADSP-BF561 models are available for automotive appli The automotive grade products shown in Table 42 are available
cations with controlled manufacturing. Note that these special for use in automotive applications. Contact your local ADI
models may have specifications that differ from the general account representative or authorized ADI product distributor
release models. for specific product ordering information. Note that all automo
tive products are RoHS compliant.
ORDERING GUIDE
Temperature Package
Model Range1 Speed Grade (Max) Package Description Option
ADSP-BF561SKBCZ-6V2 0°C to +70°C 600 MHz 256-Ball CSP_BGA BC-256-1
ADSP-BF561SKBCZ-5V2 0°C to +70°C 533 MHz 256-Ball CSP_BGA BC-256-1
ADSP-BF561SKBCZ5002 0°C to +70°C 500 MHz 256-Ball CSP_BGA BC-256-1
ADSP-BF561SKB500 0°C to +70°C 500 MHz 297-Ball PBGA B-297
ADSP-BF561SKB600 0°C to +70°C 600 MHz 297-Ball PBGA B-297
ADSP-BF561SKBZ5002 0°C to +70°C 500 MHz 297-Ball PBGA B-297
ADSP-BF561SKBZ6002 0°C to +70°C 600 MHz 297-Ball PBGA B-297
ADSP-BF561SBB600 –40°C to +85°C 600 MHz 297-Ball PBGA B-297
ADSP-BF561SBB500 –40°C to +85°C 500 MHz 297-Ball PBGA B-297
ADSP-BF561SBBZ6002 –40°C to +85°C 600 MHz 297-Ball PBGA B-297
ADSP-BF561SBBZ5002 –40°C to +85°C 500 MHz 297-Ball PBGA B-297
ADSP-BF561SKBCZ-6A2 0°C to +70°C 600 MHz 256-Ball CSP_BGA BC-256-4
ADSP-BF561SKBCZ-5A2 0°C to +70°C 500 MHz 256-Ball CSP_BGA BC-256-4
ADSP-BF561SBBCZ-5A2 –40°C to +85°C 500 MHz 256-Ball CSP_BGA BC-256-4
1
Referenced temperature is ambient temperature.
2
Z = RoHS compliant part.