Terminating buses in computer designs

Size: px
Start display at page:

Download "Terminating buses in computer designs"

Transcription

1 Terminating buses in computer designs Computer designers now combine many functions that put interface devices in signal paths between subsystems. Check all possible states and transitions that you could encounter at each subsystem boundary. By Lee Sledjeski Senior Applications Engineer Fairchild Semiconductor Input ESD P1 N1 VDD Q1 BiCMOS CMOS P2 N2 To output stage(s) To maintain reliability in a typical computer system that is idle or being reconfigured, you must design system interconnects such that they maintain (or transition to) a valid logic level. You can use several methods to maintain a bus or transition it to a predetermined logic level: 1. Terminating pull-up resistors 2. Thevenin termination 3. Pull-up/down resistors 4. Bus-hold 5. Central bus arbitration unit Use the technique most appropriate for the application. Allowing the interconnect to loiter at an indeterminate voltage level causes system faults or bit errors which can show up in one of several ways. If the floating condition is allowed to persist, it could generate lots of heat, thus overstressing the afflicted device and disabling the system. Figure 1: Take a look at the CMOS and BiCMOS input structures. It s easy to see how a floating condition could disable the entire system. Input ESD P1 N1 P2 N2 To output stage(s) Simple evaluation of modern CMOS and BiCMOS (figure 1) IC input circuitry clearly shows the potential danger. A similar study of the circuit layout topology reveals that the steady-state current caused by the floating input condition exceeds current density limits for the metal bussing around the input transistors. Floating nets are like antennae for system noise. They are ideal candidates for coupling unintended system noise from one signal to an adjacent signal. Since the floating net is unterminated, electric fields from nearby signals constantly effect the potential (voltage) on the net. This energy induces a selfsustaining oscillation that results in IC and system failure. Priorities and constraints If you are a typical engineer working on a new computer design, you are always working to optimize a system given a particular set of product requirements and time-to-market constraints. Exactly how, or to what degree, you prioritize individual pieces of the final design specification changes with each passing project. The ability to reuse pieces of hardware and software from a previous design also weighs heavily in the final solution. Here s a list of constraints common to products ranging from portable electronics to giant telecommunication switches:

2 What s Online VTT To access the articles listed below, use their titles in the new Keyword Search feature available on EE Online at PII µp PII µp 56Ω Zero-delay logic addresses PC design challenges Address data and control BX chipset GTLP processor bus Figure 2: GTLP pull-up Pentium II processor bus with North Bridge. This scheme is a byproduct of GTL technology and its need for external termination. PCMCA bridges and standards for Windows 98 and beyond Designing large capacity switching systems for video applications 1. Active and standby power consumption 2. Signal termination requirements 3. Mixed supply voltage operation 4. Support for partial system powerdown and live insertion At first glance it is obvious certain solutions (pull-up/down and bus hold) will offer advantages in small batterypowered devices. Other solutions (pull-up and Thevenin terminations) suit the needs of larger equipment. This is really only half the story. You must also apply the same set of constraints and priorities to most system components. This includes driver and receiver technology for bus interface functions, especially since integrated solutions to the floating bus problem are becoming more versatile and common. The following sections detail each of the methods, explaining the benefits and potential issues with each implementation. PCI Bus Address data and control Main memory Audio LAN System I/O North bridge Bus arbitration SCSI Termination resistors The latest generation of PCs (figure 2) use a processor bus architecture that incorporates Gunning Transceiver Logic (GTL), or GTL Plus (GTLP). This configuration uses the bus termination itself to provide and maintain a valid logic level on the bus during periods of inactivity or arbitration between bus master devices. An open-drain I/O has no internal capability to pull the bus up. Moreover, the external termination directs the low-to-high (LH) transition. Therefore only two possible logic states 0 or 1 can exist, unlike contemporary CMOS logic which allows 0, 1, or high impedance (Hi- Z). Other bus architectures, such as VTH= VDD * R 2 /(R 1+R 2 ) VDD VME, use the termination voltage to provide a valid logic level on an idle bus (figure 3). The resistive termination offers a Thevenin equivalent voltage greater than 2V, thereby keeping the bus above or transitioning the bus through the dangerous indeterminate region between 0.8V and 2V. Besides providing a valid logic level, the termination tends to damp out any reflections or noise on the backplane signal lines. This scheme works best with asymmetrical output drivers capable of sinking heavy dc loads. The dc bias of the termination requires the active driver on the backplane to supply a substantial amount of current to maintain a valid logic 0. Another type of solution is often R1 Thevenin voltage Figure 3: VME backplane with Thevenin termination. This architecture uses the termination voltage to provide a valid logic level on the bus while idle. Multimedia 2D/3D graphics engine Figure 4: PCI bus arbitration with North Bridge. This architecture uses a combination of bus-master drive and pull-down resistors. R2

3 OE VREF A0-A9 VCC 50kΩ used to complement the termination resistors. It uses the bus-master or bus-arbitration unit to actively drive the bus to a known state during inactive periods. PCI is an example of a bus architecture that uses a combination of bus-master drive and pulldown resistors. Figure 4. Pull-down resistors A typical example of this arrangement is in a preliminary Double Data Rate (DDR) SDRAM specification. Busswitch ICs are defined to incorporate a pull-down resistor for the DDR module data bus. This resistor ensures SDRAM ICs on the module will never draw excessive current due to a floating memory system data bus. The design question then becomes straightforward. You should ask, What edge-rate will the pull-down resistor impose on a SDRAM input and will this be a problem? You can calculate this answer, given the input and board capacitance on a given trace along with the pull-down resistor value. 10kΩ 1bit of ten (10) B0-B9 Figure 5: DDR bus switch with pull-down and pull-up resistors, which ensure that SDRAM ICs on the module will never draw excessive current due to a floating bus. The highest density SDRAM modules commonly used today have a 256MB capacity. Utilizing 64Mb memory technology, these modules are populated with up to 36 memory devices. This configuration requires two memory I/Os on each data bit shown in figure 5. With an I/O capacitance of 6.5pF per memory device and about 2 inches of PCB trace, the total capacitance (at 2pF/ inch) on each bit of the B-Port will be 17pF. The time constant of this RC network is 170ns. You can I IN (µa) Bus-hold current LVT FSC -500 V IN (Volts) approximate the fall time (T f ) with the formula: T f = RC/0.67V cc = 77ns/V With modern logic devices, input slew rate is generally specified between 0-10ns/V. As you can see from the calculations above, it is all but impossible to guarantee an edge rate of 10ns/V and maintain a reasonable dc power consumption per bit on the bus in a multi-drop arrangement. Remember the system will consume dc power for approximately 50 percent of the signal lines whenever the bus is active. It is only during the single transition to inactivity in which a slow rising/falling signal due to a relatively large (around 10kΩ) pulldown resistor value will consume system power. This power is consumed in the form of an increased I CCT current component for every listener on the bus. In the DDR SDRAM example shown in figure 5, you would need a pull-down resistor value of 1kΩ to I/O pin Output buffer stage Input buffer stage Bus-hold input cell Figure 6: Bus-hold input (or I/O). This technique is used on several low-voltage logic families to provide IC inputs and I/Os with a means to re-drive the incoming signal back out the input. Driver output I OH(OD) I OL(OD) Input Input Input Input Input Input Figure 7: Bus-hold overdrive current path, indicating how this technique impacts the dynamic drive requirements of all outputs on the bus. guarantee an input edge rate below 10ns/V. This lower resistance would increase the total power dissipation on the SDRAM module by 400mW or over 750mW (in some extreme cases). Fortunately, the synchronous nature of this bus architecture tolerates the slow fall times imposed by the 10kΩ pulldown resistor. You can thus save a significant amount of system power.

