Microchip Technology MCP23008-E/SO
- Part No.:
- MCP23008-E/SO
- Manufacturer:
- Microchip Technology
- Category:
- I/O Expanders
- Package:
- 18-SOIC (0.295", 7.50mm Width)
- Datasheet:
-
MCP23008-E/SO.pdf
- Description:
- IC XPNDR 1.7MHZ I2C 18SOIC
- Quantity:
- Payment:

- Shipping:

Inventory:1,559
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
MCP23008-E/SO from Microchip Technology is an 8-bit I²C-compatible I/O expander IC designed to extend microcontroller GPIO capability in space-constrained systems. It features 8 bidirectional I/O pins (GP0–GP7), hardware address pins A2–A0 for up to eight devices on one bus, configurable active-high/low/open-drain interrupt output (INT), and operates from 1.8V to 5.5V across –40°C to +85°C. It is commonly used in industrial HMI panels to offload button/LED control from main MCUs.
For engineers reviewing the MCP23008-E/SO datasheet, MCP23008-E/SO pinout, MCP23008-E/SO application, or MCP23008-E/SO equivalent, key selection considerations include its I²C interface speed (up to 1.7 MHz), low standby current (1 µA max), interrupt-on-change flexibility, and SOIC-18 package compatibility with standard PCB footprints.
Technical Context
The MCP23008-E/SO implements a register-mapped I²C slave interface with eleven 8-bit configuration registers-including IODIR for direction control, IPOL for input polarity inversion, GPINTEN/INTCON/DEFVAL for dual-mode interrupt triggering (pin-change or default-compare), and GPPU for per-pin 100 kΩ weak pull-ups. Its internal Power-on Reset (POR) initializes all registers to defined defaults without external reset circuitry.
Interrupt logic captures port state into INTCAP at event time and asserts INT only when enabled pins transition relative to either prior state or DEFVAL register contents. The IOCON register configures sequential addressing, SDA slew rate, and INT pin behavior (push-pull polarity or open-drain mode), with no HAEN bit support-confirming it is strictly the I²C variant (MCP23008), not SPI (MCP23S08).
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| I²C Speed | Up to 1.7 MHz - enables high-throughput peripheral expansion without MCU clock stretching bottlenecks |
| Supply Voltage Range | 1.8V–5.5V - supports direct interfacing with 1.8V, 3.3V, and 5V logic domains |
| Standby Current | 1 µA max - critical for battery-powered remote sensors and always-on control nodes |
| Hardware Address Pins | A2, A1, A0 - allow eight unique I²C addresses (0x20–0x27) on shared bus without software arbitration |
| Interrupt Output | Configurable active-high, active-low, or open-drain - simplifies integration with diverse host interrupt controllers and level-shifting requirements |
| GPIO Pull-up Resistors | 100 kΩ per pin, software-enabled - eliminates need for external pull-ups on buttons/switches, reducing BOM count |
| Operating Temperature | –40°C to +85°C - qualified for industrial automation, building controls, and outdoor embedded equipment |
Pinout & Package
Package: 18-pin SOIC (300 mil), RoHS-compliant, surface-mountable with standard 1.27 mm pitch.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| SCL | I²C Serial Clock Input | Accepts master-generated clock; supports 100 kHz / 400 kHz / 1.7 MHz modes with Schmitt-trigger input |
| SDA | I²C Serial Data I/O | Bidirectional open-drain line; slew-rate controllable via IOCON.DISSLW bit |
| A2, A1, A0 | Hardware Address Inputs | Externally biased to VDD/VSS to set 3-bit I²C slave address (0x20–0x27); no internal pull-ups |
| RESET | Active-Low External Reset | Asynchronous reset pin; forces POR state on falling edge; requires external pull-up |
| INT | Interrupt Output | Configurable push-pull or open-drain; polarity set by IOCON.INTPOL and IOCON.ODR bits |
| VDD, VSS | Power Supply Rails | Single-supply operation; decoupling capacitor required within 10 mm of VDD pin |
| GP0–GP7 | Bidirectional I/O Ports | Each pin independently configurable as input/output; supports interrupt-on-change and weak pull-up enable |
Key Features
| Feature | Design Value |
|---|---|
| Register-based I/O configuration | 11 dedicated 8-bit registers (IODIR, IPOL, GPPU, etc.) enable precise per-pin control without firmware bit-banging |
| Dual interrupt trigger modes | Supports both pin-change detection and DEFVAL-register comparison-enabling robust switch debouncing and state-change monitoring |
| Interrupt capture register (INTCAP) | Freezes port state at interrupt time, allowing host MCU to read exact condition without race conditions or polling overhead |
| Sequential addressing mode | IOCON.SEQOP = 0 allows burst reads/writes across consecutive registers (e.g., GPIO + OLAT) with single I²C transaction |
| Internal weak pull-ups | 100 kΩ per GPIO pin, individually enabled-reduces external component count for switch interfaces and simplifies layout |
Applications
| Industrial HMI Panels | Smart Sensor Nodes |
|---|---|
Use Scenario: Adding 8 tactile buttons and status LEDs to a PLC-mounted display panel with limited MCU GPIO. IC Role / Device Role / Timing Role: Offloads real-time button scanning and LED drive from main controller via I²C; handles interrupt-driven wake-up on button press. Use Value: Reduces firmware complexity, eliminates need for external shift registers or discrete logic, and enables low-power sleep between events using 1 µA standby current. | Use Scenario: Monitoring door/window contact sensors and ambient light levels in a battery-powered environmental monitor. IC Role / Device Role / Timing Role: Provides isolated, interrupt-capable digital inputs for reed switches and analog-to-digital interface readiness signaling. Use Value: Enables deterministic wake-up on intrusion event via INT pin, while GPPU resistors eliminate external biasing components for dry-contact sensors. |
| Automated Test Equipment | IoT Gateway Control Boards |
Use Scenario: Controlling relay banks and reading test fixture status signals in benchtop ATE systems. IC Role / Device Role / Timing Role: Acts as programmable I/O hub-driving relays via GPIO outputs and capturing fixture ready/busy signals via interrupt-enabled inputs. Use Value: Allows dynamic reconfiguration of I/O direction per test step using IODIR register writes, avoiding fixed-function hardware redesign. | Use Scenario: Managing USB hub power sequencing, fan control, and status LEDs on a multi-protocol IoT gateway board. IC Role / Device Role / Timing Role: Provides auxiliary GPIO for system-level housekeeping functions, coordinated via shared I²C bus with other peripherals. Use Value: Simplifies routing by consolidating low-speed control signals onto one 2-wire bus, reducing layer count and improving signal integrity over long traces. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar I/O expansion applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| PCA9554APW,118 | 8-bit I²C I/O expander with identical SOIC-16 package; lacks interrupt capture (INTCAP), DEFVAL/INTCON registers, and GPINTEN per-pin enable | Supports basic interrupt-on-change but cannot distinguish between pin-change vs. default-compare triggers; no port state capture on interrupt | Select when interrupt sophistication is unnecessary and cost sensitivity outweighs debuggability and flexible triggering |
| TCA6408APWR | 8-bit I²C I/O expander in TSSOP-16; includes interrupt output and polarity inversion, but no hardware address pins (fixed 0x20 address only) | Limited to single-device I²C bus deployment; lacks A2/A1/A0 for multi-drop addressing; no interrupt capture register | Choose for simple point-to-point I²C expansion where bus sharing is not required and board space favors TSSOP |
Compared with PCA9554APW,118 and TCA6408APWR, the MCP23008-E/SO provides superior interrupt diagnostics via INTCAP, flexible multi-device addressing via A2–A0, and richer configuration (e.g., dual interrupt modes, per-pin pull-ups), making it preferred for complex, scalable industrial control designs.
Availability
MCP23008-E/SO is available at Aetrix Electronics and suitable for industrial HMI panels, smart sensor nodes, automated test equipment, and IoT gateway control boards requiring stable component supply and long-term manufacturability.
Supply support for MCP23008-E/SO 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
Microchip Technology Inc. is a leading provider of microcontrollers, analog components, and connectivity solutions, headquartered in Chandler, Arizona, with global design and manufacturing operations.
The MCP23X08 product line delivers scalable, register-configurable I/O expansion for resource-constrained embedded systems-designed specifically to reduce GPIO pressure in industrial, automotive, and consumer control applications.
FAQ
What communication interface does the MCP23008-E/SO support?
The MCP23008-E/SO supports only the I²C interface-not SPI. It uses SCL and SDA pins for bidirectional serial communication, with hardware address pins A2–A0 enabling up to eight devices on one I²C bus. Its datasheet explicitly distinguishes it from the SPI-based MCP23S08 variant, and the pinout confirms absence of SI/SO/CS pins. The MCP23008-E/SO operates at I²C speeds up to 1.7 MHz under 4.5V–5.5V conditions.
Does the MCP23008-E/SO include internal pull-up resistors on its GPIO pins?
Yes, the MCP23008-E/SO includes software-controllable 100 kΩ internal weak pull-up resistors on all eight GPIO pins (GP0–GP7). These are enabled individually via the GPPU register bits. When a pin is configured as an input (IODIR bit = 1), setting the corresponding PUx bit activates the pull-up. This eliminates the need for external resistors in many switch-sensing applications, directly reducing BOM cost and PCB area. The MCP23008-E/SO does not provide pull-downs.
How does the interrupt functionality work on the MCP23008-E/SO?
The MCP23008-E/SO supports two interrupt modes: interrupt-on-change from previous state or from a user-defined DEFVAL register. Interrupts are enabled per-pin via GPINTEN and configured via INTCON. When triggered, the port state is captured in INTCAP, and INT asserts until INTCAP or GPIO is read. The INT pin is configurable as active-high, active-low, or open-drain using IOCON. This makes the MCP23008-E/SO highly adaptable for reliable edge detection in noisy environments.
What is the operating voltage range and temperature grade of the MCP23008-E/SO?
The MCP23008-E/SO operates from 1.8V to 5.5V across the industrial temperature range of –40°C to +85°C. At 4.5V–5.5V, it also supports extended operation up to +125°C (E-temp grade), with maximum standby current specified at 2 µA under those conditions. Its wide VDD range allows seamless interoperability with 1.8V logic families and legacy 5V systems without level shifters-making the MCP23008-E/SO suitable for mixed-voltage embedded designs.
Can the MCP23008-E/SO be used in place of the MCP23S08?
No, the MCP23008-E/SO cannot be used as a drop-in replacement for the MCP23S08 because they use fundamentally different serial interfaces-I²C versus SPI-and have incompatible pinouts. The MCP23008-E/SO has A2, SDA, and SCL pins; the MCP23S08 has SI, SO, SCK, and CS. Their address pin counts differ (three vs. two), and register-level behavior varies (e.g., IOCON.HAEN is unused in MCP23008-E/SO). Firmware, schematic, and layout changes would be required to substitute one for the other.
MCP23008-E/SO Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Microchip Technology
- Series:
- -
- Package/Case:
- 18-SOIC (0.295", 7.50mm Width)
- Packaging:
- Tube
- Product Status:
- Active
- Programmable:
- Not Verified
- Number of I/O:
- 8
- Interface:
- I2C
- Interrupt Output:
- Yes
- Features:
- POR
- Output Type:
- Push-Pull
- Current - Output Source/Sink:
- 25mA
- Clock Frequency:
- 1.7 MHz
- Voltage - Supply:
- 1.8V ~ 5.5V
- Operating Temperature:
- -40°C ~ 125°C
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
- 18-SOIC
MCP23008-E/SO FAQ
1.How can I place an order for MCP23008-E/SO through Aetrix?
Please submit a Request for Quotation (RFQ) for MCP23008-E/SO 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 MCP23008-E/SO reliable?
The price and inventory of MCP23008-E/SO are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for MCP23008-E/SO is usually 5 days.
3.What payment methods are accepted for MCP23008-E/SO?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for MCP23008-E/SO transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for MCP23008-E/SO?
MCP23008-E/SO orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your MCP23008-E/SO 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 MCP23008-E/SO?
For technical support, including MCP23008-E/SO datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your MCP23008-E/SO requirements.
6.How does Aetrix verify that MCP23008-E/SO is sourced from the original manufacturer or authorized distributors?
All MCP23008-E/SO 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 MCP23008-E/SO meets industry standards.
7.What is the process for return or replacement of MCP23008-E/SO?
All MCP23008-E/SO units undergo pre-shipment inspection (PSI). If there is an issue with MCP23008-E/SO, 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 MCP23008-E/SO part is unused and in its original packaging.
Return procedure for MCP23008-E/SO:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
MCP23008-E/SO Tags

-
TCA6408ARSVR
Texas Instruments
-
TCA9535RTWR
Texas Instruments

-
FXL6408UMX
onsemi

-
PCF8574ADWR
Texas Instruments

-
PCF8574APWR
Texas Instruments

-
TCA9555PWR
Texas Instruments
-
TCA9554PWR
Texas Instruments
-
TCA9554APWR
Texas Instruments

-
TCA9539PWR
Texas Instruments
-
TCA9534PWR
Texas Instruments
-
TCA9555RTWR
Texas Instruments

-
TCA9535PWR
Texas Instruments
Tech Hub
TTL and CMOS logic families differ in thresholds, loading, output drive, power and timing. This engineering guide compares 74HC and 74HCT, calculates noise margins and checks 3.3 V/5 V compatibility.
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…

