NXP Semiconductors PCF8584P,112
- Part No.:
- PCF8584P,112
- Manufacturer:
- NXP Semiconductors
- Category:
- Controllers
- Package:
- 20-DIP (0.300", 7.62mm)
- Datasheet:
-
PCF8584P,112.pdf
- Description:
- IC CTRL PARALLEL/I2C BUS 20-DIP
- Quantity:
- Payment:

- Shipping:

Inventory:1,598
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
PCF8584P,112 from Philips Semiconductors is a parallel-bus-to-I²C-bus protocol converter IC supporting both master and slave operation, with programmable SCL frequencies up to 90 kHz, −40 to +85 °C operating temperature, and DIP20 package. It enables 8051/68000/Z80 microcontrollers to interface with I²C peripherals in industrial control and embedded instrumentation.
For engineers reviewing the PCF8584P,112 datasheet, PCF8584P,112 pinout, PCF8584P,112 application, or PCF8584P,112 equivalent, key selection considerations include its dual-mode bus interface detection (80XX/68000), long-distance 4-wire mode support, monitor mode capability, interrupt vector programmability, and explicit BER (bus error) flag reporting - all critical for robust multi-master I²C system design.
Technical Context
The PCF8584P,112 implements full I²C protocol handling-including START/STOP generation, arbitration, ACK/NACK control, and clock stretching-via dedicated internal registers (S0–S3) accessed through an 8-bit parallel port. Its register-mapped architecture separates control/status (S1, A0=HIGH) from data/initialization (S0/S0'/S2/S3, A0=LOW), enabling efficient byte-wise I²C transaction management.
It supports three operational modes: standard 2-wire I²C (SDA/SCL bidirectional), long-distance 4-wire mode (SDA OUT/SCL IN/SDA IN/SCL OUT), and passive monitor mode (S0'=00H). Mode selection is hardware- and register-driven: interface type auto-detected on first WR-CS sequence; long-distance mode enabled by ES1=1 with ESO=1; monitor mode activated by zeroing the own address register.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Interface Type | Parallel-bus (8-bit) to I²C-bus protocol converter; auto-detects 80XX or 68000 bus timing |
| SCL Frequency Options | 90 kHz / 45 kHz / 11 kHz / 1.5 kHz - selected via S20/S21 bits; requires correct S22–S24 prescaler setting for input clock |
| Operating Voltage | 4.5 V to 5.5 V - ensures compatibility with standard 5 V TTL/CMOS microcontroller systems |
| Temperature Range | −40 °C to +85 °C - qualified for industrial-grade embedded applications |
| Interrupt Capability | Programmable 8-bit interrupt vector (S3); INT output active-low, enabled by ENI flag in S1 |
| Bus Error Detection | Built-in BER (Bus Error) flag in S1 status section - asserts on misplaced START/STOP, triggering PIN reset and BB reset |
| Special Modes | Long-distance (4-wire), monitor (passive sniffing), and strobe (address+STOP-triggered pulse on RESET/STROBE pin) |
Pinout & Package
PCF8584P,112 is housed in a plastic dual in-line package (DIP20), 300 mil width, with 20 leads. Pin spacing conforms to JEDEC MS-001, lead finish is matte tin.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| CLK (1) | Clock input | Accepts microcontroller clock generator signal; internal pull-up; drives internal prescaler and digital filters |
| SDA or SDA OUT (2) | I²C serial data I/O | Open-drain bidirectional line in standard mode; unidirectional output in long-distance mode |
| SCL or SCL IN (3) | I²C serial clock I/O | Open-drain bidirectional line in standard mode; unidirectional input in long-distance mode |
| IACK or SDA IN (4) | Interrupt acknowledge input | Internal pull-up; when asserted, outputs S3 vector on DB0–DB7 if ENI=1; serves as SDA input in long-distance mode |
| INT or SCL OUT (5) | Interrupt output | Open-drain active-low interrupt; enabled by ENI; functions as SCL output in long-distance mode |
| A0 (6) | Register select | High selects control/status register S1; low selects S0/S0'/S2/S3 depending on ES1/ES2 |
| DB0–DB7 (7–15) | Parallel data bus | 8-bit bidirectional port for register access and interrupt vector readout; driven by microcontroller data bus |
| VSS (10) | Ground | Reference return path for all digital and I²C interface circuitry |
| RD (DTACK) (16) | Read control / data transfer ack | Input for 80XX-type (RD), output for 68000-type (DTACK); open-drain in 68000 mode |
| CS (17) | Chip select | Active-low enable for parallel bus access; internal pull-up; used with WR for interface mode detection |
| WR (R/W) (18) | Write control / R/W | Input for 80XX/Z80 (WR), input for 68000 (R/W); internal pull-up; triggers IMC detection on CS-high transition |
| RESET/STROBE (19) | Reset input / strobe output | Open-drain reset input (min. 30 CLK cycles); monostable strobe output (8 CLK cycles, active-low) on address+STOP |
| VDD (20) | Supply voltage | 4.5–5.5 V power rail; powers all CMOS logic and I²C drivers |
Key Features
| Feature | Design Value |
|---|---|
| Auto-detect bus interface mode | Identifies 80XX vs. 68000 timing on first WR-CS sequence - eliminates manual configuration and reduces firmware overhead |
| Programmable interrupt vector | 8-bit S3 register delivers custom vector to DB0–DB7 on IACK assertion - enables direct vectored interrupt handling in 8051/68000 systems |
| Dedicated bus error (BER) flag | Asserts on invalid START/STOP placement - provides immediate diagnostic feedback without requiring external logic or software polling of multiple status bits |
| Long-distance 4-wire mode | Reconfigures pins 2–5 as unidirectional SDA OUT/SCL IN/SDA IN/SCL OUT - allows RS-422-level transmission over extended distances with standard I²C protocol semantics |
| Passive I²C monitor mode | Activated by S0'=00H - continuously captures all I²C traffic without ACK generation or bus arbitration, ideal for debug and protocol analysis |
Applications
| Industrial Sensor Hub | Legacy MCU I²C Bridge |
|---|---|
Use Scenario: Central controller aggregates temperature, pressure, and humidity sensors on shared I²C bus in factory automation cabinet. IC Role / Device Role / Timing Role: PCF8584P,112 acts as master controller, initiating reads from multiple slave sensors, managing arbitration, and handling clock stretching from slow devices. Use Value: Offloads I²C protocol handling from resource-constrained 8051, enabling deterministic timing and reliable multi-sensor polling without firmware bloat. | Use Scenario: Retrofitting I²C EEPROM and real-time clock into existing Z80-based medical instrument with no native I²C support. IC Role / Device Role / Timing Role: PCF8584P,112 serves as parallel-to-I²C bridge, translating Z80 RD/WR cycles into I²C START/STOP/address/data sequences per Philips' 80XX timing spec. Use Value: Enables drop-in addition of modern I²C peripherals without redesigning CPU board or modifying Z80 firmware beyond driver integration. |
| I²C Bus Monitor & Debugger | Multi-Master Industrial Controller |
Use Scenario: Field technician connects diagnostic tool to live I²C bus in HVAC control panel to capture communication errors during commissioning. IC Role / Device Role / Timing Role: PCF8584P,112 configured in monitor mode (S0'=00H) passively observes all traffic, asserting PIN on each byte's ACK phase for timestamped capture. Use Value: Provides cycle-accurate visibility into bus collisions, NACK responses, and timing violations - no bus interruption or added capacitance. | Use Scenario: Distributed PLC nodes coordinate via shared I²C bus for synchronized actuator control in packaging line. IC Role / Device Role / Timing Role: Each PCF8584P,112 operates as multi-master node, using LAB (Lost Arbitration) and BB (Bus Busy) flags to implement collision-aware scheduling. Use Value: Ensures deterministic bus access across independent controllers without central arbiter, reducing single-point failure risk in safety-critical motion control. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar I²C-bus controller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| PCA9564 | Enhanced 8-bit parallel I²C controller with wider SCL range (up to 400 kHz), integrated level shifters, and improved noise immunity; requires 3.3 V or 5 V supply. | Supports Fast-mode I²C and mixed-voltage systems; lacks long-distance mode and strobe function. | Choose PCA9564 for new designs requiring >100 kHz I²C speed or 3.3 V compatibility; retain PCF8584P,112 for legacy 5 V systems needing monitor/strobe features. |
| PCF8584T | Functionally identical silicon die in SO20 package (7.5 mm body width); same pinout, timing, and register map; differs only in package and thermal characteristics. | Used where PCB space or reflow assembly constraints favor surface-mount over through-hole DIP. | PCF8584T is a direct package alternative - no firmware or layout changes required; select based solely on assembly method and mechanical fit. |
Compared with PCA9564 and PCF8584T, the PCF8584P,112 offers unique long-distance 4-wire and strobe-generation capabilities absent in newer variants, while maintaining full register and timing compatibility with the original Philips I²C controller family - making it irreplaceable for field-repair of legacy industrial equipment relying on those modes.
Availability
PCF8584P,112 is available at Aetrix Electronics and suitable for industrial sensor hubs, legacy MCU I²C bridges, I²C bus monitors, multi-master controllers, and retrofit instrumentation requiring stable component supply across extended product lifecycles.
Supply support for PCF8584P,112 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
Philips Semiconductors (now NXP Semiconductors) is a pioneer in I²C technology, developing foundational interface ICs for embedded systems interoperability.
The PCF8584P,112 belongs to Philips' early-generation I²C-bus controller product line, designed specifically to enable 8-bit microcontrollers without native I²C peripherals to participate in I²C networks with full protocol compliance and multi-master support.
FAQ
What is the primary function of the PCF8584P,112 in an embedded system?
The PCF8584P,112 serves as a parallel-bus-to-I²C-bus protocol converter, enabling microcontrollers like the 8051 or Z80 to communicate with I²C peripherals. It handles all I²C-specific tasks - including START/STOP generation, arbitration, ACK/NACK, clock stretching, and error detection - freeing the host CPU from low-level timing-critical operations. Its register-mapped architecture allows full control via standard 8-bit parallel bus cycles, making it ideal for legacy and resource-constrained systems where native I²C is unavailable.
How does the PCF8584P,112 detect whether it is interfacing with an 80XX-type or 68000-type microcontroller?
The PCF8584P,112 detects interface type automatically during initialization by monitoring the first WR (or R/W) and CS signal sequence. If a HIGH-to-LOW transition on WR occurs while CS is HIGH, it enters 68000 mode and enables DTACK output; otherwise, it defaults to 80XX mode. This detection is performed once at power-up or reset and requires stable WR and CS signals post-reset. The behavior is documented in Section 6.2 (Interface Mode Control) of the PCF8584P,112 datasheet.
Can the PCF8584P,112 operate in a passive I²C bus monitoring role without interfering with ongoing communication?
Yes - the PCF8584P,112 supports dedicated monitor mode, activated by loading 00H into the own address register S0'. In this mode, it becomes a passive listener: it never transmits ACK, never initiates START/STOP, and does not participate in arbitration. All I²C traffic appears on its internal shift register, and the PIN bit toggles on each received byte's ACK phase, allowing precise timestamped capture. Because it drives no bus lines except internally, it adds negligible capacitance and introduces zero interference - a key advantage of the PCF8584P,112 for debugging and validation.
What are the hardware requirements to use the long-distance mode of the PCF8584P,112?
To use long-distance mode, the PCF8584P,112 must be configured with ESO=1 and ES1=1, and ENI must be cleared to 0 before entry. Pins 2 (SDA OUT), 3 (SCL IN), 4 (SDA IN), and 5 (SCL OUT) become unidirectional and must connect to external line drivers/receivers (e.g., RS-422 transceivers). The PCF8584P,112 node must be isolated from the 4-wire bus via 3-state drivers until fully initialized, or system malfunction may occur. No changes to I²C protocol logic are needed - only physical layer extension.
Does the PCF8584P,112 provide any built-in protection against I²C bus errors, and how is it signaled?
Yes - the PCF8584P,112 includes a dedicated BER (Bus Error) flag in the read-only status section of register S1. It asserts when an illegal START or STOP condition is detected - such as a START while the bus is busy or a STOP without a preceding START. When BER activates, it automatically resets the BB (Bus Busy) flag to 1 (inactive) and forces PIN to 0 (active), triggering an interrupt if ENI is set. This provides immediate, hardware-verified error detection without requiring software parsing of bus waveforms - a critical reliability feature in the PCF8584P,112 for industrial environments.
PCF8584P,112 Specifications
- Product attributes
- Attribute value
- Manufacturer:
- NXP Semiconductors
- Package/Case:
- 20-DIP (0.300", 7.62mm)
- Programmable:
- Not Verified
- Protocol:
- I2C
- Function:
- Controller
- Interface:
- Parallel
- Standards:
- -
- Voltage - Supply:
- 4.5V ~ 5.5V
- Current - Supply:
- 1.5mA
- Operating Temperature:
- -40°C ~ 85°C
- Supplier Device Package:
- 20-DIP
- Grade:
- -
- Qualification:
- -
PCF8584P,112 FAQ
1.How can I place an order for PCF8584P,112 through Aetrix?
Please submit a Request for Quotation (RFQ) for PCF8584P,112 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 PCF8584P,112 reliable?
The price and inventory of PCF8584P,112 are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for PCF8584P,112 is usually 5 days.
3.What payment methods are accepted for PCF8584P,112?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for PCF8584P,112 transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for PCF8584P,112?
PCF8584P,112 orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your PCF8584P,112 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 PCF8584P,112?
For technical support, including PCF8584P,112 datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your PCF8584P,112 requirements.
6.How does Aetrix verify that PCF8584P,112 is sourced from the original manufacturer or authorized distributors?
All PCF8584P,112 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 PCF8584P,112 meets industry standards.
7.What is the process for return or replacement of PCF8584P,112?
All PCF8584P,112 units undergo pre-shipment inspection (PSI). If there is an issue with PCF8584P,112, 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 PCF8584P,112 part is unused and in its original packaging.
Return procedure for PCF8584P,112:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
PCF8584P,112 Tags

-
PTN5150AHXMP
NXP Semiconductors

-
USB3740B-AI9-TR
Microchip Technology

-
USB3740B-AI2-TR
Microchip Technology

-
USB3300-EZK-TR
Microchip Technology

-
USB3300-EZK
Microchip Technology

-
FUSB340TMX
onsemi

-
FUSB302BMPX
onsemi

-
DP83826IRHBR
Texas Instruments

-
MCP2518FDT-E/QBB
Microchip Technology

-
FUSB302MPX
onsemi

-
MCP2518FDT-E/SL
Microchip Technology

-
FT260Q-R
FTDI, Future Technology Devices International Ltd
Tech Hub
A practical engineering guide to 3.3V and 5V logic compatibility, input thresholds, resistor dividers, translator ICs, MOSFET level shifting, I2C pull-ups, timing limits and power-sequencing risks.
The 74HC595 uses push-pull logic outputs, while the TPIC6B595 uses 50 V open-drain DMOS sinks for higher-power loads. This guide compares timing, current limits, 3.3 V interfacing, load wiring, thermal…
The 74HC595 converts serial data into eight stable parallel outputs. This guide covers pin functions, shift and storage timing, OE and MR behavior, drive-current limits, cascading, voltage compatibilit…
A technical comparison of level-sensitive latches and edge-triggered flip-flops, covering timing windows, setup and hold limits, master–slave operation, time borrowing, race-through, HDL inference and…
A D latch stores one bit while Enable controls when data can pass. This reference covers gate-level operation, truth tables, transparency, setup and hold timing, LE versus OE, common ICs and practical …
An SR latch stores one bit through cross-coupled feedback. This engineering reference covers NOR and NAND implementations, truth tables, forbidden-state recovery, gated operation, switch debouncing, fa…
Latch circuits retain one bit through feedback. This technical reference covers SR and D latches, truth tables, transparency, timing limits, latch-versus-flip-flop behavior, applications and common log…
An engineering guide to LED driver operation, constant-current and constant-voltage outputs, linear and switching topologies, dimming, IC selection, calculations, replacement compatibility, and fault c…
Operational amplifier guide covering op amp basics, feedback, ideal vs real op amps, common configurations, buffer circuits, offset, bias current, gain-bandwidth, slew rate, rail-to-rail limits and sel…
Jumper cables guide covering safe connection order, red and black clamp placement, final ground connection, cable gauge, length, clamp quality, copper vs CCA cables, jump starter comparison and battery…

