Microchip Technology AT24C02-10PC
- Part No.:
- AT24C02-10PC
- Manufacturer:
- Microchip Technology
- Category:
- Memory
- Package:
- 8-DIP (0.300", 7.62mm)
- Datasheet:
-
AT24C02-10PC.pdf
- Description:
- IC EEPROM 2KBIT I2C 400KHZ 8DIP
- Quantity:
- Payment:

- Shipping:

Inventory:4,496
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
AT24C02-10PC from Atmel is a 2 Kbit (256 × 8) two-wire serial EEPROM with 2.7V to 5.5V supply operation, 100 kHz I²C-compatible interface, hardware write protection via WP pin, and 8-byte page write capability. It operates in commercial temperature range (0°C to 70°C) and is housed in an 8-pin PDIP package, commonly used for configuration storage in microcontroller-based embedded systems.
For engineers reviewing the AT24C02-10PC datasheet, AT24C02-10PC pinout, AT24C02-10PC application, or AT24C02-10PC equivalent, key selection criteria include its 2.7–5.5 V operating range, 10 ms max write cycle time, 1 million write endurance, 100-year data retention, and compatibility with standard I²C bus timing at 100 kHz under low-voltage conditions.
Technical Context
The AT24C02-10PC implements a fixed 256-word × 8-bit memory array organized into 32 pages of 8 bytes each, requiring an 8-bit word address for random access. Its I²C interface uses open-drain SDA and Schmitt-triggered SCL with noise filtering, supporting bi-directional data transfer and ACK polling during write cycles.
Device addressing uses hard-wired A0–A2 pins (all active for AT24C02), enabling up to eight devices on a single bus. The WP pin provides hardware-level write protection: tied to GND for full read/write access, or to VCC to lock the entire 2K array against writes.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Memory Size | 2 Kbit (256 × 8 bits), sufficient for storing device calibration data, serial numbers, or small firmware configuration tables. |
| Supply Voltage Range | 2.7V to 5.5V - supports direct interfacing with 3.3V and 5V microcontrollers without level shifting. |
| I²C Clock Frequency | 100 kHz maximum - ensures reliable communication in electrically noisy industrial environments. |
| Write Cycle Time | 10 ms maximum - defines minimum interval between successive byte/page writes; impacts firmware update latency. |
| Endurance | 1 million write cycles - enables long-term field deployment in logging or parameter-tuning applications. |
| Data Retention | 100 years at 25°C - guarantees nonvolatile storage integrity over product lifetime without refresh. |
| Operating Temperature | 0°C to +70°C - qualified for commercial-grade embedded control and consumer electronics use. |
Pinout & Package
AT24C02-10PC is supplied in an 8-pin PDIP (Plastic Dual Inline Package), 0.300" wide, with JEDEC MS-001 BA footprint. Pin 1 is marked by a notch or dot; leads are tin-lead plated and RoHS-compliant per manufacturer documentation.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| A0 | Device Address Input | Hard-wired address bit; enables multi-device I²C bus configuration (up to 8 AT24C02 units). |
| A1 | Device Address Input | Second hard-wired address bit; combined with A0 and A2, forms unique 3-bit slave address. |
| A2 | Device Address Input | Third hard-wired address bit; all three (A0–A2) are active and required for AT24C02 device selection. |
| GND | Ground Reference | Primary return path for VCC and I/O signals; must be low-impedance to ensure noise immunity. |
| VCC | Power Supply | 2.7–5.5 V DC input; decoupling capacitor (0.1 µF) recommended near pin for stable I²C operation. |
| WP | Write Protect Control | Active-high hardware lock: logic high disables all write operations to the full 2K memory array. |
| SCL | Serial Clock Input | Positive-edge clock for data-in; negative-edge sampling for data-out; includes internal Schmitt trigger. |
| SDA | Serial Data I/O | Open-drain bidirectional line; requires external pull-up resistor (typically 2.2–10 kΩ) to VCC. |
Key Features
| Feature | Design Value |
|---|---|
| Low-voltage operation | Functional down to 2.7 V - eliminates need for voltage regulators in battery-powered or mixed-supply systems. |
| Hardware write protection | WP pin directly disables writes when pulled high - prevents accidental firmware corruption during power transitions. |
| Page write mode | 8-byte burst writes reduce I²C transaction overhead by 87% vs. individual byte writes for contiguous data. |
| Noise-immune inputs | Schmitt-triggered SCL and filtered inputs suppress EMI-induced glitches in industrial motor-control or power-conversion environments. |
| Self-timed write cycle | Internal timing eliminates host MCU wait-state management - simplifies driver code and improves system determinism. |
Applications
| Industrial Sensor Calibration | Consumer Device Configuration |
|---|---|
Use Scenario: Storing factory-calibrated offset/gain coefficients for analog sensor front-ends in programmable logic controllers. IC Role / Device Role / Timing Role: Nonvolatile configuration register accessed at power-up via I²C before ADC initialization. Use Value: Enables plug-and-play sensor replacement without reprogramming host firmware or recalibration tools. | Use Scenario: Saving user preferences (volume, display brightness, language) in smart home hubs after each change. IC Role / Device Role / Timing Role: Low-power persistent storage updated infrequently but requiring guaranteed retention over 10+ years. Use Value: Eliminates supercapacitor or backup battery requirements while maintaining state across unattended power cycles. |
| Embedded System Bootloader Parameters | Medical Diagnostic Device Logs |
Use Scenario: Holding secure boot flags, firmware version stamps, and fail-safe recovery pointers in medical-grade microcontrollers. IC Role / Device Role / Timing Role: Trusted configuration store accessed only during cold start; write-protected after initial setup. Use Value: Meets IEC 62304 safety requirements by isolating critical boot metadata from main application flash. | Use Scenario: Recording timestamped diagnostic events (e.g., out-of-range temperature alerts) in portable ultrasound units. IC Role / Device Role / Timing Role: Circular buffer storage updated asynchronously via interrupt-driven I²C writes during patient exams. Use Value: Survives 1M+ write cycles across 5-year device lifespan while retaining data without volatile RAM backup. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar serial EEPROM applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| AT24C02-10PI | Same 2K capacity and pinout, but rated for -40°C to +85°C industrial temperature range. | Required for outdoor, automotive, or factory-floor deployments where ambient exceeds 70°C. | Select AT24C02-10PI when extended temperature operation is mandatory; otherwise AT24C02-10PC suffices for indoor commercial use. |
| M24C02-RMN6TP | STMicroelectronics 2K I²C EEPROM in 8-lead SOIC; identical 2.7–5.5 V range and 100 kHz speed, but 4 µA standby current vs. 4 µA (AT24C02-10PC-2.7) or 18 µA (standard). | Preferred for ultra-low-power battery applications due to lower ISB; same page-write and WP functionality. | Choose M24C02-RMN6TP if sub-5 µA standby is critical; verify SOIC footprint compatibility with existing PCB layout. |
Compared with AT24C02-10PI, the AT24C02-10PC trades extended temperature tolerance for lower cost in commercial environments; versus M24C02-RMN6TP, it offers identical functionality in PDIP but with higher standby current - making it suitable for mains-powered systems where board space and thermal margin are prioritized over micropower design.
Availability
AT24C02-10PC is available at Aetrix Electronics and suitable for industrial sensor calibration, consumer device configuration, embedded bootloader parameter storage, and medical diagnostic logging requiring stable component supply across multi-year production cycles.
Supply support for AT24C02-10PC 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) designs high-reliability nonvolatile memory and microcontroller solutions for industrial, automotive, and consumer markets.
The AT24Cxx family delivers standardized I²C EEPROMs optimized for low-voltage, low-power embedded systems requiring robust data retention and simple two-wire integration - targeting applications where SPI interfaces are unavailable or board space is constrained.
FAQ
What is the memory organization of the AT24C02-10PC?
The AT24C02-10PC contains 256 words of 8-bit memory (2 Kbit total), internally organized into 32 pages of 8 bytes each. It uses an 8-bit word address for random access and supports both byte-write and 8-byte page-write operations. This structure allows efficient storage of small configuration datasets while minimizing I²C bus transactions during bulk updates.
Does the AT24C02-10PC support 3.3V microcontrollers?
Yes, the AT24C02-10PC operates from 2.7V to 5.5V, making it fully compatible with 3.3V logic systems. Its I²C interface uses open-drain SDA and Schmitt-triggered SCL, allowing direct connection to 3.3V microcontrollers without level shifters - provided pull-up resistors are referenced to the same 3.3V supply as the MCU.
How does the Write Protect (WP) pin function on the AT24C02-10PC?
On the AT24C02-10PC, the WP pin enables hardware write protection: when pulled high to VCC, it locks the entire 2K memory array against all write operations (byte and page), while reads remain fully functional. When grounded, normal read/write access is restored. This feature prevents accidental overwrites during power-up transients or firmware errors.
What is the maximum write cycle time for the AT24C02-10PC?
The AT24C02-10PC has a maximum write cycle time of 10 ms, which is the duration required for internal clear-and-write operations to complete after a valid STOP condition. During this period, the device does not acknowledge I²C addresses - so host firmware must implement either fixed delay or ACK polling to confirm write completion before initiating subsequent operations.
Can multiple AT24C02-10PC devices share the same I²C bus?
Yes, up to eight AT24C02-10PC devices can coexist on a single I²C bus using hard-wired A0, A1, and A2 address pins. Each device's 3-bit address is formed by its A0–A2 logic levels, allowing unique 7-bit slave addresses (1010xxx in binary). This enables scalable configuration storage across distributed subsystems without bus arbitration complexity.
AT24C02-10PC 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:
- 2Kbit
- Memory Organization:
- 256 x 8
- Memory Interface:
- I2C
- Clock Frequency:
- 400 kHz
- Write Cycle Time - Word, Page:
- 5ms
- Access Time:
- 900 ns
- Voltage - Supply:
- 4.5V ~ 5.5V
- Operating Temperature:
- 0°C ~ 70°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Through Hole
- Supplier Device Package:
- 8-PDIP
AT24C02-10PC FAQ
1.How can I place an order for AT24C02-10PC through Aetrix?
Please submit a Request for Quotation (RFQ) for AT24C02-10PC 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 AT24C02-10PC reliable?
The price and inventory of AT24C02-10PC are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for AT24C02-10PC is usually 5 days.
3.What payment methods are accepted for AT24C02-10PC?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for AT24C02-10PC transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for AT24C02-10PC?
AT24C02-10PC orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your AT24C02-10PC 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 AT24C02-10PC?
For technical support, including AT24C02-10PC datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your AT24C02-10PC requirements.
6.How does Aetrix verify that AT24C02-10PC is sourced from the original manufacturer or authorized distributors?
All AT24C02-10PC 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 AT24C02-10PC meets industry standards.
7.What is the process for return or replacement of AT24C02-10PC?
All AT24C02-10PC units undergo pre-shipment inspection (PSI). If there is an issue with AT24C02-10PC, 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 AT24C02-10PC part is unused and in its original packaging.
Return procedure for AT24C02-10PC:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
AT24C02-10PC 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…