4 Bus-hold considerations Bus-hold is an active feedback technique (figure 6) used on several low-voltage logic families to provide IC inputs and I/Os with a means to re-drive the incoming signal back out the input. While this sounds complicated, it is conceptually quite simple and is very effective in some system applications. The bus-hold option imposes its own set of current requirements. Even though bus-hold can overcome the LVT16245 I BHL=200µA C I OH =-300µA I C =100µA PCMCIA Given I C= C*dV/dt dt = (C*dv)/IC dt= (25pF*1.5V) / 100µA dt = 375nS Maximum step out Output voltage AC step out Propagation delay Figure 8: The impact of bus-hold devices on AC performance in a PC Card application. Switch-point at 1.5V-bus hold releases latch T/R 1 OE1 problem of increased listener I CCT during transitions to bus inactivity, it adds an entirely new component to system power consumption. Bus-hold impacts the dynamic drive requirements of all outputs on the bus. It does so by imposing an additive (depends on the number of bus-hold devices) overdrive current requirement (figure 7). Outputs must contend with the bushold devices and overpower them to ensure proper signal transitions and transmission. This additive current limits the practicality of bus-hold equipped devices in a large multidrop bus architecture and portable designs containing devices with output drive specifications (I OL /I OH ) of less than 4mA. Pull-down versus bus-hold A good way to compare bus-hold and pull-down resistor solutions is to T/R 2 A 0-7 B 0-7 B 8-15 A 8-15 OE1 Figure 9: The pull-down resistor is connected only when the terminating device is disabled or inactive, which indicates there are no data transfers between the PC Card and palmtop computer. OE2 OE2 examine a palmtop computing application. The PCMCIA (or PC Card) standard has defined a 68-pin modular interface that supports common add-on functionality like modem and LAN cards. The PC Card connector is a common feature found in palmtop computers. As shown in V CC =3.3V V CC =5V LVT K on card PCMCIA Given a last state of FFFF'h Potential "3-state" current = 24mA I CC current figure 8, using a part like the LVT16245 forces the tiny drivers in the PC Card to overcome a relatively large bus-hold current opposing the change of state on the PC Card bus. Normally, the drive characteristics of bus-interface devices easily overcome the bus-hold devices. However, battery-powered PC Cards don t require large dynamic currents. In fact, larger output drivers would draw more dynamic power and have a detrimental effect on battery life. If you use an integrated pull-down solution instead of a bus-hold device, you reduce the PC Card current demand from a maximum of +/-200µA to just +/-5µA. Clever integration of the pull-down resistor incorporates a sense line to the enable circuitry (figure 9). The PC Card interface has standards for 3V and 5V card types. This means Input voltage Bus hold high 1.5 ma I /Input CC 500 µa Spec 20 µa Spec Typical CMOS Figure 10: In mixed-voltage operation with more than a single common V CC associated with any particular bus, pull-up resistors and bus-hold circuits are impractical and incomplete solutions.

5 3V or 5V cards will need to interface and communicate with the 3V logic, a classic mixed-voltage bus scenario. Mixed-voltage buses whether found in portable systems striving for lowpower operation or communication systems having a life span of over ten years need special consideration. With more than a single common V CC associated with any particular bus, pull-up resistors and bus-hold circuits are impractical and incomplete solutions. The bus-hold circuitry cannot hold the bus higher than the V CC of the parent device (figure 10). Allowing the bus to remain at 3V can cause significant levels of I CC or I CCT due to input stages of 5V devices being partially turned on. Which method works best The best methodology for controlling logic levels on an idle bus is still the venerable passive resistor. Active techniques, like bus-hold, can constrain future system upgrades to a specific operating voltage or overpower weak output drivers in modular battery-powered applications. Even with the passive resistor, some techniques will work better in mixed-voltage applications. Pulling up to 5V through a resistor will result in a current path to the 3V supply through the active output structures of the low-voltage devices. This current, although small, could transmit the 5V potential on the 3V CC supply rail. This voltage and current may be high enough to damage sensitive semiconductor devices like memories and microprocessors manufactured with deepsubmicron process technology. This leaves the pull-down resistor as the methodology of choice. You may your comments on this article to Lee Sledjeski at Lee.Sledjeski@ fairchildsemi.com, or Fax:

Advanced BiCMOS features

Advanced BiCMOS features Advanced BiCMOS Features With the advent of the newer BiCMOS and 3 volt technologies, product feature sets have been enhanced from the standard features found in previous logic families. With the newer

More information

USB1T1102 Universal Serial Bus Peripheral Transceiver with Voltage Regulator

USB1T1102 Universal Serial Bus Peripheral Transceiver with Voltage Regulator Universal Serial Bus Peripheral Transceiver with Voltage Regulator General Description This chip provides a USB Transceiver functionality with a voltage regulator that is compliant to USB Specification

More information

National Semiconductor Application Note 1115 John Goldie July FIGURE 2. Device Configurations

National Semiconductor Application Note 1115 John Goldie July FIGURE 2. Device Configurations DS92LV010A Bus LVDS Transceiver Ushers in a New Era of High-Performance Backplane Design Bus LVDS (BLVDS) is a new family of bus interface circuits invented by based on LVDS technology. This family of

