74HC573PW


Octal D-type transparent latch, 3-state outputs, LE and OE control, 2-6V, TSSOP-20, -40~125C, I/O on opposite sides for bus interfacing

24829

Effective Inventory
Go to Inquiry

Image for reference only

Manufacturer Part:

74HC573PW

Package:

TSSOP-20 (SOT360-1) (6.4 x 4.4 x 1.2 mm)

Brand:
Product Categories:
Other recommendations you may be interested in.
Description

The 74HC573PW from Nexperia is an octal D-type transparent latch with 3-state outputs in a TSSOP-20 package (SOT360-1, 6.4 x 4.4 mm). It features 8 D-type latches with latch enable (LE) and output enable (OE) controls. When LE is HIGH, the latches are transparent – data at the D inputs appears directly at the Q outputs. When LE goes LOW, the data present at the D inputs at the HIGH-to-LOW transition is latched and held at the outputs. The OE input (active LOW) controls the 3-state outputs: when OE is HIGH, all outputs are in the high-impedance state regardless of LE or D input states; OE does not affect the internal latch state. Supply voltage: 2.0V to 6.0V (74HC), 4.5V to 5.5V (74HCT). Propagation delay: 14ns typ at 4.5V. Output drive: +/-7.8mA. Quiescent supply current: 80uA max at 6.0V. Inputs and outputs on opposite sides of the package simplify PCB routing for microprocessor bus interfacing. Latch-up exceeds 100mA per JESD 78 Class II Level B. ESD: HBM exceeds 2000V, CDM exceeds 1000V. Operating temperature: -40C to +125C. Active product, RoHS compliant.

The 74HC573PW from Nexperia is an octal (8-bit) D-type transparent latch with 3-state outputs, housed in a 20-pin TSSOP package. It is one of the most widely used bus latch devices in digital system design, particularly for microprocessor and microcontroller address/data bus demultiplexing.

The 74HC573 is functionally identical to the 74HC373, but with a different pinout that places all data inputs on one side of the package and all outputs on the opposite side. This flow-through pinout dramatically simplifies PCB layout for bus-oriented designs, where the data bus flows from left to right (or top to bottom) through the latch. The 74HC373, by contrast, has inputs and outputs interleaved, making bus routing more complex.

The device provides two control functions: latch enable (LE) and output enable (OE). The LE pin controls whether the latches are transparent (passing input data to outputs) or holding (latching the last data). The OE pin controls whether the outputs are active (driving the bus) or in the high-impedance state (disconnected from the bus). These two controls operate independently: OE affects only the output buffers, not the internal latch state, so the latched data is preserved even when the outputs are disabled.

Transparent Latch Operation: When LE is HIGH, each D input passes directly through its respective latch to the corresponding Q output. The latch is said to be ‘transparent’ because the output follows the input with only the propagation delay (approximately 14ns at VCC=4.5V). This mode is used during the time when the microprocessor is driving the address/data bus with valid data. When LE transitions from HIGH to LOW, the data present at the D inputs at the moment of the falling edge is captured (latched) and held at the Q outputs. The latch then becomes opaque – changes on the D inputs no longer affect the Q outputs until LE goes HIGH again.

3-State Output Control: The OE pin controls the output buffers independently of the latch state. When OE is LOW (active), the outputs drive the bus with the latched data. When OE is HIGH, all outputs enter the high-impedance (Hi-Z) state, effectively disconnecting the device from the bus. This allows multiple devices to share a common output bus without contention. The internal latch continues to hold its data even when the outputs are disabled, so the data is immediately available when OE goes LOW again.

Microprocessor Bus Demultiplexing: The primary application of the 74HC573 is demultiplexing the combined address/data bus used by many microprocessors and microcontrollers. In these systems, the same physical pins carry both address and data information on different clock phases. The 74HC573 captures the address during the address phase (LE=HIGH, then LE goes LOW to latch), and the latched address remains stable on the outputs while the bus transitions to the data phase. This allows the system to use the address for memory decoding while the data bus is free for read/write operations.

