Overview

The 74HC573 (SN74HC573) is an 8-bit octal D-type transparent latch with 3-state outputs fabricated in high-speed silicon-gate CMOS technology. It provides identical logical functionality to the classic 74HC373 latch, but reorganizes the pinout into a modern flow-through bus architecture: all eight data inputs (D0D0D7D7) are located on one side of the dual-in-line package (pins 2–9), while all eight 3-state latch outputs (Q0Q0Q7Q7) are positioned directly opposite on the other side (pins 19–12).

This flow-through layout drastically simplifies PCB trace routing for microprocessor bus buffering, interface port expansion, and memory address latching. When Latch Enable (LE) is HIGH, the outputs follow the data inputs in real time. When LE goes LOW, the current state of data inputs is latched. Driving Output Enable (\overline{OE}) HIGH switches all outputs to high impedance (High-Z).

Quick reference

Supply Voltage (VCC)2.0 V to 6.0 V DC (5.0 V nominal)
Logic FamilyHigh-Speed CMOS (74HC) / TTL-Compatible (74HCT)
Bus Width8 Bits (Octal)
Propagation Delay (tpdt_{pd})14 ns14\text{ ns} typical at VCC=4.5VVCC = 4.5\text{V}
Output Drive Current±6.0 mA\pm 6.0\text{ mA} continuous (±7.8 mA\pm 7.8\text{ mA} peak at 4.5V4.5\text{V})
Package Options20-pin DIP / SOIC-20 / TSSOP-20 / SSOP-20
Pinout ArchitectureFlow-through bus layout (Inputs opposite Outputs)

Pinout (DIP-20 / SOIC-20)

text
             ┌───┴───┐
        /OE 1│ 1   20│ VCC
         D0 2│       │19 Q0
         D1 3│       │18 Q1
         D2 4│       │17 Q2
         D3 5│ 74HC573 16 Q3
         D4 6│       │15 Q4
         D5 7│       │14 Q5
         D6 8│       │13 Q6
         D7 9│       │12 Q7
        GND 10│      │11 LE
             └───────┘
PinNameTypeDescription
1\overline{OE}Digital InputActive-Low Output Enable (LOW = Active Outputs, HIGH = High-Z)
2–9D0D7Digital Input8 Data Inputs (Pins 2 to 9 on left side)
10GNDPowerGround reference (0 V)
11LEDigital InputLatch Enable input (HIGH = Transparent, LOW = Latched)
12–19Q7Q03-State Output8 Latch Data Outputs (Pins 19 down to 12 on right side)
20VCCPowerSupply voltage (+2.0 V to +6.0 V DC)

Function Table

InputsOutput QnQ_nOperating Mode
\overline{OE}LEDD
Low (LL)High (HH)High (HH)High (HH)Transparent (Output follows Input)
Low (LL)High (HH)Low (LL)Low (LL)Transparent (Output follows Input)
Low (LL)Low (LL)XQ0Q_0Latched / Memory (Holds previous state)
High (HH)XXHigh-Z (ZZ)Disabled / High Impedance

Specifications

ParameterSymbolMinTypMaxUnitConditions
Supply VoltageVCCV_{CC}2.05.06.0VOperating DC range
High-Level Input VoltageVIHV_{IH}3.15VVCC=4.5VV_{CC} = 4.5\text{V}
Low-Level Input VoltageVILV_{IL}1.35VVCC=4.5VV_{CC} = 4.5\text{V}
Data Setup Timetsut_{su}105nsDnD_n valid before LE,VCC=4.5VLE \downarrow, V_{CC} = 4.5\text{V}
Data Hold Timetht_h50nsDnD_n valid after LE,VCC=4.5VLE \downarrow, V_{CC} = 4.5\text{V}
Latch Enable Pulse Widthtwt_w168nsLELE high duration, VCC=4.5VV_{CC} = 4.5\text{V}
Output Enable Propagationtent_{en}1528nsOE\overline{OE} \downarrow to Qn,VCC=4.5VQ_n, V_{CC} = 4.5\text{V}
Quiescent CurrentICCI_{CC}8.0µAVIN=VCC or GNDV_{IN} = V_{CC}\text{ or GND}

Comparison: 74HC573 vs 74HC373

Parameter74HC57374HC373
Logic FunctionIdentical 8-bit transparent latchIdentical 8-bit transparent latch
Pinout StyleFlow-Through (Inputs on Left, Outputs on Right)Interspersed (Inputs & Outputs mingled)
PCB Bus RoutingStraight line traces with zero cross-oversRequires trace twisting / via routing
Recommended UseNew designs & custom PCBsDirect replacement on legacy circuit boards

Typical Applications

text
    Microcontroller / Bus In                             Latched Bus Output
   ──────────────────────────                          ──────────────────────
               D0 ───────────────── Pin 2   Pin 19 ──────────────── Q0
               D1 ───────────────── Pin 3   Pin 18 ──────────────── Q1
               D2 ───────────────── Pin 4   Pin 17 ──────────────── Q2
               D3 ───────────────── Pin 5   Pin 16 ──────────────── Q3
               D4 ───────────────── Pin 6   Pin 15 ──────────────── Q4
               D5 ───────────────── Pin 7   Pin 14 ──────────────── Q5
               D6 ───────────────── Pin 8   Pin 13 ──────────────── Q6
               D7 ───────────────── Pin 9   Pin 12 ──────────────── Q7
                                    74HC573
   MCU /OE Control ──────────────── Pin 1   Pin 11 ──────────────── MCU Latch Enable (LE)

Common mistakes

  • Leaving unused input pins floating: CMOS inputs draw excessive supply current and toggle randomly if left open. Connect any unused DnD_n inputs to VCCVCC or GNDGND.
  • Expecting edge-triggered clock behavior: The 74HC573 is a level-sensitive transparent latch, not an edge-triggered register. While LE is held HIGH, any change or glitch on DnD_n passes directly to QnQ_n. For edge-triggered flip-flop registers with flow-through pinout, use the 74HC574.
  • Missing bypass capacitor: Rapid 3-state switching of all 8 output lines simultaneously causes inductive rail bounce. Place a 100 nF100\text{ nF} ceramic decoupling capacitor immediately adjacent to Pin 20 (VCCVCC) and Pin 10 (GNDGND).

Notes

  • Pin-Compatible Drop-In Replacements: SN74HC573N, 74HC573D, 74HCT573, CD74HC573.

Assets & downloads