More information

Features. Applications

Features. Applications Micro-Power Voltage Supervisor IttyBitty General Description The is a power supply supervisor that provides undervoltage monitoring, manual reset capability, and power-on reset generation in a compact

More information

Addressable Bus Buffer Provides Capacitance Buffering, Live Insertion and Nested Addressing in 2-WireBus Systems

Addressable Bus Buffer Provides Capacitance Buffering, Live Insertion and Nested Addressing in 2-WireBus Systems Addressable Bus Buffer Provides Capacitance Buffering, Live Insertion and Nested Addressing in 2-WireBus Systems by John Ziegler Introduction The reliability of data processing, data storage and communications

More information

Designing with Siliconix PC Card (PCMCIA) Power Interface Switches

Designing with Siliconix PC Card (PCMCIA) Power Interface Switches Designing with Siliconix PC Card (PCMCIA) Power Interface Switches AN716 Innovation in portable computer design is driven today by the need for smaller, lighter, and more energy-efficient products. This

More information

V PP IN V CC3 IN V CC5 IN EN0 EN1 MIC2561 V CC5_EN V CC3_EN

V PP IN V CC3 IN V CC5 IN EN0 EN1 MIC2561 V CC5_EN V CC3_EN MIC2561 PCMCIA Card Socket and V PP Switching Matrix Final Information General Description The MIC2561 & V PP Matrix controls PCMCIA (Personal Computer Memory Card International Association) memory card

More information

UM3222E,UM3232E. High ESD-Protected, Low Power, 3.3V to 5.5V, True RS-232 Transceivers. General Description. Applications.

UM3222E,UM3232E. High ESD-Protected, Low Power, 3.3V to 5.5V, True RS-232 Transceivers. General Description. Applications. UM3222E,UM3232E High ESD-Protected, Low Power, 3.3V to 5.5V, True RS-232 Transceivers General Description The UM3222E/UM3232E are dual driver, dual receiver RS-232 transceiver solutions intended for portable

More information

3.3 Volt CMOS Bus Interface 8-Bit Latches

3.3 Volt CMOS Bus Interface 8-Bit Latches Q 3.3 Volt CMOS Bus Interface 8-Bit Latches QS74FCT3373 QS74FCT32373 FEATURES/BENEFITS Pin and function compatible to the 74F373 JEDEC spec compatible 74LVT373 and 74FCT373T IOL = 24 ma Com. Available

More information

INTEGRATED CIRCUITS APPLICATION NOTE. AN252 Live Insertion Aspects of Philips Logic Families. Author: Mike Magdaluyo July Philips Semiconductors

INTEGRATED CIRCUITS APPLICATION NOTE. AN252 Live Insertion Aspects of Philips Logic Families. Author: Mike Magdaluyo July Philips Semiconductors INTEGRATED CIRCUITS APPLICATION NOTE Live Insertion Aspects of Philips Logic Families Author: Mike Magdaluyo July 1999 Philips Semiconductors Author: Mike Magdaluyo, Philips Semiconductors, Sunnyvale INTRODUCTION

More information

Section 3 - Backplane Architecture Backplane Designer s Guide

Section 3 - Backplane Architecture Backplane Designer s Guide Section 3 - Backplane Architecture Backplane Designer s Guide March 2002 Revised March 2002 The primary criteria for backplane design are low cost, high speed, and high reliability. To attain these often-conflicting

More information

74LVT244 74LVTH244 Low Voltage Octal Buffer/Line Driver with 3-STATE Outputs

74LVT244 74LVTH244 Low Voltage Octal Buffer/Line Driver with 3-STATE Outputs Low Voltage Octal Buffer/Line Driver with 3-STATE Outputs General Description The LVT244 and LVTH244 are octal buffers and line drivers designed to be employed as memory address drivers, clock drivers

More information

Course Introduction. Content: 21 pages 4 questions. Learning Time: 35 minutes

Course Introduction. Content: 21 pages 4 questions. Learning Time: 35 minutes Course Introduction Purpose: The intent of this course is to provide embedded control engineers with valuable implementation instructions on HCS08 port pins and the Keyboard Interrupt (KBI) module. Objectives:

More information

UM3221E/UM3222E/UM3232E

UM3221E/UM3222E/UM3232E General Description UM3221E/UM3222E/UM3232E Fail-Safe, Single Supply RS-232 Transceivers UM3221E/UM3222E/UM3232E The UM3221E/UM3222E/UM3232E series are 3.3V powered RS-232 transceivers intended for portable

More information

TIA/EIA-422-B Overview

TIA/EIA-422-B Overview TIA/EIA-422-B Overview Abstract This application note covers topics associated with concerns for implementing a balanced interface circuit utilizing the TIA/EIA-422-B (formerly RS-422-A) electrical interface

More information

IDT74LVCH16373A TRANSPARENT D-TYPE LATCH WITH 3-STATE OUTPUTS, 5 VOLT TOLERANT I/O AND BUS-HOLD

IDT74LVCH16373A TRANSPARENT D-TYPE LATCH WITH 3-STATE OUTPUTS, 5 VOLT TOLERANT I/O AND BUS-HOLD 3.3V CMOS 16-BIT IDT74LVCH16373A TRANSPARENT D-TYPE LATCH WITH 3-STATE OUTPUTS, 5 T TOLERANT I/O AND BUS-HOLD FEATURES: Typical tsk(0) (Output Skew) < 250ps ESD > 200 per MIL-STD-883, Method 3015; > 20

More information

Basic Interface Techniques for the CRD155B

Basic Interface Techniques for the CRD155B Basic Interface Techniques for the CRD155B April 2001, ver. 1.10 Application Note 101 Introduction This application note contains basic information about interfacing external circuitry to computer I/O

More information

RT54SX T r / T f Experiment

RT54SX T r / T f Experiment 955 East Arques Avenue, Sunnyvale, CA 94086 408-739-1010 RT54SX T r / T f Experiment July 08, 2002 BY Actel Product Engineering 1 DATE: July 08, 2002 DEVICE TYPE: RT54SX16-CQ256E RT54SX32-CQ208P WAFER

More information

Level Translator For SPI and I²C Bus Signals

Level Translator For SPI and I²C Bus Signals Level Translator For SPI and I²C Bus Signals APN007 Abstract A serial interface is often used for board-level communication between different integrated circuits, especially in space-constrained applications

