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
22µF 6.3V Y5V MLCC, 1206 package, -20%/+80% tolerance, general-purpose decoupling

Brand:

Package:

1206 (3216 Metric, 3.20 × 1.60 × 1.70 mm)
In stock:
4287pcs

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

Go to Inquiry
10µF 6.3V X7R MLCC, 0805 package, ±10% tolerance, lead-free RoHS compliant

Brand:

Package:

0805 (2012 Metric, 2.10 × 1.25 × 1.60 mm)
In stock:
6482pcs

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

Go to Inquiry
62nH ±2% wirewound RF inductor, 0603, Q=38, SRF=2.3GHz, 280mA

Brand:

Package:

0603 (1608 Metric) – 1.6 × 0.8 × 0.8mm
In stock:
5170pcs

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

Go to Inquiry
680pF 50V C0G/NP0 MLCC, 0603, ±5%, zero TC RF capacitor

Brand:

Package:

0603 (1608 Metric) – 1.6 × 0.8 × 0.8mm
In stock:
8979pcs

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

Go to Inquiry
470pF 16V X7R MLCC, 0603, ±10%, low-voltage digital circuit decoupling

Brand:

Package:

0603 (1608 Metric) – 1.6 × 0.8 × 0.85mm
In stock:
5124pcs

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

Go to Inquiry
470pF 50V X7R MLCC, 0603, ±10%, EMI suppression and signal filtering

Brand:

Package:

0603 (1608 Metric) – 1.6 × 0.8 × 0.8mm
In stock:
3158pcs

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

Go to Inquiry
Quality Assurance

Quality is the core foundation of our long-term global cooperation. With over 20 years of experience in the electronic component industry, Materialparts has built a strict and standardized quality management system covering component sourcing, incoming inspection, full-batch testing, packaging and delivery. We are committed to delivering 100% genuine, high-reliability electronic components for industrial control, automotive electronics, consumer electronics and medical device industries, and fully safeguarding your production and R&D projects.

1. Authorized & Genuine Sourcing Promise

All of our electronic components are procured from official authorized distributors and original manufacturers. We strictly reject counterfeits, refurbished parts, disassembled components and gray-market goods. Every product is guaranteed to be brand-new original parts and fully consistent with the original technical parameters. For branded products such as NXP IC series, we maintain complete supply channel documents to realize full product traceability.

2. Strict Full-batch Quality Inspection

We implement 100% full-batch quality control for all goods before shipment. Our professional QC team conducts multi-dimensional tests including appearance inspection, electrical parameter testing, performance verification and packaging check. Each batch of components is attached with complete inspection reports and batch records. We stick to zero-tolerance standards for defective products to ensure every piece of component meets industrial application requirements.

3. Industry Standard Compliance

Our products comply with a variety of international industry quality standards to adapt to high-standard application scenarios:
  • Automotive Electronics: All automotive-grade components pass AEC-Q series certification, featuring excellent stability and durability to adapt to complex vehicle operating environments.
  • Medical Devices: High-reliability components meet medical industry safety and compliance regulations, ensuring stable operation for medical equipment.
  • Industrial Control & Consumer Electronics: Products conform to universal international electronic industry standards, suitable for long-term continuous operation of various equipment.

4. Professional Reliability Control

For static-sensitive, moisture-sensitive and precision components such as ICs, PCBs, sensors and connectors, we carry out reliability screening in advance. Combined with standardized ESD anti-static packaging and vacuum moisture-proof packaging, we avoid component damage caused by static electricity, dampness or collision during storage and transportation, and retain the original performance of products.

5. Traceability Management System

We establish a complete product traceability system. Each batch of goods corresponds to independent batch number, sourcing record, inspection record and delivery record. Customers can query the whole lifecycle information of components at any time. This system effectively solves quality risks and facilitates after-sales handling and production quality control for your company.

6. After-sales Quality Guarantee

If any product is confirmed to have non-conformity quality problems due to our reasons after receipt, we provide free return, exchange and supplementary delivery services. Our professional quality team will also conduct root cause analysis to optimize our quality control process. We respond to quality feedback within 24 hours to resolve your worries efficiently.

