Microchip Technology AT25080AN-10SU-2.7-T
- Part No.:
- AT25080AN-10SU-2.7-T
- Manufacturer:
- Microchip Technology
- Category:
- Memory
- Package:
- 8-SOIC (0.154", 3.90mm Width)
- Datasheet:
-
AT25080AN-10SU-2.7-T.pdf
- Description:
- IC EEPROM 8KBIT SPI 20MHZ 8SOIC
- Quantity:
- Payment:

- Shipping:

Inventory:1,170
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
AT25080AN-10SU-2.7-T from Microchip Technology (formerly Atmel) is an 8-Kbit SPI serial EEPROM organized as 1024 × 8 bits, supporting 2.7–5.5 V operation, 20 MHz clock rate at 5 V, 32-byte page write, and hardware/software write protection via WP pin and status register. It serves as nonvolatile configuration storage in industrial control modules, power supply supervisors, and embedded sensor nodes.
For engineers reviewing the AT25080AN-10SU-2.7-T datasheet, AT25080AN-10SU-2.7-T pinout, AT25080AN-10SU-2.7-T application, or AT25080AN-10SU-2.7-T equivalent, key selection criteria include SPI Mode 0/3 compatibility, 1 million write cycles endurance, 100-year data retention, block-level write protection (1/4, 1/2, or full array), and JEDEC SOIC-8 packaging with RoHS-compliant green finish.
Technical Context
The AT25080AN-10SU-2.7-T operates as a slave device on a three-wire SPI bus (CS, SCK, SI/SO), requiring WREN instruction before any write and supporting MSB-first transmission. Its internal architecture includes an 8-bit instruction register and nonvolatile status register with BP0/BP1 for memory segmentation and WPEN for hardware write protect enable/disable.
Timing is governed by strict AC parameters: tWH/tWL ≤ 20 ns (5 V), tSU/tH ≥ 5 ns (1.8 V), and tWC = 5 ms max self-timed write cycle. HOLD pin suspends communication without resetting the sequence, while WP pin blocks status register writes when WPEN = 1 and WP = low - enabling robust field-programmable protection.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Memory Size | 8 Kbit (1024 × 8), sufficient for firmware calibration tables or device ID storage in space-constrained designs |
| Interface | SPI-compatible, supports Modes 0 (0,0) and 3 (1,1); Mode 0 operation fully documented and validated |
| Supply Voltage | 2.7 V to 5.5 V - enables direct interfacing with 3.3 V and 5 V microcontrollers without level shifting |
| Max Clock Rate | 20 MHz at VCC = 5 V - supports high-throughput configuration loading in real-time systems |
| Write Endurance | 1 million cycles - ensures reliable logging or parameter update capability over product lifetime |
| Data Retention | 100 years at +25°C - guarantees long-term integrity of stored calibration or security keys |
| Page Write Size | 32 bytes - minimizes write latency versus byte-write-only EEPROMs and reduces host CPU overhead |
Pinout & Package
AT25080AN-10SU-2.7-T is supplied in an 8-lead JEDEC SOIC package (8S1), 0.150" wide body, RoHS-compliant green finish (U suffix), with standard gull-wing lead form and 1.27 mm pitch.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| CS | Chip Select | Active-low enable; must be low to accept instructions; high impedance SO when CS high |
| SCK | Serial Clock | Input only; defines timing for SI/SO data transfer; supports up to 20 MHz at 5 V |
| SI | Serial Data Input | Receives op-codes, addresses, and data; MSB-first protocol; ignored during HOLD or write cycle |
| SO | Serial Data Output | Tri-state output; drives data during READ; high-Z when CS high or during internal write |
| GND | Ground Reference | Signal and power return path; must be low-impedance for stable SPI signaling |
| VCC | Power Supply | 2.7–5.5 V input; powers internal logic and charge pump; decoupling capacitor required |
| WP | Write Protect | Hardware lock for status register; active low only when WPEN = 1; prevents accidental BP/WPEN changes |
| HOLD | Communication Suspend | Pauses ongoing SPI transfer without resetting address counter; requires SCK low to assert |
Key Features
| Feature | Design Value |
|---|---|
| Block Write Protection | Configurable via status register to protect 0%, 25%, 50%, or 100% of memory - enables secure boot code partitioning |
| Hardware + Software Write Protection | WP pin (hardware) and WRSR/WREN instructions (software) provide layered data integrity - critical for field-upgradable systems |
| Self-timed Write Cycle | No external erase step required; 5 ms max duration; RDSR polling confirms completion - simplifies host firmware design |
| Low-Voltage Operation | Functional down to 2.7 V - supports brown-out tolerant operation in battery-backed or energy-harvesting applications |
| HOLD Pin Functionality | Enables multi-master arbitration or CPU interrupt handling without losing SPI context - preserves sequential read/write continuity |
Applications
| Industrial Sensor Calibration | Power Supply Configuration |
|---|---|
Use Scenario: Storing temperature-compensated offset/gain coefficients for analog sensor front-ends in factory automation equipment. IC Role / Device Role / Timing Role: Nonvolatile configuration storage accessed at power-on reset via SPI; retains values across 10+ year deployments. Use Value: Eliminates manual recalibration; enables field updates via service port using same SPI interface used for sensor data acquisition. | Use Scenario: Holding digital setpoints, protection thresholds, and startup sequences in programmable DC-DC controllers. IC Role / Device Role / Timing Role: SPI-configurable memory mapped into MCU's peripheral address space; read during initialization and updated only during maintenance mode. Use Value: Supports multiple output voltage profiles per unit; allows OEM customization without hardware change or firmware reflash. |
| Embedded System Bootloader Keys | Medical Device Usage Logs |
Use Scenario: Securing cryptographic keys and signature verification certificates used by bootloader to validate firmware authenticity. IC Role / Device Role / Timing Role: Read-only protected memory segment (BP1/BP0 = 11) storing immutable keys; accessed once per boot via SPI. Use Value: Prevents unauthorized firmware modification; meets IEC 62304 Class C software safety requirements for tamper resistance. | Use Scenario: Recording timestamped operational events (e.g., actuation count, error codes, runtime hours) in portable diagnostic instruments. IC Role / Device Role / Timing Role: Wear-leveling–free sequential log storage; 1M write cycles support >10 years of daily 300-event logging. Use Value: Enables regulatory audit trail without DRAM backup or complex file system - reduces BOM and qualification effort. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar serial EEPROM applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| M95080-DRMN6TP/K | STMicroelectronics 8-Kbit SPI EEPROM; identical 8-lead SOIC-8 package; supports 1.8–5.5 V but rated for 10 MHz max at 1.8 V vs. AT25080AN-10SU-2.7-T's 20 MHz at 5 V | Limited to lower-speed interfaces; lacks HOLD pin - unsuitable for multi-master or interrupt-driven hosts | Select when cost sensitivity outweighs speed/HOLD requirements and ST ecosystem alignment is preferred |
| BR24G08NUX-10 | Rohm 8-Kbit SPI EEPROM; 8-lead TSSOP-8 (4.4 mm body); supports 1.7–5.5 V; 10 MHz max clock; no HOLD pin; write protection limited to software-only | Smaller footprint than SOIC but no hardware suspend capability; lower endurance (400k cycles) | Choose for compact PCB layouts where HOLD is unused and moderate write frequency suffices |
Compared with M95080-DRMN6TP/K and BR24G08NUX-10, the AT25080AN-10SU-2.7-T delivers higher SPI throughput, integrated HOLD functionality for deterministic host control, and superior endurance - making it optimal for industrial and medical applications demanding reliability and real-time responsiveness.
Availability
AT25080AN-10SU-2.7-T is available at Aetrix Electronics and suitable for industrial control systems, medical instrumentation, and automotive subsystems requiring stable component supply, long-term lifecycle support, and RoHS-compliant packaging.
Supply support for AT25080AN-10SU-2.7-T 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 is a global semiconductor company specializing in microcontrollers, analog devices, and memory solutions, with a focus on embedded control and connectivity.
The AT25080A family is part of Microchip's serial EEPROM product line, designed specifically for low-power, low-voltage embedded systems requiring robust nonvolatile storage with SPI simplicity and industrial-grade reliability.
FAQ
What is the maximum SPI clock frequency supported by the AT25080AN-10SU-2.7-T?
The AT25080AN-10SU-2.7-T supports up to 20 MHz SCK frequency when operated at VCC = 5.0 V. At 2.7 V, the maximum clock rate is 10 MHz, and at 1.8 V it drops to 5 MHz - all specified in the AC Characteristics table. This graded performance allows designers to optimize speed versus power consumption based on system voltage rails.
Does the AT25080AN-10SU-2.7-T require an external erase command before writing?
No, the AT25080AN-10SU-2.7-T does not require a separate erase command. All write operations - including byte and 32-byte page writes - are self-timed and automatically erase the target location prior to programming. The internal write cycle completes in ≤5 ms, and readiness is confirmed via the RDY bit in the status register using RDSR.
How is write protection implemented on the AT25080AN-10SU-2.7-T?
The AT25080AN-10SU-2.7-T implements dual-layer write protection: hardware-based via the WP pin (active low when WPEN = 1) and software-based via status register bits BP0/BP1. These bits configure protection for 0%, 25%, 50%, or 100% of the memory array. WP blocks status register writes; BP bits define protected address ranges - enabling granular, field-updatable security policies.
What package type is used for the AT25080AN-10SU-2.7-T?
The AT25080AN-10SU-2.7-T uses an 8-lead JEDEC SOIC package (8S1), 0.150" wide body, with gull-wing leads, 1.27 mm pitch, and RoHS-compliant green finish (U suffix). It is pin-compatible with industry-standard SOIC-8 footprints and supports reflow soldering per J-STD-020.
Can the AT25080AN-10SU-2.7-T operate reliably at -40°C?
Yes, the AT25080AN-10SU-2.7-T is rated for industrial temperature range (-40°C to +85°C) per its ordering code suffix and DC/AC specifications. All parameters - including ICC, ISB, tWC, and VIL/VIH - are guaranteed across this range, and the device undergoes 100% testing at temperature extremes during manufacturing.
AT25080AN-10SU-2.7-T Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Microchip Technology
- Series:
- -
- Package/Case:
- 8-SOIC (0.154", 3.90mm Width)
- Packaging:
- Tape & Reel (TR)
- Product Status:
- Obsolete
- Programmable:
- Not Verified
- Memory Type:
- Non-Volatile
- Memory Format:
- EEPROM
- Technology:
- EEPROM
- Memory Size:
- 8Kbit
- Memory Organization:
- 1K x 8
- Memory Interface:
- SPI
- Clock Frequency:
- 20 MHz
- Write Cycle Time - Word, Page:
- 5ms
- Access Time:
- -
- Voltage - Supply:
- 2.7V ~ 5.5V
- Operating Temperature:
- -40°C ~ 85°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
- 8-SOIC
AT25080AN-10SU-2.7-T FAQ
1.How can I place an order for AT25080AN-10SU-2.7-T through Aetrix?
Please submit a Request for Quotation (RFQ) for AT25080AN-10SU-2.7-T 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 AT25080AN-10SU-2.7-T reliable?
The price and inventory of AT25080AN-10SU-2.7-T are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for AT25080AN-10SU-2.7-T is usually 5 days.
3.What payment methods are accepted for AT25080AN-10SU-2.7-T?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for AT25080AN-10SU-2.7-T transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for AT25080AN-10SU-2.7-T?
AT25080AN-10SU-2.7-T orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your AT25080AN-10SU-2.7-T 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 AT25080AN-10SU-2.7-T?
For technical support, including AT25080AN-10SU-2.7-T datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your AT25080AN-10SU-2.7-T requirements.
6.How does Aetrix verify that AT25080AN-10SU-2.7-T is sourced from the original manufacturer or authorized distributors?
All AT25080AN-10SU-2.7-T 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 AT25080AN-10SU-2.7-T meets industry standards.
7.What is the process for return or replacement of AT25080AN-10SU-2.7-T?
All AT25080AN-10SU-2.7-T units undergo pre-shipment inspection (PSI). If there is an issue with AT25080AN-10SU-2.7-T, 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 AT25080AN-10SU-2.7-T part is unused and in its original packaging.
Return procedure for AT25080AN-10SU-2.7-T:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
AT25080AN-10SU-2.7-T Tags

-
M24C02-WMN6TP
STMicroelectronics
-
AT24C02C-XHM-T
Microchip Technology

-
AT21CS01-STUM10-T
Microchip Technology

-
AT24C02C-SSHM-T
Microchip Technology

-
24LC01BT-I/OT
Microchip Technology
-
M24C02-FMC6TG
STMicroelectronics

-
AT24CS02-SSHM-T
Microchip Technology

-
93LC46BT-I/OT
Microchip Technology

-
AT24C04C-SSHM-T
Microchip Technology

-
24LC01BT-I/SN
Microchip Technology

-
24AA02UIDT-I/OT
Microchip Technology

-
AT24C08C-STUM-T
Microchip Technology
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…