More information

Implementing Bus LVDS Interface in Cyclone III, Stratix III, and Stratix IV Devices

Implementing Bus LVDS Interface in Cyclone III, Stratix III, and Stratix IV Devices Implementing Bus LVDS Interface in Cyclone III, Stratix III, and Stratix IV Devices November 2008, ver. 1.1 Introduction LVDS is becoming the most popular differential I/O standard for high-speed transmission

More information

AN-727 APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA Tel: 781/ Fax: 781/

AN-727 APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA Tel: 781/ Fax: 781/ APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA 02062-9106 Tel: 781/329-4700 Fax: 781/326-8703 www.analog.com icoupler Isolation in RS-485 Applications by Sean Clark INTRODUCTION The RS-485

More information

2.5 V/3.3 V, 2-Bit, Individual Control Level Translator Bus Switch ADG3243

2.5 V/3.3 V, 2-Bit, Individual Control Level Translator Bus Switch ADG3243 2.5 V/3.3 V, 2-Bit, Individual Control Level Translator Bus Switch ADG3243 FEATURES 225 ps Propagation Delay through the Switch 4.5 Switch Connection between Ports Data Rate 1.5 Gbps 2.5 V/3.3 V Supply

More information

APPLICATION NOTE 655 Supervisor ICs Monitor Battery-Powered Equipment

APPLICATION NOTE 655 Supervisor ICs Monitor Battery-Powered Equipment Maxim > Design Support > Technical Documents > Application Notes > Automotive > APP 655 Maxim > Design Support > Technical Documents > Application Notes > Microprocessor Supervisor Circuits > APP 655 Keywords:

More information

TIA/EIA-422-B Overview

TIA/EIA-422-B Overview TIA/EIA-422-B Overview ABSTRACT This application note covers topics associated with concerns for implementing a balanced interface circuit utilizing the TIA/ EIA-422-B (formerly RS-422-A) electrical interface

More information

Operating Requirements

Operating Requirements Operating Requirements for Altera Devices January 1998, ver. 8 Data Sheet Introduction Altera devices combine unique programmable logic architectures with advanced CMOS processes to provide exceptional

More information

4. Hot Socketing & Power-On Reset

4. Hot Socketing & Power-On Reset 4. Hot Socketing & Power-On Reset CII51004-3.1 Introduction Cyclone II devices offer hot socketing (also known as hot plug-in, hot insertion, or hot swap) and power sequencing support without the use of

More information

SN54LVTH16240, SN74LVTH V ABT 16-BIT BUFFERS/DRIVERS WITH 3-STATE OUTPUTS