Contact Us

If you have inquiries about our quality standards, inspection procedures or product certification documents, please feel free to contact us:

 

Email: info@ic-vendor.com
Tel / WhatsApp: +86 13760382860
Address: Room 2919, Guoli Building, Huaqiang North, Futian District, Shenzhen, Guangdong, China

 

Shipping & Payment

Materialparts is a professional global supplier of electronic components with over 20 years of industry experience. We provide one-stop supply of passive components, integrated circuits, as well as parts for industrial control, automotive electronics, consumer electronics and medical devices. Below are the unified shipping and payment policies applicable to all orders, samples and bulk purchases worldwide.

1. Payment Terms

We offer a variety of secure and convenient payment methods to meet diverse business cooperation needs. Details are as follows:
  1. Accepted Payment Methods
  • T/T (Bank Wire Transfer): The primary settlement method for bulk orders and a widely used international payment channel.
  • PayPal: Ideal for small orders, sample orders and quick payments.
  1. Settlement Currency

     

    US Dollar (USD) is the default settlement currency. RMB is available for domestic customers.

  2. Bank Charges

     

    All transfer fees, intermediary bank charges and other remittance-related expenses shall be borne by the buyer.

  3. Payment Requirements
  • Sample and small orders: Shipment will be arranged upon full payment.
  • In-stock bulk orders: Goods will be delivered within 2 to 3 working days after full payment.

2. Shipping & Delivery

We partner with leading global logistics providers to ensure safe and fast delivery worldwide. Relevant details are listed below:
  1. Logistics Partners
  • International Express: DHL, FedEx, UPS, TNT
  • Economy Logistics: Air freight and sea freight for large-volume cargo
  • Domestic Delivery: SF Express, Yunda Express
  1. Order Processing Time
  • In-stock items: Orders confirmed and fully paid before 14:00 (GMT+8) will be shipped on the same day. All other orders will be dispatched within 1 to 2 working days.
  • Out-of-stock or sourced items: The delivery lead time will be confirmed separately according to brand and inventory status.
  1. Estimated Transit Time
  • International Express: 3 – 7 working days globally
  • Air Freight: 7 – 12 working days
  • Sea Freight: 25 – 40 working days for heavy and large bulk cargo
  1. Shipping Fee Rules
  • Shipping cost is calculated based on package weight, volume, destination and delivery method.
  • Both freight prepaid and freight collect are available. Please provide your courier account number in advance if you choose freight collect.
  • Free international express delivery is offered for large orders. Terms for long-term partners can be negotiated separately.
  1. Shipment Tracking
     

    Within 24 hours after dispatch, we will send the tracking number, commercial invoice, packing list and other documents to your email or communication account. You may check the shipment status online in real time.

3. General Order Rules & Notes

  1. MOQ & Sample Service

     

    We support flexible minimum order quantities for samples, small-batch and large-batch orders. All sample orders shall comply with the above shipping and payment policies.

  2. Packaging Standard

     

    All electronic components are packed with professional anti-static and shockproof materials. Original factory packaging is available for branded chips and integrated circuits.

4. Customs & Liability Statement

  1. Import Duties & Taxes

     

    All import duties, customs clearance fees and local taxes incurred for international shipments shall be borne by the buyer. We will provide complete customs documents to assist you with clearance procedures.

  2. Handling of Lost or Damaged Goods
  • In case of loss or severe damage during transit, please contact us within 48 hours after receiving the tracking information. We will assist you in filing a claim with the logistics provider.
  • We shall not be liable for any losses caused by incorrect delivery address, wrong contact information or the buyer’s refusal to complete customs clearance.

5. Local Pickup in Shenzhen

Local pickup service is available for customers in Shenzhen and surrounding areas:
  • Address: Room 2919, Guoli Building, Huaqiang North, Futian District, Shenzhen, Guangdong Province, China
  • Business Hours: 09:00 – 18:00, Monday to Friday. Closed on weekends and official public holidays.
  • Notice: Please make an appointment via email or communication tools one day in advance, and present your order information upon pickup.

Contact Information

Email: info@ic-vendor.com

Tel / WhatsApp: +86 13760382860

