Microchip Technology MCP23008T-E/ML
- Part No.:
- MCP23008T-E/ML
- Manufacturer:
- Microchip Technology
- Category:
- I/O Expanders
- Package:
- 20-VFQFN Exposed Pad
- Datasheet:
-
MCP23008T-E/ML.pdf
- Description:
- IC XPNDR 1.7MHZ I2C 20QFN
- Quantity:
- Payment:

- Shipping:

Inventory:7,805
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
MCP23008T-E/ML from Microchip Technology is an 8-bit I²C-compatible GPIO expander IC designed to extend parallel digital I/O capability in space-constrained embedded systems. It features 8 bidirectional I/O pins (GP0–GP7), hardware address pins A2–A0 for up to eight devices on one bus, configurable interrupt output (INT), and operates from 1.8V to 5.5V across –40°C to +85°C. It is commonly used to add digital control and monitoring capability to microcontroller-based industrial sensors and smart home hubs.
For engineers reviewing the MCP23008T-E/ML datasheet, MCP23008T-E/ML pinout, MCP23008T-E/ML application, or MCP23008T-E/ML equivalent, key selection criteria include I²C interface speed (up to 1.7 MHz), low standby current (1 µA max), interrupt-on-change flexibility, and QFN-20 package compatibility with high-density PCB layouts.
Technical Context
The MCP23008T-E/ML implements a register-mapped I²C slave interface with eleven 8-bit configuration registers-including IODIR, IPOL, GPINTEN, DEFVAL, INTCON, IOCON, GPPU, INTF, INTCAP, GPIO, and OLAT-enabling precise per-pin direction, polarity, pull-up, interrupt source, and capture control. Its interrupt logic supports two mutually exclusive modes: change-from-previous-state or change-from-DEFVAL-register.
It uses a dedicated hardware address decoder (A2:A0) for 7-bit I²C addressing (base 0x20), supports sequential and byte-mode register access via the SEQOP bit in IOCON, and includes Power-on Reset (POR) with VDD rise-time tolerance (≥0.05 V/ms). The device does not support SPI-only I²C-as confirmed by pin mapping (A2 = SDA/SO on MCP23S08 but A2 = address input on MCP23008).
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| I²C Speed | Up to 1.7 MHz - enables high-throughput I/O polling in real-time control loops without MCU bus saturation. |
| Supply Voltage Range | 1.8V–5.5V - supports direct interfacing with 1.8V logic, 3.3V MCUs, and 5V peripherals without level shifters. |
| Standby Current | 1 µA max - critical for battery-powered nodes requiring multi-year operation in IoT sensor endpoints. |
| Interrupt Output | Configurable active-high/active-low/open-drain - allows direct connection to MCU interrupt inputs or wired-OR bus topologies. |
| Hardware Address Pins | A2, A1, A0 - enable up to eight identical MCP23008T-E/ML devices on a single I²C bus, simplifying modular I/O expansion. |
| GPIO Pull-up Resistors | 100 kΩ internal - eliminates external BOM components for switch debouncing or bus termination in simple input applications. |
| Operating Temperature | –40°C to +85°C - qualified for industrial automation, building controls, and automotive cabin electronics. |
Pinout & Package
Package: 20-pin QFN (4 mm × 4 mm, 0.5 mm pitch), wettable flank, exposed thermal pad - optimized for automated optical inspection and thermal dissipation in compact designs.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| SCL | I²C clock input | Accepts standard I²C clock signals; supports 100 kHz, 400 kHz, and 1.7 MHz modes with Schmitt-trigger input for noise immunity. |
| SDA | I²C bidirectional data line | Open-drain I/O with internal weak pull-up option; requires external pull-up for standard I²C bus operation. |
| A2, A1, A0 | Hardware address inputs | Set 3-bit I²C slave address (0x20–0x27); must be externally biased to VDD or VSS to define unique bus identity. |
| RESET | Active-low asynchronous reset | Forces all registers to POR state; requires external pull-up and debounced push-button or supervisor IC for reliable recovery. |
| INT | Configurable interrupt output | Signals GPIO state changes; programmable as push-pull (active-high/low) or open-drain for shared interrupt lines. |
| GP0–GP7 | Bidirectional general-purpose I/O | Each pin supports input, output, interrupt-on-change, and optional 100 kΩ pull-up; no current-limiting resistors required for LED drive (25 mA sink/source). |
| VDD / VSS | Power supply rails | Supports wide 1.8V–5.5V range; decoupling capacitor (100 nF) required within 1 mm of VDD/VSS pins per layout guidelines. |
Key Features
| Feature | Design Value |
|---|---|
| Register-based interrupt control | GPINTEN + INTCON + DEFVAL registers allow per-pin interrupt enablement and dual-mode triggering (state-change vs. default-compare), reducing host polling overhead. |
| Interrupt capture register (INTCAP) | Freezes port state at interrupt time, enabling deterministic edge detection without race conditions during host read latency. |
| Output latch (OLAT) independence | Separate OLAT register ensures output state remains stable during GPIO reads, preventing glitches when reading input while driving outputs. |
| Polarity inversion (IPOL) | Per-pin logic inversion lets designers match native signal polarity of switches, sensors, or LEDs without external inverters or firmware XOR. |
| Sequential register access mode | IOCON.SEQOP=0 enables auto-incrementing address pointer, allowing 11-register reads/writes in a single I²C transaction for efficient bulk configuration. |
Applications
| Industrial HMI Keypad Interface | Smart Thermostat Sensor Hub |
|---|---|
Use Scenario: Scanning 8 mechanical pushbuttons connected to GP0–GP7 with debounce handled in firmware. IC Role / Device Role / Timing Role: GPIO expander providing interrupt-driven keypress detection via INT pin, eliminating continuous MCU polling. Use Value: Reduces average MCU active time by >90% versus polling, extending battery life in wireless thermostats using CR2032 cells. | Use Scenario: Monitoring 6 temperature/humidity sensor status flags and controlling 2 relay drivers in a compact HVAC controller. IC Role / Device Role / Timing Role: I/O extension for MCU with limited GPIO; GP pins configured as inputs (sensors) and outputs (relays) with independent pull-up control. Use Value: Enables full sensor+actuator interface in 4 mm × 4 mm footprint, avoiding redesign to larger MCU or additional logic ICs. |
| IoT Edge Node Expansion | Programmable Logic Controller (PLC) Module |
Use Scenario: Adding isolated digital inputs for door/window contact sensors and outputs for LED indicators in a LoRaWAN endpoint. IC Role / Device Role / Timing Role: Remote I/O node with interrupt-on-change for immediate wake-up of ultra-low-power MCU upon sensor activation. Use Value: Achieves sub-5 µA system sleep current with responsive wake-up (<10 µs INT assertion), meeting ETSI Class A duty-cycle requirements. | Use Scenario: Providing configurable 8-channel discrete I/O for field-device connectivity in DIN-rail mounted PLC base units. IC Role / Device Role / Timing Role: Industrial-grade I/O expander supporting 1.8V–5.5V logic levels and operating across –40°C to +85°C ambient. Use Value: Eliminates need for external level translators or voltage supervisors, reducing BOM count and board area in cost-sensitive PLC modules. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar GPIO expander applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| MCP23017-E/SP | 16-bit I/O, dual bank (PORTA/PORTB), higher pin count (28-pin SPDIP), same I²C interface and register map. | Requires more PCB area and routing; suited for systems needing >8 I/Os without daisy-chaining. | Select when 16 I/Os are needed and board space permits larger package; retains identical driver compatibility. |
| PCA9555D,118 | NXP part with 16-bit I/O, 5.5V max VDD, no internal pull-ups, and different interrupt flag behavior (no INTCAP register). | Lacks interrupt capture register; requires host to sample GPIO immediately on INT assert to avoid missed edges. | Choose for cost-sensitive, non-interrupt-critical applications where register-level compatibility is secondary to unit price. |
Compared with MCP23017-E/SP and PCA9555D,118, the MCP23008T-E/ML delivers optimal balance of compact QFN-20 packaging, integrated 100 kΩ pull-ups, and deterministic INTCAP-based interrupt handling-making it ideal for space-constrained, battery-aware, and edge-triggered I/O expansion tasks.
Availability
MCP23008T-E/ML is available at Aetrix Electronics and suitable for industrial HMI, smart building sensor hubs, and IoT edge node designs requiring stable component supply, extended temperature qualification, and QFN-packaged I/O scalability.
Supply support for MCP23008T-E/ML 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 devices, and connectivity solutions, serving industrial, automotive, and consumer markets with high-reliability silicon and development tools.
The MCP23X08 product line was designed specifically for low-pin-count, low-power I/O expansion in resource-constrained embedded systems-emphasizing ease of integration, interrupt efficiency, and broad voltage interoperability.
FAQ
What is the maximum I²C clock frequency supported by the MCP23008T-E/ML?
The MCP23008T-E/ML supports I²C operation up to 1.7 MHz under 4.5V–5.5V supply and –40°C to +125°C conditions. At 1.8V–5.5V and –40°C to +85°C, it supports 100 kHz, 400 kHz, and 1.7 MHz modes. This high-speed capability allows rapid register updates and minimizes bus occupancy in time-critical applications using the MCP23008T-E/ML.
Does the MCP23008T-E/ML support SPI communication?
No, the MCP23008T-E/ML supports only I²C communication. The SPI variant is the pin-compatible but functionally distinct MCP23S08. On the MCP23008T-E/ML, pin A2 is a hardware address input-not a serial data output-and NC/CS is unconnected. Attempting SPI signaling on this device will not yield functional communication. Always verify interface type before selecting the MCP23008T-E/ML.
How does the interrupt capture register (INTCAP) improve reliability in the MCP23008T-E/ML?
The INTCAP register in the MCP23008T-E/ML latches the exact GPIO port state at the moment an interrupt occurs. This prevents race conditions where the port state changes again before the host MCU reads GPIO, ensuring deterministic edge capture. Reading INTCAP clears the interrupt condition, making it essential for robust interrupt-driven firmware using the MCP23008T-E/ML in noisy or fast-switching environments.
Can all 8 GPIO pins on the MCP23008T-E/ML be configured as outputs driving LEDs directly?
Yes-each GP0–GP7 pin on the MCP23008T-E/ML can source or sink up to 25 mA, sufficient to drive standard LEDs without external transistors. When configured as outputs, they operate from the same VDD supply (1.8V–5.5V), enabling direct connection to 3.3V or 5V LED anodes/cathodes. Always observe total package current limits (125 mA into VDD, 150 mA out of VSS) when driving multiple LEDs simultaneously with the MCP23008T-E/ML.
What is the purpose of the IOCON.SEQOP bit in the MCP23008T-E/ML?
The IOCON.SEQOP bit (bit 5 of register 0x05) controls whether the MCP23008T-E/ML's internal address pointer auto-increments after each I²C byte transfer. When cleared (SEQOP = 0), sequential reads/writes across multiple registers occur in one transaction-e.g., reading all 11 registers with a single START and STOP. When set (SEQOP = 1), the address pointer holds, enabling repeated access to a single register (e.g., polling GPIO) without re-sending the address byte-enhancing efficiency in both initialization and runtime use of the MCP23008T-E/ML.
MCP23008T-E/ML Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Microchip Technology
- Series:
- -
- Package/Case:
- 20-VFQFN Exposed Pad
- Packaging:
- Tape & Reel (TR)
- 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:
- 20-QFN (4x4)
MCP23008T-E/ML FAQ
1.How can I place an order for MCP23008T-E/ML through Aetrix?
Please submit a Request for Quotation (RFQ) for MCP23008T-E/ML 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 MCP23008T-E/ML reliable?
The price and inventory of MCP23008T-E/ML are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for MCP23008T-E/ML is usually 5 days.
3.What payment methods are accepted for MCP23008T-E/ML?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for MCP23008T-E/ML transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for MCP23008T-E/ML?
MCP23008T-E/ML orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your MCP23008T-E/ML 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 MCP23008T-E/ML?
For technical support, including MCP23008T-E/ML datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your MCP23008T-E/ML requirements.
6.How does Aetrix verify that MCP23008T-E/ML is sourced from the original manufacturer or authorized distributors?
All MCP23008T-E/ML 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 MCP23008T-E/ML meets industry standards.
7.What is the process for return or replacement of MCP23008T-E/ML?
All MCP23008T-E/ML units undergo pre-shipment inspection (PSI). If there is an issue with MCP23008T-E/ML, 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 MCP23008T-E/ML part is unused and in its original packaging.
Return procedure for MCP23008T-E/ML:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
MCP23008T-E/ML 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…