SN54LVTH16240, SN74LVTH V ABT 16-BIT BUFFERS/DRIVERS WITH 3-STATE OUTPUTS Members of the Texas Instruments Widebus Family State-of-the-Art Advanced BiCMOS Technology (ABT) Design for 3.3-V Operation and Low Static-Power Dissipation Support Mixed-Mode Signal Operation (5-V Input

More information

DS WIRE INTERFACE 11 DECOUPLING CAP GND

DS WIRE INTERFACE 11 DECOUPLING CAP GND Rev ; 4/3 Hex Nonvolatile Potentiometer with General Description The contains six 256-position nonvolatile (NV) potentiometers, 64 bytes of NV user EEPROM memory, and four programmable NV I/O pins. The

More information

±15kV ESD-Protected, Single/Dual/Octal, CMOS Switch Debouncers

±15kV ESD-Protected, Single/Dual/Octal, CMOS Switch Debouncers 19-477; Rev 1; 1/99 ±15k ESD-Protected, Single/Dual/Octal, General Description The are single, dual, and octal switch debouncers that provide clean interfacing of mechanical switches to digital systems.

More information

EPROM. Application Note CMOS EPROM. Interfacing Atmel LV/BV EPROMs on a Mixed 3-Volt/5- Volt Data Bus

EPROM. Application Note CMOS EPROM. Interfacing Atmel LV/BV EPROMs on a Mixed 3-Volt/5- Volt Data Bus Interfacing Atmel LV/BV EPROMs on a Mixed 3-volt/5-volt Data Bus Introduction Interfacing Atmel Corporation s low voltage (LV/BV) EPROMs on a common data bus with standard 5-volt devices can be achieved

More information

2-Wire, 5-Bit DAC with Three Digital Outputs

2-Wire, 5-Bit DAC with Three Digital Outputs Rev 1; 6/4 2-Wire, 5-Bit DAC with Three Digital Outputs General Description The is a 5-bit digital-to-analog converter (DAC) with three programmable digital outputs. The communicates through a 2-wire,

More information

Is Now Part of To learn more about ON Semiconductor, please visit our website at

Is Now Part of To learn more about ON Semiconductor, please visit our website at Is Now Part of To learn more about ON Semiconductor, please visit our website at www.onsemi.com ON Semiconductor and the ON Semiconductor logo are trademarks of Semiconductor Components Industries, LLC

More information

SSTL for DIMM Applications. SCBA014 December 1997

SSTL for DIMM Applications. SCBA014 December 1997 SSTL for DIMM Applications SCBA014 December 1997 1 Introduction The stub series-terminated logic (SSTL) interface standard is intended for high-speed memory interface applications and specifies switching

More information

Features MIC2551A VBUS R S. 1.5k D+ D GND VM D SPD SUS GND. Typical Application Circuit

Features MIC2551A VBUS R S. 1.5k D+ D GND VM D SPD SUS GND. Typical Application Circuit MIC2551 USB Transceiver General Description The MIC2551 is a single chip transceiver that complies with the physical layer specifications of the Universal Serial Bus (USB) 2.0. It supports both full speed

More information

Integrity Instruments Application Notes. Release 1

Integrity Instruments Application Notes. Release 1 Integrity Instruments Application Notes Release 1 What is EIA/TIA/RS-485 What is EIA/TIA/RS-422 Half Duplex and Full Duplex Communication Asynchronous Communicatin Grounding EIA/TIA/RS-485/422 Shielding

More information

Features VCC MIC1810 RESET RESET

Features VCC MIC1810 RESET RESET Microprocessor Reset Circuit General Description The is an inexpensive microprocessor supervisory circuit that monitors power supplies in microprocessor based systems. The function of these devices is

More information

DS1210 Nonvolatile Controller Chip

DS1210 Nonvolatile Controller Chip Nonvolatile Controller Chip www.dalsemi.com FEATURES Converts CMOS RAMs into nonvolatile memories Unconditionally write protects when V CC is out of tolerance Automatically switches to battery when power-fail

More information

R is less than 5Ω +5V R = INFINITIVE DISCONNECTED AN1 03/11/02

R is less than 5Ω +5V R = INFINITIVE DISCONNECTED AN1 03/11/02 123456789012345678901234567890121234567890123456789012345678901212345678901234567890123456789012123456789012345678901234567 1. Bus Switch Features Pericom s bus switch product family has many features

More information

SN54LVTH16374, SN74LVTH V ABT 16-BIT EDGE-TRIGGERED D-TYPE FLIP-FLOPS WITH 3-STATE OUTPUTS

SN54LVTH16374, SN74LVTH V ABT 16-BIT EDGE-TRIGGERED D-TYPE FLIP-FLOPS WITH 3-STATE OUTPUTS Members of the Texas Instruments Widebus Family State-of-the-Art Advanced BiCMOS Technology (ABT) Design for 3.3-V Operation and Low Static-Power Dissipation Support Mixed-Mode Signal Operation (5-V Input

More information

2:1 MULTIPLEXER CHIP FOR PCI-EXPRESS ICS Description. Features. Block Diagram DATASHEET

2:1 MULTIPLEXER CHIP FOR PCI-EXPRESS ICS Description. Features. Block Diagram DATASHEET DATASHEET 2:1 MULTIPLEXER CHIP FOR PCI-EXPRESS ICS557-08 Description The ICS557-08 is a 2:1 multiplexer chip that allows the user to select one of the two HCSL (Host Clock Signal Level) or LVDS input pairs

More information

Craft Port Tiny RS-232 Transceiver for Portable Applications ADM101E. Data Sheet FUNCTIONAL BLOCK DIAGRAM

Craft Port Tiny RS-232 Transceiver for Portable Applications ADM101E. Data Sheet FUNCTIONAL BLOCK DIAGRAM Data Sheet FEATURES 460 kbit/s Transmission Rate Single 5 V Power Supply Compatible with RS-232 Input/Output Levels 0.1 μf Charge Pump Capacitors One Driver and One Receiver On-Board DC-DC Converter ±4.2

More information

AT49BV004(T) TSOP Top View Type 1 1. AT49BV4096A(T) TSOP Top View Type 1 A16 BYTE GND I/O7 I/O14 I/O6 I/O13 I/O5 I/O12 I/O4 VCC I/O11 I/O3 I/O10 I/O2

AT49BV004(T) TSOP Top View Type 1 1. AT49BV4096A(T) TSOP Top View Type 1 A16 BYTE GND I/O7 I/O14 I/O6 I/O13 I/O5 I/O12 I/O4 VCC I/O11 I/O3 I/O10 I/O2 Features 2.7V to 3.6V Read/Write Operation Fast Read Access Time - 120 ns Internal Erase/Program Control Sector Architecture One 8K Words (16K bytes) Boot Block with Programming Lockout Two 4K Words (8K

More information

2:1 MULTIPLEXER CHIP FOR PCI-EXPRESS ICS Features

2:1 MULTIPLEXER CHIP FOR PCI-EXPRESS ICS Features DATASHEET 2:1 MULTIPLEXER CHIP FOR PCI-EXPRESS ICS557-08 Description The ICS557-08 is a 2:1 multiplexer chip that allows the user to select one of the two HCSL (Host Clock Signal Level) input pairs and

More information

INTEGRATED CIRCUITS. PCA9512 Level shifting hot swappable I 2 C and SMBus buffer. Product data sheet 2004 Oct 05. Philips Semiconductors

INTEGRATED CIRCUITS. PCA9512 Level shifting hot swappable I 2 C and SMBus buffer. Product data sheet 2004 Oct 05. Philips Semiconductors INTEGRATED CIRCUITS Level shifting hot swappable I 2 C and SMBus buffer 2004 Oct 05 Philips Semiconductors DESCRIPTION The is a hot swappable I 2 C and SMBus buffer that allows I/O card insertion into

More information

1-Megabit (128K x 8) 5-volt Only Flash Memory AT29C010A. Features. Description. Pin Configurations

1-Megabit (128K x 8) 5-volt Only Flash Memory AT29C010A. Features. Description. Pin Configurations Features Fast Read Access Time - 70 ns 5-Volt Only Reprogramming Sector Program Operation Single Cycle Reprogram (Erase and Program) 1024 Sectors (128 bytes/sector) Internal Address and Data Latches for

More information

IEEE 1284 Interface Design Solutions

IEEE 1284 Interface Design Solutions AN-5010 Fairchild Semiconductor Application Note July 1999 Revised November 2000 IEEE 1284 Interface Design Solutions Applications note supporting the 74ACT1284, 74VHC161284 and 74LVX161284 devices Introduction

More information

2. Control Pin Functions and Applications

2. Control Pin Functions and Applications IMARY CONTROL ( PIN) Module Enable / Disable. The module can be disabled by pulling the below 2.3 V with respect to the Input. This should be done with an open-collector transistor, relay, or optocoupler.

More information

MIC2544A/2548A. General Description. Features. Applications. Typical Application. Programmable Current Limit High-Side Switch

MIC2544A/2548A. General Description. Features. Applications. Typical Application. Programmable Current Limit High-Side Switch Programmable Current Limit High-Side Switch General Description The MIC2544A and MIC2548A are integrated, high-side power switches optimized for low loss DC power switching and other power management applications,

More information

1-megabit (64K x 16) 5-volt Only Flash Memory AT49F1024A Features Description Pin Configurations

1-megabit (64K x 16) 5-volt Only Flash Memory AT49F1024A Features Description Pin Configurations BDTIC www.bdtic.com/atmel Features Single-voltage Operation 5V Read 5V Reprogramming Fast Read Access Time 45 ns Internal Program Control and Timer 8K Word Boot Block with Lockout Fast Erase Cycle Time

More information

Frequency Generator for Pentium Based Systems

Frequency Generator for Pentium Based Systems Integrated Circuit Systems, Inc. ICS969C-23 Frequency Generator for Pentium Based Systems General Description The ICS969C-23 is a low-cost frequency generator designed specifically for Pentium-based chip

More information

LM3526 Dual Port USB Power Switch and Over-Current Protection

LM3526 Dual Port USB Power Switch and Over-Current Protection LM3526 Dual Port USB Power Switch and Over-Current Protection General Description The LM3526 provides Universal Serial Bus standard power switch and over-current protection for all host port applications.

More information

FAN3989 USB/Charger Detection Device with Load Switch

FAN3989 USB/Charger Detection Device with Load Switch FAN3989 USB/Charger Detection Device with Load Switch Features Charger/USB Detection Device with Load Switch Charger/USB Device Detection Flag Over/Under-Voltage Detection Flag Load Switch Output, Up to

More information

DS1265Y/AB 8M Nonvolatile SRAM

DS1265Y/AB 8M Nonvolatile SRAM 19-5616; Rev 11/10 www.maxim-ic.com 8M Nonvolatile SRAM FEATURES 10 years minimum data retention in the absence of external power Data is automatically protected during power loss Unlimited write cycles

More information

DS1831C/D/E. 3.3V/2.5V Multisupply MicroMonitor

DS1831C/D/E. 3.3V/2.5V Multisupply MicroMonitor 3.3V/2.5V Multisupply MicroMonitor www.maxim-ic.com FEATURES 2.5V power-on reset 3.3V power-on reset Two referenced comparators with separate outputs for monitoring additional supplies Internal power is

More information

Recent Advancements in Bus-Interface Packaging and Processing

Recent Advancements in Bus-Interface Packaging and Processing Recent Advancements in Bus-Interface Packaging and Processing SCZA001A February 1997 1 IMPORTANT NOTICE Texas Instruments (TI) reserves the right to make changes to its products or to discontinue any semiconductor

More information

TOP VIEW CLOCK GENERATOR A1 A2 GND CPU SPEED SELECT

TOP VIEW CLOCK GENERATOR A1 A2 GND CPU SPEED SELECT Rev 0; 6/04 9-Bit I 2 C Nonvolatile General Description The is a 9-bit nonvolatile (NV) I/O expander with 64 bytes of NV user memory controlled by an I 2 C TM - compatible serial interface. The offers

More information

DS2405. Addressable Switch PIN ASSIGNMENT

DS2405. Addressable Switch PIN ASSIGNMENT www.maxim-ic.com FEATURES Open-drain PIO pin is controlled by matching 64-bit, laser-engraved registration number associated with each device Logic level of open drain output can be determined over 1-Wire

More information

QPro XQR17V16 Radiation Hardened 16Mbit QML Configuration PROM

QPro XQR17V16 Radiation Hardened 16Mbit QML Configuration PROM R DS126 (v1.0) December 18, 2003 0 8 Product Specification 0 QPro XQR17V16 Radiation Hardened 16Mbit QML Configuration PROM Features Latch-Up Immune to LET >120 MeV/cm 2 /mg Guaranteed TID of 50 krad(si)

More information

Application of Zero Delay Buffers in Switched Ethernet

Application of Zero Delay Buffers in Switched Ethernet 3 Application Note15 Application of Zero Delay Buffers in Switched Ethernet By Cameron Katrai Abstract With the best and tightest characteristics of any PLL driver, Pericom s collection of Zero Delay Clock

More information

AN 523: Cyclone III Devices Configuration Interface Guidelines with EPCS Devices

AN 523: Cyclone III Devices Configuration Interface Guidelines with EPCS Devices AN 523: Devices Configuration Interface Guidelines with Devices February 2014 AN-523-1.3 Introduction This application note provides the guidelines to Cyclone III family devices ( and LS devices) interfacing

More information

Voltage Translation (5 V, 3.3 V, 2.5 V, 1.8 V), Switching Standards, and Bus Contention

Voltage Translation (5 V, 3.3 V, 2.5 V, 1.8 V), Switching Standards, and Bus Contention Voltage Translation (5 V, 3.3 V, 2.5 V, 1.8 V), Switching Standards, and Bus Contention SCYA006 September 1999 1 IMPORTANT NOTICE Texas Instruments and its subsidiaries (TI) reserve the right to make changes

More information

Copyright 2000 N. AYDIN. All rights reserved. 1

Copyright 2000 N. AYDIN. All rights reserved. 1 Electronic Circuits Prof. Nizamettin AYDIN naydin@yildiz.edu.tr http://www.yildiz.edu.tr/~naydin Dr. Gökhan Bilgin gokhanb@ce.yildiz.edu.tr Digital devices Introduction Gate characteristics Logic families

More information

CAT22C Bit Nonvolatile CMOS Static RAM

CAT22C Bit Nonvolatile CMOS Static RAM 256-Bit Nonvolatile CMOS Static RAM FEATURES Single 5V Supply Fast RAM Access Times: 200ns 300ns Infinite E 2 PROM to RAM Recall CMOS and TTL Compatible I/O Power Up/Down Protection 100,000 Program/Erase

More information

DS1225Y 64k Nonvolatile SRAM

DS1225Y 64k Nonvolatile SRAM 19-5603; Rev 10/10 NOT RECOMMENDED FOR NEW DESIGNS 64k Nonvolatile SRAM www.maxim-ic.com FEATURES 10 years minimum data retention in the absence of external power Data is automatically protected during

More information

+1.2V to +5.5V, ±15kV ESD-Protected, 0.1µA, 35Mbps, 8-Channel Level Translators

+1.2V to +5.5V, ±15kV ESD-Protected, 0.1µA, 35Mbps, 8-Channel Level Translators 9-7; Rev ; / +.V to +.V, ±kv ESD-Protected,.µA, General Description The MAXE/MAXE/MAX MAX 8- channel level translators provide the level shifting necessary to allow data transfer in a multivoltage system.

More information

DS1810 5V EconoReset with Push-Pull Output

DS1810 5V EconoReset with Push-Pull Output 5V EconoReset with Push-Pull Output www.maxim-ic.com FEATURES Automatically restarts a microprocessor after power failure Maintains reset for 150 ms after V CC returns to an in-tolerance condition Reduces

More information

CD4010C Hex Buffers (Non-Inverting)

CD4010C Hex Buffers (Non-Inverting) Hex Buffers (Non-Inverting) General Description The CD4010C hex buffers are monolithic complementary MOS (CMOS) integrated circuits. The N- and P-channel enhancement mode transistors provide a symmetrical

More information

8. Selectable I/O Standards in Arria GX Devices

8. Selectable I/O Standards in Arria GX Devices 8. Selectable I/O Standards in Arria GX Devices AGX52008-1.2 Introduction This chapter provides guidelines for using industry I/O standards in Arria GX devices, including: I/O features I/O standards External

More information

FAN6555 2A DDR Bus Termination Regulator

FAN6555 2A DDR Bus Termination Regulator A DDR Bus Termination Regulator www.fairchildsemi.com Features Can source and sink up to A continous, 3A peak No heatsink required Integrated Power MOSFETs Generates termination voltages for DDR SDRAM

More information

FXL6408 Fully Configurable 8-Bit I 2 C-Controlled GPIO Expander

FXL6408 Fully Configurable 8-Bit I 2 C-Controlled GPIO Expander October 2012 FXL6408 Fully Configurable 8-Bit I 2 C-Controlled GPIO Expander Features 4X Expansion of Connected Processor I/O Ports Fully Integrated I 2 C Slave 8 Independently Configurable I/O Ports Low-Power

More information

QPro XQ17V16 Military 16Mbit QML Configuration PROM

QPro XQ17V16 Military 16Mbit QML Configuration PROM R 0 QPro XQ17V16 Military 16Mbit QML Configuration PROM DS111 (v1.0) December 15, 2003 0 8 Product Specification Features 16Mbit storage capacity Guaranteed operation over full military temperature range:

More information

AOZ8900. Ultra-Low Capacitance TVS Diode Array PRELIMINARY. Features. General Description. Applications. Typical Application

AOZ8900. Ultra-Low Capacitance TVS Diode Array PRELIMINARY. Features. General Description. Applications. Typical Application Ultra-Low Capacitance TS Diode Array General Description The is a transient voltage suppressor array designed to protect high speed data lines from Electro Static Discharge (ESD) and lightning. This device

More information

Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. LM3525 Single Port USB Power Switch and Over-Current Protection General

More information

1000 Base-T, ±15kV ESD Protection LAN Switch

1000 Base-T, ±15kV ESD Protection LAN Switch 19-0841; Rev 0; 6/07 1000 Base-T, ±15kV ESD Protection LAN Switch General Description The meets the needs of high-speed differential switching, including that of Gigabit Ethernet (10/100/1000) Base-T switching

More information

FPGA Power Management and Modeling Techniques

FPGA Power Management and Modeling Techniques FPGA Power Management and Modeling Techniques WP-01044-2.0 White Paper This white paper discusses the major challenges associated with accurately predicting power consumption in FPGAs, namely, obtaining

More information

Features MIC2779L IN OUT HTH GND. Cellular Telephone Battery Monitor

Features MIC2779L IN OUT HTH GND. Cellular Telephone Battery Monitor MIC2779 Voltage Monitor with Adjustable Hysteresis General Description The MIC2779 is a voltage monitor uniquely designed to detect two separate voltage thresholds combined with a delay generator and logic.

More information

Features. Applications

Features. Applications HCSL-Compatible Clock Generator for PCI Express General Description The is the smallest, high performance, lowest power, 2 differential output clock IC available for HCSL timing applications. offers -130dBc

More information

Summary of Well Known Interface Standards

Summary of Well Known Interface Standards Summary of Well Known Interface Standards FORWARD Designing an interface between systems is not a simple or straight-forward task. s that must be taken into account include: data rate, data format, cable

More information

2 TO 4 DIFFERENTIAL CLOCK MUX ICS Features

2 TO 4 DIFFERENTIAL CLOCK MUX ICS Features DATASHEET 2 TO 4 DIFFERENTIAL CLOCK MUX ICS557-06 Description The ICS557-06 is a two to four differential clock mux designed for use in PCI-Express applications. The device selects one of the two differential

More information

MIC826. General Description. Features. Applications. Typical Application

MIC826. General Description. Features. Applications. Typical Application Voltage Supervisor with Watchdog Timer, Manual Reset, and Dual Outputs In 1.6mm x 1.6mm TDFN General Description The is a low-current, ultra-small, voltage supervisor with manual reset input, watchdog

More information

FUSB1500 USB2.0 Full-Speed / Low-Speed Transceiver with Charger Detection

FUSB1500 USB2.0 Full-Speed / Low-Speed Transceiver with Charger Detection FUSB1500 USB2.0 Full-Speed / Low-Speed Transceiver with Charger Detection Features Complies with USB2.0 Specification Supports 12Mbps and 1.5Mbps USB2.0 Speeds - Single Ended (SE) Mode Signaling - Slew-Rate

More information

FCT-T OCTAL LOGIC CHARACTERISTICS AND APPLICATIONS

FCT-T OCTAL LOGIC CHARACTERISTICS AND APPLICATIONS Integrated Device Technology, Inc. FCT-T OCTAL LOGIC CHARACTERISTICS AND APPLICATIONS APPLICATION NOTE AN- By Stanley Hronik INTRODUCTION IDT FCT Octal Logic is form, fit, and function compatible with

More information

MIC705/706/707/708. General Description. Features. Applications. Typical Application. µp Supervisory Circuit

MIC705/706/707/708. General Description. Features. Applications. Typical Application. µp Supervisory Circuit µp Supervisory Circuit General Description The MIC705, MIC706, MIC707, and MIC708 are inexpensive microprocessor supervisory circuits that monitor power supplies in microprocessor-based systems. The circuit

More information

PI6C182B. Precision 1-10 Clock Buffer. Features. Description. Diagram. Pin Configuration

PI6C182B. Precision 1-10 Clock Buffer. Features. Description. Diagram. Pin Configuration Features Low noise non-inverting 1-10 buffer Supports frequency up to 140 MHz Supports up to four SDRAM DIMMs Low skew (

More information

4. Hot Socketing and Power-On Reset in MAX V Devices

4. Hot Socketing and Power-On Reset in MAX V Devices December 2010 MV51004-1.0 4. Hot Socketing and Power-On Reset in MAX V Devices MV51004-1.0 This chapter provides information about hot-socketing specifications, power-on reset (POR) requirements, and their

More information

DS1306. Serial Alarm Real Time Clock (RTC)

DS1306. Serial Alarm Real Time Clock (RTC) www.dalsemi.com FEATURES Real time clock counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap year compensation valid up to 2100 96-byte nonvolatile RAM for data

More information

AT29C K (32K x 8) 5-volt Only CMOS Flash Memory. Features. Description. Pin Configurations

AT29C K (32K x 8) 5-volt Only CMOS Flash Memory. Features. Description. Pin Configurations Features Fast Read Access Time - 70 ns 5-Volt-Only Reprogramming Page Program Operation Single Cycle Reprogram (Erase and Program) Internal Address and Data Latches for 64-Bytes Internal Program Control

More information

TABLE OF CONTENTS 1.0 PURPOSE INTRODUCTION ESD CHECKS THROUGHOUT IC DESIGN FLOW... 2

TABLE OF CONTENTS 1.0 PURPOSE INTRODUCTION ESD CHECKS THROUGHOUT IC DESIGN FLOW... 2 TABLE OF CONTENTS 1.0 PURPOSE... 1 2.0 INTRODUCTION... 1 3.0 ESD CHECKS THROUGHOUT IC DESIGN FLOW... 2 3.1 PRODUCT DEFINITION PHASE... 3 3.2 CHIP ARCHITECTURE PHASE... 4 3.3 MODULE AND FULL IC DESIGN PHASE...

More information

Low Voltage, 10-Bit Digital Temperature Sensor in 8-Lead MSOP AD7314

Low Voltage, 10-Bit Digital Temperature Sensor in 8-Lead MSOP AD7314 a FEATURES 10-Bit Temperature-to-Digital Converter 35 C to +85 C Operating Temperature Range 2 C Accuracy SPI and DSP Compatible Serial Interface Shutdown Mode Space-Saving MSOP Package APPLICATIONS Hard

More information

Fairchild Semiconductor Application Note December 2000 Revised June What is LVDS? FIGURE 2. Driver/Receiver Schematic

Fairchild Semiconductor Application Note December 2000 Revised June What is LVDS? FIGURE 2. Driver/Receiver Schematic LVDS Fundamentals Introduction With the recent developments in the communications market, the demand for throughput is becoming increasingly more crucial. Although older differential technologies provide

More information

DS1834/A/D Dual EconoReset with Pushbutton

DS1834/A/D Dual EconoReset with Pushbutton Dual EconoReset with Pushbutton www.dalsemi.com FEATURES 5V power-on reset 3.3V power-on reset Internal power is drawn from higher of either the input or the 3.3V IN input Excellent for systems designed

More information

TEXAS INSTRUMENTS ANALOG UNIVERSITY PROGRAM DESIGN CONTEST MIXED SIGNAL TEST INTERFACE CHRISTOPHER EDMONDS, DANIEL KEESE, RICHARD PRZYBYLA SCHOOL OF

TEXAS INSTRUMENTS ANALOG UNIVERSITY PROGRAM DESIGN CONTEST MIXED SIGNAL TEST INTERFACE CHRISTOPHER EDMONDS, DANIEL KEESE, RICHARD PRZYBYLA SCHOOL OF TEXASINSTRUMENTSANALOGUNIVERSITYPROGRAMDESIGNCONTEST MIXED SIGNALTESTINTERFACE CHRISTOPHEREDMONDS,DANIELKEESE,RICHARDPRZYBYLA SCHOOLOFELECTRICALENGINEERINGANDCOMPUTERSCIENCE OREGONSTATEUNIVERSITY I. PROJECT

More information

SP5301. Universal Serial Bus Transceiver

SP5301. Universal Serial Bus Transceiver SP5301 Universal Serial Bus Transceiver Utilizes digital inputs and outputs to transmit and receive USB cable data Supports 12Mbps "Full Speed" and 1.5Mbps "Low Speed" serial data transmission Compatible

More information

PART IN+ IN- TX_DISABLE TX_FAULT BIAS SET BIASMAX 2 APCSET 2 MODSET 2 MOD SET PC_MON BS_MON

PART IN+ IN- TX_DISABLE TX_FAULT BIAS SET BIASMAX 2 APCSET 2 MODSET 2 MOD SET PC_MON BS_MON Rev 1; 2/6 Dual, NV, Variable Resistors General Description The DS392 features a dual, nonvolatile (NV), low temperature-coefficient, variable digital resistor with 256 user-selectable positions. The DS392

More information

Description INPUT INTERFACING

Description INPUT INTERFACING SEMICONDUCTOR ICM711, ICM71 December 1993 Features ICM711 (LCD) Description -Digit ICM711 (LCD) and ICM71 (LED) Display Drivers Four Digit Non-Multiplexed 7 Segment LCD Display Outputs With Backplane Driver

More information

DS1249Y/AB 2048k Nonvolatile SRAM

DS1249Y/AB 2048k Nonvolatile SRAM 19-5631; Rev 11/10 www.maxim-ic.com FEATURES 10 years minimum data retention in the absence of external power Data is automatically protected during power loss Unlimited write cycles Low-power CMOS operation

More information

TF10CP02 / TF10CP Gbps 2x2 LVDS Crosspoint Switches. Features. Description. Applications. Function Diagram. Ordering Information.

TF10CP02 / TF10CP Gbps 2x2 LVDS Crosspoint Switches. Features. Description. Applications. Function Diagram. Ordering Information. Features DC to 1.5 Gbps low jitter, low skew, low power operation Pin configurable, fully differential, non-blocking architecture eases system design and PCB layout On-chip 100W input termination minimizes

More information

PT7M Ultra Low Voltage Detectors

PT7M Ultra Low Voltage Detectors Features Factory-Set Reset Threshold Voltages for Nominal Supplies from 1.2V to 1.8V Low power consumption : Typ 7.5μA Five different timeout periods available: 70μs(voltage detector), 1.5ms, 30ms, 210ms

More information

DS28CM00. I²C/SMBus Silicon Serial Number

DS28CM00. I²C/SMBus Silicon Serial Number DS28CM00 I²C/SMBus Silicon Serial Number www.maxim-ic.com GENERAL DESCRIPTION The DS28CM00 is a low-cost, electronic registration number to provide an absolutely unique identity that can be determined

More information

4-Megabit (512K x 8) 5-volt Only CMOS Flash Memory AT49F040 AT49F040T AT49F040/040T AT49F040/040T. Features. Description. Pin Configurations

4-Megabit (512K x 8) 5-volt Only CMOS Flash Memory AT49F040 AT49F040T AT49F040/040T AT49F040/040T. Features. Description. Pin Configurations Features Single Voltage Operation 5V Read 5V Reprogramming Fast Read Access Time - 70 ns Internal Program Control and Timer 16K bytes Boot Block With Lockout Fast Erase Cycle Time - 10 seconds Byte By

More information