The 74HC573 is also commonly used as an output port expander. A microcontroller writes data to the latch by driving the D inputs and pulsing LE. The latched data then drives external peripherals (LEDs, relays, displays) independently of the microcontroller bus state. The OE pin can be used to enable/disable the port outputs as needed.

The 74HC variant operates over the full 2.0V to 6.0V supply range with CMOS input levels, while the 74HCT variant operates at 4.5V to 5.5V with TTL-compatible input levels. The HCT variant is preferred when interfacing with 5V TTL or CMOS logic, while the HC variant is used for lower-voltage applications.

Input clamp diodes on all inputs allow interfacing with voltages in excess of VCC through current-limiting resistors. This feature is useful in mixed-voltage systems where input signals may come from a higher-voltage domain. The latch-up performance exceeds 100mA per JESD 78 Class II Level B, ensuring reliable operation in harsh electrical environments.

The 74HC573PW operates as 8 independent D-type transparent latches with common control inputs and 3-state output buffers.

Transparent Latch Cell: Each of the 8 latch cells consists of a data input (D), a transmission gate, a feedback inverter, and a buffer to the output. When LE is HIGH, the transmission gate connects the D input to the latch node, and the feedback inverter maintains the logic level. The output buffer drives the Q output with the value at the latch node. In this transparent state, the Q output follows the D input with a propagation delay determined by the transmission gate and output buffer delays (approximately 14ns at VCC=4.5V).

Latch Operation: When LE transitions from HIGH to LOW, the transmission gate opens, disconnecting the D input from the latch node. The feedback inverter then maintains the last logic level at the latch node indefinitely (as long as power is maintained). The Q output continues to drive the latched value. The critical timing parameter is the data setup time (tsu, typically 3-5ns): the D input must be stable for at least tsu before the falling edge of LE to ensure correct data capture. The data hold time (th) is typically 1-2ns after the LE falling edge.

3-State Output Buffer: Each output buffer consists of a pair of complementary MOSFETs (P-channel pull-up and N-channel pull-down) that can be enabled or disabled by the OE control. When OE is LOW (output enabled), the buffer operates normally, driving the output HIGH or LOW based on the latch data. When OE is HIGH (output disabled), both MOSFETs are turned off, placing the output in the high-impedance state. The output impedance in the Hi-Z state is typically >1Gohm, effectively disconnecting the device from the bus. The OE control does not affect the internal latch node – the latched data is preserved regardless of the OE state.

Control Independence: The LE and OE controls are completely independent. This means: (1) The latch can be updated (LE toggled) while the outputs are disabled (OE=HIGH), allowing the device to be pre-loaded with data before enabling the outputs. (2) The outputs can be disabled (OE=HIGH) while the latch retains its current data, allowing other devices to drive the bus. (3) Both controls can be operated simultaneously if desired, though care must be taken to meet the timing requirements for data capture.

Flow-Through Pinout: The TSSOP-20 package arranges the pins so that all data inputs (D0-D7) are on one side (pins 2-9) and all data outputs (Q0-Q7) are on the opposite side (pins 12-19). The control pins (OE at pin 1, LE at pin 11) and power pins (VCC at pin 20, GND at pin 10) are at the ends. This flow-through arrangement allows the device to be placed between two bus traces with minimal routing complexity – the input bus enters from one side, the output bus exits from the other side, and the control signals come from the ends.

CMOS Implementation: The device uses silicon-gate CMOS technology with complementary N-channel and P-channel MOSFETs. The CMOS implementation provides: (1) virtually zero static power dissipation (only leakage current flows when inputs are stable and the device is not switching); (2) rail-to-rail output swing (VOL near 0V, VOH near VCC); (3) symmetrical output drive capability (+/-7.8mA source and sink at VCC=4.5V); (4) high noise immunity due to the wide input thresholds (approximately 30-70% of VCC for HC variant).

Bus Contention Avoidance: When multiple 3-state devices share a common bus, only one device should drive the bus at any time. Bus contention occurs when two or more devices try to drive the bus to different logic levels simultaneously, which can cause excessive current flow and damage the output buffers. The system designer must ensure that the OE signals for all devices on the bus are mutually exclusive. A common technique is to use a decoder (such as the 74HC238) to generate the OE signals, ensuring that only one device is enabled at a time.

