Microchip Technology AT25080-10PC-1.8
- Part No.:
- AT25080-10PC-1.8
- Manufacturer:
- Microchip Technology
- Category:
- Memory
- Package:
- 8-DIP (0.300", 7.62mm)
- Datasheet:
-
AT25080-10PC-1.8.pdf
- Description:
- IC EEPROM 8KBIT SPI 3MHZ 8DIP
- Quantity:
- Payment:

- Shipping:

Inventory:4,481
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
AT25080-10PC-1.8 from Atmel is an 8-Kbit SPI serial EEPROM organized as 1024 × 8-bit memory, operating at 1.8V–3.6V supply, supporting 500 kHz max clock rate (1.8V), with 32-byte page write, block write protection, and 1 million write cycles endurance. It serves as nonvolatile configuration storage in low-power embedded systems such as smart meters and portable medical devices.
For engineers reviewing the AT25080-10PC-1.8 datasheet, AT25080-10PC-1.8 pinout, AT25080-10PC-1.8 application, or AT25080-10PC-1.8 equivalent, key selection criteria include 1.8V operation capability, SPI Mode 0/3 compatibility, hardware/software write protection, 5 ms typical write cycle time, and PDIP-8 packaging for through-hole prototyping and industrial control modules.
Technical Context
The AT25080-10PC-1.8 implements a synchronous 3-wire SPI slave interface with dedicated SI (input) and SO (output) pins, requiring CS activation and MSB-first data framing. Its internal architecture includes an 8-bit instruction register handling op-codes for READ, WRITE, WREN, WRDI, RDSR, and WRSR - all self-timed without external erase cycles.
Block write protection is managed via nonvolatile BP0/BP1 bits in the status register, enabling selective locking of 0%, 25%, 50%, or 100% of the 1024-word array. The HOLD pin suspends ongoing serial transfers without resetting sequence state, while WP provides hardware-level inhibition of status register writes when WPEN = 1 and WP = low.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Memory Size | 8 Kbit (1024 × 8-bit), sufficient for firmware boot flags, calibration data, or device ID storage in space-constrained designs. |
| Supply Voltage Range | 1.8V to 3.6V - enables direct integration with 1.8V/2.5V/3.3V microcontrollers without level-shifting. |
| Max Clock Frequency | 500 kHz at 1.8V - balances speed and power efficiency for battery-powered applications. |
| Write Cycle Time | 5 ms typical - defines minimum interval between successive write commands; supports rapid parameter updates. |
| Endurance & Retention | 1 million write cycles / 100-year data retention - ensures long-term reliability in field-deployed equipment. |
| Interface Protocol | SPI Modes 0 (CPOL=0, CPHA=0) and 3 (CPOL=1, CPHA=1) - compatible with most ARM Cortex-M, PIC, and 8051-based controllers. |
| Package | 8-pin PDIP (0.300" wide) - supports manual soldering, breadboarding, and legacy PCB layouts. |
Pinout & Package
AT25080-10PC-1.8 uses an 8-pin Plastic Dual Inline Package (PDIP) with 0.300" body width, compliant with JEDEC MS-001 BA standard. Pin 1 is marked by a notch or dot; leads are gull-wing shaped with 0.100" pitch.
| Pin | Circuit Role | Design Meaning |
|---|---|---|
| 1 (CS) | Chip Select | Active-low enable signal; must be held low during full SPI transaction; high impedance on SO when CS is high. |
| 2 (SO) | Serial Data Output | Tri-state output delivering read data or status bits; enters high-Z when CS is high or HOLD is asserted. |
| 3 (WP) | Write Protect | Hardware lock for status register writes when WPEN=1; no effect on unprotected memory writes if WPEN=0. |
| 4 (GND) | Ground Reference | Primary return path for VCC current and logic reference; must be low-impedance connection to avoid noise coupling. |
| 5 (VCC) | Power Supply | 1.8V–3.6V input; requires local 100 nF ceramic decoupling capacitor placed within 5 mm of pin. |
| 6 (HOLD) | Serial Communication Suspend | Pauses ongoing SPI transfer without resetting address counter; requires SCK low before assertion. |
| 7 (SCK) | Serial Clock Input | Master-generated clock; timing parameters (tWH/tWL) vary with VCC - critical for setup/hold compliance. |
| 8 (SI) | Serial Data Input | Receives op-codes, addresses, and write data; sampled on SCK rising/falling edge per SPI mode. |
Key Features
| Feature | Design Value |
|---|---|
| Triple-voltage operation support | Configurable for 1.8V, 2.7V, or 5.0V systems via suffix (-1.8, -2.7, blank); eliminates need for multiple SKUs in mixed-voltage designs. |
| Page write capability | 32-byte burst writes reduce total programming time vs. byte-wise writes - improves firmware update throughput. |
| Four-tier block protection | BP0/BP1 bits allow granular locking of 0%, 25%, 50%, or 100% of memory - secures bootloader regions while permitting runtime config edits. |
| Dual write protection scheme | Combines hardware (WP pin) and software (WRSR + WREN) controls - prevents accidental overwrites during power transitions or firmware bugs. |
| Industrial temperature range option | Same pinout and functionality available in -40°C to +85°C grade (e.g., AT25080-10PI-1.8) - enables drop-in upgrade for harsh environments. |
Applications
| Smart Energy Metering | Portable Medical Devices |
|---|---|
Use Scenario: Storing tariff tables, meter calibration coefficients, and tamper-event logs in utility-grade electricity meters. IC Role / Device Role / Timing Role: Nonvolatile configuration and event logging memory interfaced to an ARM Cortex-M3 metrology controller via SPI. Use Value: 1.8V operation enables direct connection to the meter's 2.5V analog front-end supply rail; 1M endurance supports daily log writes over 27 years. |
Use Scenario: Saving patient therapy settings, sensor calibration offsets, and usage history in handheld glucose monitors or infusion pumps. IC Role / Device Role / Timing Role: Low-power SPI EEPROM storing user-customizable treatment parameters accessed during device power-up. Use Value: 0.1 µA standby current at 1.8V extends battery life; PDIP-8 package simplifies hand-soldered prototype revisions. |
| Industrial PLC I/O Modules | Automotive Body Control Units |
Use Scenario: Retaining module identification, channel scaling factors, and fault-history records in DIN-rail mounted programmable logic controller expansion modules. IC Role / Device Role / Timing Role: Configuration memory for FPGA-configured I/O logic, accessed during cold start via SPI from a TI MSP430 host. Use Value: HOLD pin allows deterministic pause of EEPROM reads during real-time I/O interrupt servicing - avoids bus contention. |
Use Scenario: Storing seat position presets, mirror adjustment profiles, and lighting configuration in automotive door modules. IC Role / Device Role / Timing Role: SPI-connected nonvolatile memory holding user preferences, written infrequently but read at every ignition cycle. Use Value: Block protection prevents overwrite of factory-set defaults during dealership reprogramming; WP pin ties to MCU GPIO for dynamic lock control. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar serial EEPROM applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| M95080-DRMN3TP/K | 8-Kbit SPI EEPROM, 1.8V–5.5V, 10 MHz max clock, 5 ms write cycle, SOIC-8 package. | Higher speed (10 MHz) and smaller SOIC-8 footprint; lacks HOLD pin and 14/20-TSSOP variants. | Select when board space is constrained and HOLD functionality is unnecessary; verify SOIC-8 thermal pad compatibility with existing layout. |
| BR24G08NUX-10 | 8-Kbit I²C EEPROM, 1.7V–5.5V, 400 kHz/1 MHz, 5 ms write cycle, TSSOP-8 package. | I²C interface instead of SPI; requires only two wires (SDA/SCL) but shares bus arbitration overhead; no WP/HOLD pins. | Choose for systems already using I²C peripherals and where pin count reduction outweighs SPI-native timing determinism. |
Compared with M95080-DRMN3TP/K and BR24G08NUX-10, the AT25080-10PC-1.8 offers unique HOLD pin support for interrupt-safe serial transfers and PDIP-8 packaging for prototyping - making it optimal for industrial control and development-stage designs where debug flexibility and deterministic timing matter more than raw speed or minimal footprint.
Availability
AT25080-10PC-1.8 is available at Aetrix Electronics and suitable for smart energy metering, portable medical devices, industrial PLC I/O modules, and automotive body control units requiring stable component supply across extended product lifecycles.
Supply support for AT25080-10PC-1.8 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
Atmel Corporation (now part of Microchip Technology) is a semiconductor manufacturer specializing in microcontrollers, nonvolatile memory, and secure authentication ICs for embedded systems.
The AT25080-10PC-1.8 belongs to Atmel's SPI Serial EEPROM product line, designed specifically for low-voltage, low-power embedded applications demanding reliable nonvolatile storage with flexible voltage operation and robust data protection.
FAQ
What is the maximum SPI clock frequency supported by the AT25080-10PC-1.8 at 1.8V?
The AT25080-10PC-1.8 supports up to 500 kHz SCK frequency when operated at 1.8V–3.6V. This value is specified in the AC Characteristics table under fSCK for the 1.8–3.6V voltage range. Exceeding this limit may cause read/write failures or timing violations, especially under worst-case temperature and process corners.
Does the AT25080-10PC-1.8 require an external erase command before writing new data?
No, the AT25080-10PC-1.8 does not require a separate erase command. All write operations are self-timed and automatically erase the target memory location prior to programming. A Write Enable (WREN) instruction must precede each WRITE or WRSR command, but no explicit ERASE instruction exists in the AT25080-10PC-1.8 instruction set.
How does the HOLD pin function during an active SPI read sequence on the AT25080-10PC-1.8?
When the HOLD pin is asserted low during an active SPI read, the AT25080-10PC-1.8 pauses data transmission on SO without resetting the internal address counter. SCK may continue toggling, but SI inputs are ignored and SO remains in high-impedance state until HOLD returns high while SCK is low - then reading resumes from the same address.
Can the AT25080-10PC-1.8 be used in industrial temperature applications?
The AT25080-10PC-1.8 is rated for commercial temperature range (0°C to +70°C). For industrial operation (-40°C to +85°C), use the functionally identical AT25080-10PI-1.8 variant - same pinout, electrical specs, and 1.8V operation, but qualified across the extended temperature range.
What happens if the WP pin is held low while the WPEN bit is '0' in the AT25080-10PC-1.8 status register?
If WPEN = 0, the WP pin has no effect on write protection - all memory and status register writes remain enabled regardless of WP pin state. This allows safe installation in systems where WP is tied to ground, while still permitting full configuration via software-controlled WRSR instructions.
AT25080-10PC-1.8 Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Microchip Technology
- Series:
- -
- Package/Case:
- 8-DIP (0.300", 7.62mm)
- Packaging:
- Tube
- 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:
- 3 MHz
- Write Cycle Time - Word, Page:
- 5ms
- Access Time:
- -
- Voltage - Supply:
- 1.8V ~ 3.6V
- Operating Temperature:
- 0°C ~ 70°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Through Hole
- Supplier Device Package:
- 8-PDIP
AT25080-10PC-1.8 FAQ
1.How can I place an order for AT25080-10PC-1.8 through Aetrix?
Please submit a Request for Quotation (RFQ) for AT25080-10PC-1.8 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 AT25080-10PC-1.8 reliable?
The price and inventory of AT25080-10PC-1.8 are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for AT25080-10PC-1.8 is usually 5 days.
3.What payment methods are accepted for AT25080-10PC-1.8?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for AT25080-10PC-1.8 transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for AT25080-10PC-1.8?
AT25080-10PC-1.8 orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your AT25080-10PC-1.8 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 AT25080-10PC-1.8?
For technical support, including AT25080-10PC-1.8 datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your AT25080-10PC-1.8 requirements.
6.How does Aetrix verify that AT25080-10PC-1.8 is sourced from the original manufacturer or authorized distributors?
All AT25080-10PC-1.8 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 AT25080-10PC-1.8 meets industry standards.
7.What is the process for return or replacement of AT25080-10PC-1.8?
All AT25080-10PC-1.8 units undergo pre-shipment inspection (PSI). If there is an issue with AT25080-10PC-1.8, 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 AT25080-10PC-1.8 part is unused and in its original packaging.
Return procedure for AT25080-10PC-1.8:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
AT25080-10PC-1.8 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…

