Send an Inquiry

To receive a quote for your project, please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Part Number*
Quantity*
Message
Submit Inventory List

Please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Upload My List
Message

NXP Semiconductors PCF8574AT/3,512

Part No.:
PCF8574AT/3,512
Manufacturer:
NXP Semiconductors
Category:
I/O Expanders
Package:
16-SOIC (0.295", 7.50mm Width)
Datasheet:
AetrixPCF8574AT/3,512.pdf
Description:
IC XPNDR 100KHZ I2C 16SO
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:1,371

Please send an inquiry. Send us your inquiry, and we will respond immediately.

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

PCF8574AT/3,512 from NXP Semiconductors is an 8-bit quasi-bidirectional I²C-bus I/O expander with active-low open-drain interrupt output, operating from 2.5 V to 6 V, supporting up to 100 kHz I²C communication, and featuring 8 latched I/O ports that default to inputs with 100 µA internal pull-up at power-on - used in LED signage, keypad monitoring, and industrial control systems.

For engineers reviewing the PCF8574AT/3,512 datasheet, PCF8574AT/3,512 pinout, PCF8574AT/3,512 application, or PCF8574AT/3,512 equivalent, key selection criteria include its SO16 package compatibility, interrupt-driven input change detection, quasi-bidirectional port behavior without direction register, and support for up to eight devices on one I²C bus via A0–A2 address pins.

Technical Context

The PCF8574AT/3,512 implements a single-register quasi-bidirectional I/O architecture where each of P0–P7 functions as input or output based on data written - no direction register required. Its interrupt logic asserts INT (active LOW) on any input state change relative to the port register, enabling event-driven microcontroller polling avoidance.

It uses Standard-mode I²C (100 kHz max), supports hardware slave addressing via A0–A2 (eight unique addresses per variant), and incorporates internal Power-On Reset that initializes all I/Os as inputs with 100 µA weak pull-up to VDD - eliminating external reset circuitry in most embedded designs.

Key Specifications

Parameter Value and Actual Design Meaning
I²C Speed 100 kHz Standard-mode - compatible with legacy microcontrollers lacking Fast-mode support.
Supply Voltage 2.5 V to 6 V - enables direct interface with 3.3 V and 5 V systems without level-shifting.
Standby Current 2.5 µA typical - suitable for battery-powered mobile and portable equipment.
Port Drive 10 mA sink per pin (min @ 5 V); total package sink capability 80 mA - drives LEDs directly with series resistors.
Interrupt Output Active LOW open-drain INT - connects directly to MCU interrupt pin with external pull-up.
Operating Temp −40 °C to +85 °C - qualified for industrial and automotive-adjacent environments.
ESD Protection 2000 V HBM, 1000 V CDM - meets robustness requirements for board-level handling and field operation.

Pinout & Package

PCF8574AT/3,512 is supplied in SO16 (plastic small outline, 16-lead, 7.5 mm body width) per SOT162-1 package standard.

Pin Circuit Role Design Meaning
1 (A0) Slave address input 0 Hardware-selectable bit for I²C slave address; must be externally tied HIGH/LOW - no internal pull-up.
2 (A1) Slave address input 1 Second address bit; enables up to eight PCF8574AT/3,512 devices on same I²C bus.
3 (A2) Slave address input 2 Third address bit; combined with A0/A1, selects one of eight fixed 7-bit slave addresses (70h–7Fh).
4 (P0) Quasi-bidirectional I/O 0 Configurable as input (with 100 µA pull-up) or output (strong sink, transient boosted pull-up); no direction register needed.
5 (P1) Quasi-bidirectional I/O 1 Same behavior as P0; independent control per port; reads actual pin voltage during input mode.
6 (P2) Quasi-bidirectional I/O 2 Supports LED drive directly when configured as output; write '0' for strong LOW, '1' for weak HIGH with accelerator pulse.
7 (P3) Quasi-bidirectional I/O 3 Used for keypad scanning or indicator control; interrupt triggers if input state differs from last-read register value.
8 (VSS) Ground reference System ground connection; all internal logic and I/O referenced to this node.
9 (P4) Quasi-bidirectional I/O 4 Compatible with 2.5–6 V supply; I/O voltage limited to VDD - non-overvoltage tolerant.
10 (P5) Quasi-bidirectional I/O 5 Capable of sinking 10 mA min per pin at 5 V; multiple pins may be paralleled for higher current loads (max 80 mA total).
11 (P6) Quasi-bidirectional I/O 6 Internal latch holds output state after write; retains value across I²C idle periods without refresh.
12 (P7) Quasi-bidirectional I/O 7 Final I/O line; identical electrical behavior to P0–P6; supports mixed input/output configuration per byte.
13 (INT) Interrupt output Open-drain, active LOW signal asserted when any input changes; resets after read/write access to port register.
14 (SCL) I²C serial clock Input-only clock line; requires external pull-up; synchronizes all I²C transfers including ACK/NACK timing.
15 (SDA) I²C serial data Open-drain bidirectional line; shared by all I²C devices; requires external pull-up resistor.
16 (VDD) Positive supply 2.5–6 V main power rail; powers internal logic, I/O buffers, and pull-up current sources.

Key Features

Feature Design Value
Single-register quasi-bidirectional I/O Eliminates need for direction register and reduces firmware overhead - one byte controls all 8 ports as input or output simultaneously.
Hardware-addressable slave ID A0–A2 pins select among eight fixed 7-bit addresses (70h–7Fh), enabling up to eight PCF8574AT/3,512 devices on one I²C bus.
Power-on reset initialization Internally resets all I/Os to high-impedance input state with 100 µA pull-up - ensures safe startup without external reset circuitry.
Event-driven interrupt signaling INT pin asserts LOW on any input transition, allowing microcontrollers to respond to external events without continuous I²C polling.
Direct LED drive capability Latched outputs sink up to 10 mA per pin (min @ 5 V); total 80 mA package sink supports multi-LED arrays with discrete current limiting.

Applications

LED Signage & Displays Industrial Keypad Monitoring

Use Scenario: Driving 8-segment displays or matrix LED panels in retail signage or instrumentation dashboards.

IC Role / Device Role / Timing Role: I/O expander providing parallel output control over I²C, reducing MCU GPIO usage while maintaining real-time visual feedback.

Use Value: Direct LED drive eliminates external drivers; latched outputs maintain display state between I²C updates; low standby current extends system battery life.

Use Scenario: Scanning mechanical or capacitive keypads in PLC operator interfaces or medical device control panels.

IC Role / Device Role / Timing Role: Remote input monitor with interrupt-driven edge detection - signals MCU only when keypress occurs.

Use Value: Reduces I²C bus traffic by >90% vs. polling; 100 µA pull-up ensures reliable key release detection; −40 °C to +85 °C rating supports harsh environments.

Servers & Rack Management Mobile Device Peripherals

Use Scenario: Monitoring status LEDs, fan tachometers, and hot-swap presence detection in 1U server chassis.

IC Role / Device Role / Timing Role: System management I/O hub interfacing with baseboard management controller (BMC) via I²C.

Use Value: SO16 package fits dense PCB layouts; interrupt output enables rapid fault response; 2.5–6 V range matches server rail voltages (3.3 V, 5 V).

Use Scenario: Controlling backlight brightness, button illumination, and accessory detection in feature phones and handheld test tools.

IC Role / Device Role / Timing Role: Low-power peripheral I/O extender connecting to application processor's I²C interface.

Use Value: 2.5 µA standby current minimizes battery drain during sleep; compact SO16 footprint saves space; ESD-hardened design improves field reliability.

Equivalent & Alternatives

The following parts are listed as comparable options for similar I/O expander applications.

Alternative Part Technical Difference Application Difference Selection Advice
PCA8574AT/3,518 400 kHz I²C speed, 2.3–5.5 V supply, 200 mA total sink, same SO16 package and pinout. Higher-speed I²C and wider voltage tolerance suit newer 3.3 V systems with tighter timing budgets. Select PCA8574AT/3,518 when upgrading from PCF8574AT/3,512 for faster bus throughput or lower-voltage operation.
PCA9674APW,118 1 MHz Fm+ I²C, 2.3–5.5 V, 64 address options, 200 mA sink, TSSOP20 package (20-pin, 4.4 mm width). Higher address density and speed enable larger I/O networks; different pinout and package require PCB redesign. Choose PCA9674APW,118 for new designs requiring >8 expanders per bus or migration to Fm+ I²C infrastructure.

Compared with PCF8574AT/3,512, PCA8574AT/3,518 offers doubled I²C speed and improved voltage flexibility while maintaining drop-in compatibility, whereas PCA9674APW,118 delivers significantly higher scalability and performance at the cost of package and pinout change - making it unsuitable for direct replacement but ideal for next-generation architectures.

Availability

PCF8574AT/3,512 is available at Aetrix Electronics and suitable for industrial control, LED signage, and keypad monitoring applications requiring stable component supply across extended product lifecycles.

Supply support for PCF8574AT/3,512 includes scheduled delivery planning, volume procurement assistance, BOM continuity management, traceable sourcing, and lifecycle availability coordination for OEM customers, industrial embedded developers, connected-device designers, and electronics production programs.

Manufacturer

NXP Semiconductors is a global semiconductor leader focused on secure connectivity solutions for automotive, industrial, and IoT applications.

The PCF8574AT/3,512 belongs to NXP's legacy I²C I/O expander family, designed specifically for cost-sensitive, space-constrained embedded systems needing simple, reliable remote GPIO expansion with minimal firmware overhead.

FAQ

What is the I²C address range supported by PCF8574AT/3,512?

The PCF8574AT/3,512 uses the PCF8574A slave address format: fixed prefix 0111 (7h) with three programmable bits (A2–A0), yielding seven-bit addresses 70h through 7Fh. Each combination corresponds to a unique device on the same I²C bus - eight distinct addresses total. This differs from the PCF8574 (prefix 0100, addresses 40h–4Fh), allowing coexistence of both variants.

How does the quasi-bidirectional I/O behavior of PCF8574AT/3,512 differ from standard push-pull GPIO?

Unlike push-pull I/O requiring direction registers, PCF8574AT/3,512's quasi-bidirectional ports operate with a single data register: writing '1' configures the pin as input (weak 100 µA pull-up to VDD), writing '0' forces strong LOW output. Input reads reflect actual pin voltage - enabling simultaneous input sensing and output driving without mode switching, simplifying firmware for mixed-use cases like keypad + LED control.

Can PCF8574AT/3,512 drive LEDs directly without external transistors?

Yes - PCF8574AT/3,512 can directly drive LEDs when configured as outputs. Each port sinks ≥10 mA (min @ 5 V), and the total package sink capability is 80 mA. For reliable operation, use a series current-limiting resistor per LED. Multiple pins (e.g., P0–P3) may be paralleled to drive higher-current loads like multi-segment displays, provided total sink current stays within 80 mA limit.

What happens to the I/O states of PCF8574AT/3,512 during power-on reset?

At power-on, the internal POR circuit initializes all eight I/O ports (P0–P7) as inputs with a 100 µA weak pull-up current source to VDD. This ensures predictable HIGH state on all pins before firmware intervention, preventing floating inputs and unintended activation of connected peripherals - eliminating need for external reset sequencing or pull-up resistors in most applications.

Is PCF8574AT/3,512 pin-compatible with PCF8574T/3,512?

No - PCF8574AT/3,512 and PCF8574T/3,512 share identical SO16 packaging and pinout, but differ in I²C slave address mapping: PCF8574AT/3,512 uses prefix 0111 (70h–7Fh), while PCF8574T/3,512 uses prefix 0100 (40h–4Fh). They are functionally identical otherwise and can coexist on the same bus, but are not interchangeable without firmware address reconfiguration.

PCF8574AT/3,512 Specifications

Product attributes
Attribute value
Manufacturer:
NXP Semiconductors
Series:
-
Package/Case:
16-SOIC (0.295", 7.50mm Width)
Packaging:
Tube
Product Status:
Obsolete
Programmable:
Not Verified
Number of I/O:
8
Interface:
I2C
Interrupt Output:
Yes
Features:
POR
Output Type:
Push-Pull
Current - Output Source/Sink:
300µA, 25mA
Clock Frequency:
100 kHz
Voltage - Supply:
2.5V ~ 6V
Operating Temperature:
-40°C ~ 85°C
Grade:
-
Qualification:
-
Mounting Type:
Surface Mount
Supplier Device Package:
16-SO

PCF8574AT/3,512 FAQ

1.How can I place an order for PCF8574AT/3,512 through Aetrix?

Please submit a Request for Quotation (RFQ) for PCF8574AT/3,512 on Aetrix. Our sales agent will provide a competitive quotation and guide you through the order confirmation once you accept the terms.

2.Are the price and stock information for PCF8574AT/3,512 reliable?

The price and inventory of PCF8574AT/3,512 are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for PCF8574AT/3,512 is usually 5 days.

3.What payment methods are accepted for PCF8574AT/3,512?

We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for PCF8574AT/3,512 transactions.

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for PCF8574AT/3,512?

PCF8574AT/3,512 orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.

Once your PCF8574AT/3,512 order is processed, you will receive an email with the shipment details and tracking number.

Note: Tracking information may take up to 24 hours to appear. Express delivery typically takes 3–5 business days.

5.How can I obtain technical support or documentation for PCF8574AT/3,512?

For technical support, including PCF8574AT/3,512 datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your PCF8574AT/3,512 requirements.

6.How does Aetrix verify that PCF8574AT/3,512 is sourced from the original manufacturer or authorized distributors?

All PCF8574AT/3,512 products on Aetrix are procured from qualified distributors and authorized channels. Our dedicated quality assurance team conducts strict verification, including traceability checks and, if necessary, third-party testing. This ensures that PCF8574AT/3,512 meets industry standards.

7.What is the process for return or replacement of PCF8574AT/3,512?

All PCF8574AT/3,512 units undergo pre-shipment inspection (PSI). If there is an issue with PCF8574AT/3,512, returns or replacements are accepted under the following conditions:

1.Quantity discrepancies, incorrect items, or visible external defects (such as breakage or corrosion), acknowledged by Aetrix.

2.The issue is reported within 90 days of delivery.

3.The PCF8574AT/3,512 part is unused and in its original packaging.

Return procedure for PCF8574AT/3,512:

1.Submit a request within 90 days.

2.Obtain a Return Material Authorization (RMA) from Aetrix.

PCF8574AT/3,512 Tags

  • PCF8574AT/3,512
  • PCF8574AT/3,512 PDF
  • PCF8574AT/3,512 Datasheet
  • PCF8574AT/3,512 Specifications
  • PCF8574AT/3,512 Images
  • NXP Semiconductors
  • NXP Semiconductors PCF8574AT/3,512
  • Buy PCF8574AT/3,512
  • PCF8574AT/3,512 Price
  • PCF8574AT/3,512 Distributor
  • PCF8574AT/3,512 Supplier
  • PCF8574AT/3,512 Wholesale
Related Products
TCA6408ARSVR
TCA6408ARSVR

Texas Instruments

TCA9535RTWR
TCA9535RTWR

Texas Instruments

FXL6408UMX
FXL6408UMX

onsemi

PCF8574ADWR
PCF8574ADWR

Texas Instruments

PCF8574APWR
PCF8574APWR

Texas Instruments

TCA9555PWR
TCA9555PWR

Texas Instruments

TCA9554PWR
TCA9554PWR

Texas Instruments

TCA9554APWR
TCA9554APWR

Texas Instruments

TCA9539PWR
TCA9539PWR

Texas Instruments

TCA9534PWR
TCA9534PWR

Texas Instruments

TCA9555RTWR
TCA9555RTWR

Texas Instruments

TCA9535PWR
TCA9535PWR

Texas Instruments

Tech Hub

Search

Search

PRODUCT

PRODUCT

PHONE

PHONE

USER

USER