Pin Name Type Description
1 OE Input Output enable input; active LOW; LOW = outputs enabled (driving bus); HIGH = outputs in high-impedance state; OE does not affect the internal latch state; can be used to disconnect device from shared bus without losing latched data
2 D0 Input Data input 0; data enters the latch when LE is HIGH; captured on HIGH-to-LOW transition of LE
3 D1 Input Data input 1
4 D2 Input Data input 2
5 D3 Input Data input 3
6 D4 Input Data input 4
7 D5 Input Data input 5
8 D6 Input Data input 6
9 D7 Input Data input 7
10 GND Power Ground (0V)
11 LE Input Latch enable input; active HIGH; HIGH = latches transparent (Q follows D); LOW = latches hold last data; data is captured on the HIGH-to-LOW transition of LE; setup and hold times must be met for reliable capture
12 Q7 Output 3-state latch output 7; drives the bus when OE is LOW; high-impedance when OE is HIGH
13 Q6 Output 3-state latch output 6
14 Q5 Output 3-state latch output 5
15 Q4 Output 3-state latch output 4
16 Q3 Output 3-state latch output 3
17 Q2 Output 3-state latch output 2
18 Q1 Output 3-state latch output 1
19 Q0 Output 3-state latch output 0
20 VCC Power Supply voltage; 2.0V to 6.0V for 74HC573; 4.5V to 5.5V for 74HCT573; decouple with 0.1uF ceramic capacitor to GND
Application Description
Microprocessor Address Latch Demultiplex combined address/data bus; capture address during ALE (address latch enable) pulse; latched address drives memory and I/O decoders while data bus is free for read/write operations; 74HC573 flow-through pinout simplifies address bus routing
Output Port Expansion Add 8 parallel output lines to a microcontroller; write data to D inputs from data bus; pulse LE to capture data; outputs drive LEDs, relays, displays, or other peripherals; OE enables/disables the port; latch holds data without CPU intervention
Input Port Buffering Buffer 8 input lines through a 74HC573 with OE controlled by an address decoder; input data is captured on LE and held for the microcontroller to read via the data bus; 3-state outputs allow multiple input ports to share the same data bus
Memory Write Data Latch Capture write data from a shared bus and hold it stable for slow memory devices; LE captures data on write strobe falling edge; outputs drive memory data inputs; OE tied LOW for always-enabled output; ensures data stability throughout memory write cycle
LED Display Multiplexing Hold digit or segment data for multiplexed LED displays; one 74HC573 latches segment data, another latches digit select data; both controlled by microcontroller; 3-state outputs enable/disable individual displays in the multiplex cycle
Model Manufacturer Compatibility Key Difference
74HC373PW Nexperia Same Function, Different Pinout Identical logic function but with interleaved I/O pinout (not flow-through); same TSSOP-20 package; use when the interleaved pinout is preferred or when replacing a 74HC373 in an existing design; 74HC573 is generally preferred for new designs due to flow-through layout
74HCT573PW Nexperia TTL-Level Variant Same as 74HC573PW but with TTL-compatible input thresholds (VIL=0.8V, VIH=2.0V); operates at 4.5V-5.5V only; use when interfacing with 5V TTL or NMOS logic; same pinout and package
74HC573D Nexperia Same in SO-20 Package Identical function in SO-20 package (7.5mm body width); larger footprint but easier to hand-solder; same pinout; use when TSSOP is too small for assembly capability
74HC273PW Nexperia Edge-Triggered Variant Octal D-type flip-flop with edge-triggered (clocked) operation instead of transparent latch; same TSSOP-20 pinout with CLK replacing LE; captures data on rising clock edge; use when edge-triggered operation is required
SN74HC573PW TI Functionally Equivalent Same function from Texas Instruments; same pinout in TSSOP-20; equivalent electrical characteristics; different manufacturer; use as second source
Recommend Parts
SPDT analog switch, 6Ω RON, 1.65-5.5V, 300MHz BW, BBM, TSSOP6

Brand:

Package:

TSSOP6 / SOT363-2 (2.1 x 1.25 x 0.95mm)
In stock:
14113pcs