Service & Packaging

Materialparts is a professional electronic component supplier based in Shenzhen, China, with over 20 years of global trading experience. We integrate component procurement, quality inspection, technical support, customized packaging, and global delivery services to provide one-stop supply chain solutions. Our business covers industrial control, automotive electronics, consumer electronics, medical devices and other industries. We always adhere to genuine sources, stable supply and considerate after-sales service.

Core Services

1. One-stop Sourcing & BOM Support

We specialize in a full range of passive and active electronic components, including SMD resistors, power resistors, connectors, aviation connectors, LED beads, flexible circuit boards, printed circuit boards, and integrated circuits. Our professional team provides BOM list consolidation, component matching, and alternative model recommendation services. We support sample orders, small-batch trial production, and mass production orders with flexible MOQs to meet diverse procurement needs.

2. Genuine Product Guarantee & Full-process Quality Inspection

All products are sourced from official authorized channels and are 100% original genuine parts. Every batch of goods undergoes strict full-process quality inspection before delivery, with complete batch records and traceability documents provided. Our products comply with AEC-Q standards for automotive electronics and high-reliability specifications for medical devices. We eliminate counterfeits, refurbished parts and defective products from the source to secure your project production.

3. Fast Quotation & Order Processing

Our customer service team responds promptly to inquiries and quotation requests. All in-stock orders will be processed within one working day. We provide stocking reservation services for long-term cooperative customers, effectively solving problems such as component shortages and unstable supply chains.

4. Professional Technical Support

Our senior engineer team provides free technical consultation, model selection guidance and original manufacturer datasheets. We assist customers in solving problems related to product R&D, circuit design and component application, providing reliable technical support for project progress.

5. Sourcing for Special Components

Relying on our global supply chain network, we professionally source scarce components, obsolete parts and customized special components to efficiently solve your procurement difficulties.

6. Global Logistics & Document Services

We cooperate with mainstream international logistics providers including DHL, FedEx, UPS and TNT to achieve fast global delivery. We can provide complete export documents such as customs declaration files, commercial invoices and packing lists to ensure smooth customs clearance for international shipments. Local pickup is also available for customers in Shenzhen, China.

Professional Packaging Standards

Electronic components are sensitive to static electricity, collision, moisture and dust. We adopt industry-standard anti-static packaging solutions to fully ensure the integrity of goods during transportation and storage.

1. General Packaging Specifications

  • All components are packed separately to avoid damage caused by friction and collision;
  • Shockproof buffer materials are added for fragile products to ensure transportation safety;
  • Each package is clearly marked with part number, quantity, batch number and specifications for easy inventory counting and management.

2. Classified Professional Packaging

  • Anti-static Packaging: Static-sensitive components such as chips, circuit boards and sensors are packaged with anti-static bags, shielding boxes and conductive foam in strict accordance with international anti-static standards to prevent static damage.
  • Vacuum Moisture-proof Packaging: Moisture-sensitive components are vacuum-sealed with desiccants to isolate humid air, suitable for ocean transportation and long-term storage.
  • Original Factory Packaging: Integrated circuits of brands such as NXP are delivered with original reels, trays or tubes by default, retaining complete original packaging and adapting to automated SMT production lines.
  • Discrete Device Packaging: Discrete devices such as SMD resistors, power resistors and LEDs are quantitatively and classifiedly packaged with accurate quantity and clear marking.
  • Connector / Aviation Connector Packaging: Hard outer packaging is adopted to prevent pin bending and structural deformation.

3. Custom Packaging Services

We provide value-added services including personalized packaging, custom labeling and re-reeling according to customer requirements, fully matching your production and warehouse management standards.

Contact Information

For service consultation or packaging customization, please feel free to contact us:
Email: info@ic-vendor.com
Tel / WhatsApp: +86 13760382860
Address: Room 2919, Guoli Building, Huaqiang North, Futian District, Shenzhen, Guangdong, China
 

Online Inquiry Form

Support Excel, PDF, CSV format files for full BOM list quotation

Submit your component procurement and custom packaging needs via the form below. We will provide a detailed quotation and professional solution within 1–8 working hours.