Cargo cycle: 3~7 Days
The minimum order is 1

Go to Inquiry
Dual common-cathode Schottky, 30V, 200mA, 240mV@1mA, 5ns trr, SOT-23, AEC-Q101

Brand:

Package:

SOT-23 / TO-236AB (2.9 x 1.3 x 1.0 mm, 1.9mm pitch)
In stock:
362417pcs

Cargo cycle: 3~7 Days
The minimum order is 1

Go to Inquiry
PNP 40V 200mA, hFE 100-300, fT 250MHz, SOT-23, complementary to MMBT3904, general-purpose switching

Brand:

Package:

SOT-23 (TO-236) (2.9 x 1.3 x 1.0 mm, 1.9mm pitch)
In stock:
80000pcs

Cargo cycle: 3~7 Days
The minimum order is 1

Go to Inquiry
N-ch small-signal MOSFET, 50V/173mA, 15 ohm RDS(on)@10V, logic-level, TrenchMOS, SOT-23, -65~150C

Brand:

Package:

SOT-23 (TO-236AB) (2.9 x 1.3 x 1.0 mm, 1.9mm pitch)
In stock:
0pcs

Cargo cycle: 3~7 Days
The minimum order is 1

Go to Inquiry
Octal bus transceiver, 3-state, non-inverting, TTL-input, 4.5-5.5V, 10ns prop delay, TSSOP-20, -40~125C

Brand:

Package:

TSSOP-20 (SOT360-1) (6.50 x 6.40 x 1.10 mm, 0.65mm pitch)
In stock:
550000pcs

Cargo cycle: 3~7 Days
The minimum order is 1

Go to Inquiry
3-to-8 decoder/demux, active-HIGH outputs, 3 enable inputs, 2-6V, TSSOP-16, -40~125C, similar to 74HC138 but non-inverting

Brand:

Package:

TSSOP-16 (SOT403-1) (5.0 x 4.4 x 1.2 mm)
In stock:
85000pcs

Cargo cycle: 3~7 Days
The minimum order is 1

Go to Inquiry
Quality Assurance

All electronic components we source from our partnered supply chains go through strict incoming inspections.Through careful testing, we ensure everything delivered to customers is genuine original parts and meets quality requirements.In addition, we keep complete inspection records to make the entire supply chain process clear and traceable.

Certification
We have obtained a number of professional certifications and built our own professional testing laboratory.This ensures that every product we deliver to our customers meets the highest quality requirements.We conduct tests in strict accordance with procedures to ensure stable product quality and accurate parameters.To guarantee genuine original parts, we also cooperate with reliable third-party testing institutions for strict quality inspection.We always attach great importance to quality and fully comply with industry standards, relevant regulations, and ISO 9001:2015 requirements.

Shipping & Payment

All electronic components we source from our partnered supply chains go through strict incoming inspections.Through careful testing, we ensure everything delivered to customers is genuine original parts and meets quality requirements.In addition, we keep complete inspection records to make the entire supply chain process clear and traceable.

Certification
We have obtained a number of professional certifications and built our own professional testing laboratory.This ensures that every product we deliver to our customers meets the highest quality requirements.We conduct tests in strict accordance with procedures to ensure stable product quality and accurate parameters.To guarantee genuine original parts, we also cooperate with reliable third-party testing institutions for strict quality inspection.We always attach great importance to quality and fully comply with industry standards, relevant regulations, and ISO 9001:2015 requirements.

Service & Packaging

All electronic components we source from our partnered supply chains go through strict incoming inspections.Through careful testing, we ensure everything delivered to customers is genuine original parts and meets quality requirements.In addition, we keep complete inspection records to make the entire supply chain process clear and traceable.

Certification
We have obtained a number of professional certifications and built our own professional testing laboratory.This ensures that every product we deliver to our customers meets the highest quality requirements.We conduct tests in strict accordance with procedures to ensure stable product quality and accurate parameters.To guarantee genuine original parts, we also cooperate with reliable third-party testing institutions for strict quality inspection.We always attach great importance to quality and fully comply with industry standards, relevant regulations, and ISO 9001:2015 requirements.