Microchip Technology 24LC02BHT-E/OT
- Part No.:
- 24LC02BHT-E/OT
- Manufacturer:
- Microchip Technology
- Category:
- Memory
- Package:
- SC-74A, SOT-753
- Datasheet:
-
24LC02BHT-E/OT.pdf
- Description:
- IC EEPROM 2KBIT I2C SOT23-5
- Quantity:
- Payment:

- Shipping:

Inventory:2,131
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
24LC02BHT-E/OT from Microchip Technology Inc. is a 2 Kbit I²C-compatible serial EEPROM organized as 256 × 8-bit memory with hardware write-protect for the upper half-array (80h–FFh), 400 kHz max clock frequency at VCC ≥ 2.5 V, and extended temperature operation from –40°C to +125°C. It supports page writes up to 8 bytes, features Schmitt-trigger inputs and slope-controlled outputs for noise immunity, and is used in industrial sensor calibration storage and embedded system configuration retention.
For engineers reviewing the 24LC02BHT-E/OT datasheet, 24LC02BHT-E/OT pinout, 24LC02BHT-E/OT application, or 24LC02BHT-E/OT equivalent, key selection criteria include its 2.5–5.5 V supply range, E-temp grade qualification, half-array write-protection logic, and compatibility with standard I²C bus timing including 100 kHz fallback below 2.5 V.
Technical Context
The 24LC02BHT-E/OT implements a two-wire I²C interface with fixed 7-bit client address (1010xxx) and R/W bit control, supporting byte and page write modes with self-timed internal erase/write cycles. Its Address Pointer auto-increments during sequential reads and random-access operations, enabling full memory traversal without external address management.
Write protection is implemented via the WP pin: tied to VCC, it disables writes to addresses 0x80–0xFF while allowing full read access; tied to VSS, all 256 bytes are writable. The device uses open-drain SDA/SCL with internal Schmitt triggers and input filtering (50 ns spike suppression), eliminating ground bounce and ensuring robust operation on noisy PCBs.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Memory Size | 2 Kbit (256 × 8-bit), sufficient for firmware revision IDs, sensor offsets, and small configuration tables |
| VCC Range | 2.5 V to 5.5 V - supports direct connection to 3.3 V or 5 V rails without level shifting |
| Max Clock Frequency | 400 kHz at VCC ≥ 2.5 V; 100 kHz at lower voltages - enables fast parameter updates in production test |
| Write Cycle Time | ≤ 5 ms per byte or page - limits worst-case blocking time during critical configuration writes |
| Endurance | 1,000,000 erase/write cycles - suitable for field-updatable calibration data logged daily for >27 years |
| Data Retention | >200 years at 25°C - ensures long-term validity of factory-programmed MAC addresses or security keys |
| Temp Range | –40°C to +125°C (Extended grade) - qualified for under-hood automotive and industrial motor drive applications |
Pinout & Package
24LC02BHT-E/OT is supplied in the 5-lead SOT-23 package (JEDEC MO-178AA), with pin 1 = SCL, pin 2 = VSS, pin 3 = SDA, pin 4 = VCC, pin 5 = WP. A0–A2 pins are unconnected and may be left floating.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| SCL | Serial Clock Input | Asynchronous edge-triggered clock line synchronized to host MCU I²C peripheral; requires external pull-up |
| VSS | Ground Reference | Primary return path for all internal logic and I/O; must be low-impedance to minimize noise coupling into SDA/SCL |
| SDA | Bidirectional Data I/O | Open-drain bus line shared across multiple I²C devices; requires 2 kΩ pull-up for 400 kHz operation |
| VCC | Power Supply | Supplies core logic and EEPROM array; bypass capacitor (0.1 µF) required within 5 mm of pin |
| WP | Hardware Write-Protect | Logic-high enables half-array protection (80h–FFh); no effect on read access - used to lock factory calibration data |
Key Features
| Feature | Design Value |
|---|---|
| Half-Array Hardware Write-Protect | Prevents accidental overwrites of critical upper-memory data (e.g., MAC address, serial number) without software intervention |
| Page Write Buffer (8 bytes) | Reduces I²C transaction overhead by up to 8× vs. byte writes - accelerates bulk configuration updates |
| Schmitt Trigger Inputs + 50 ns Filtering | Rejects EMI-induced glitches on SDA/SCL lines, eliminating need for external RC filters in harsh environments |
| 1 µA Max Standby Current (I-temp) | Enables always-on memory retention in battery-backed systems with multi-year shelf life |
| AEC-Q100 Qualified (Grade 1) | Validated for automotive powertrain and body electronics where reliability under thermal cycling is mandatory |
Applications
| Industrial Sensor Calibration | Automotive ECUs |
|---|---|
Use Scenario: Storing temperature-compensated offset/gain coefficients for pressure sensors in factory calibration fixtures. IC Role / Device Role / Timing Role: Nonvolatile configuration register holding trim values accessed once per power-on reset. Use Value: Eliminates manual potentiometer adjustment; enables automated calibration traceability with 200-year data retention. | Use Scenario: Holding unique VIN-derived cryptographic keys and bootloader configuration flags in engine control modules. IC Role / Device Role / Timing Role: Secure boot parameter store with hardware write-lock on key region (80h–FFh) enforced by WP = VCC. Use Value: Prevents field tampering of security-critical data while permitting runtime read access during secure boot verification. |
| Medical Device Settings | Smart Meter Firmware Metadata |
Use Scenario: Retaining user-adjusted therapy parameters (e.g., infusion rate limits, alarm thresholds) across power cycles in portable infusion pumps. IC Role / Device Role / Timing Role: Low-power configuration EEPROM interfaced to ARM Cortex-M0+ MCU via I²C at 100 kHz. Use Value: Guarantees parameter persistence after battery replacement; 1M endurance supports daily reprogramming for 27+ years. | Use Scenario: Storing firmware version, update timestamp, and cryptographic signature hash in utility smart meters deployed in outdoor enclosures. IC Role / Device Role / Timing Role: Extended-temperature (–40°C to +125°C) nonvolatile storage for field-upgrade metadata. Use Value: Ensures firmware integrity validation remains functional across extreme ambient conditions without derating. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar serial EEPROM applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| AT24C02D-SSHM-T | Same 2 Kbit capacity, 1.7–5.5 V VCC, but rated only to +85°C (I-temp); no E-temp grade available | Not suitable for under-hood or high-ambient industrial deployments requiring +125°C operation | Select only when ambient temperature stays ≤ +85°C and cost sensitivity outweighs extended temp need |
| BR24G02FJ-3GE2 | 2 Kbit, 1.6–5.5 V, supports 1 MHz I²C, but lacks hardware write-protect pin; uses software lock instead | Requires firmware-level protection logic - increases code size and attack surface vs. hardware WP | Choose when higher-speed bus access is prioritized and software-managed protection is acceptable |
Compared with AT24C02D-SSHM-T and BR24G02FJ-3GE2, the 24LC02BHT-E/OT uniquely combines extended temperature rating, dedicated hardware write-protect, and Microchip's AEC-Q100 qualification - making it the only option for safety-critical automotive or high-reliability industrial use cases demanding physical write-locking and +125°C operation.
Availability
24LC02BHT-E/OT is available at Aetrix Electronics and suitable for industrial sensor calibration, automotive ECU configuration, and medical device parameter storage requiring stable component supply across extended temperature ranges and long product lifecycles.
Supply support for 24LC02BHT-E/OT 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 memory solutions, headquartered in Chandler, Arizona, with global design and manufacturing operations.
The 24LC02BH family was designed specifically for reliable, low-power nonvolatile storage in space-constrained embedded systems where hardware-based write protection and extended temperature operation are essential.
FAQ
What is the maximum I²C clock frequency supported by the 24LC02BHT-E/OT?
The 24LC02BHT-E/OT supports up to 400 kHz when VCC is 2.5 V or higher. At VCC below 2.5 V, the maximum clock frequency drops to 100 kHz. This dual-speed capability allows flexible integration across both 3.3 V and 5 V systems while maintaining timing compliance per I²C specification. The 24LC02BHT-E/OT datasheet specifies exact setup/hold times for both modes.
How does the WP pin function on the 24LC02BHT-E/OT?
When the WP pin of the 24LC02BHT-E/OT is tied to VCC, writes to memory addresses 0x80–0xFF are disabled while reads remain fully functional; tying WP to VSS enables full read/write access to all 256 bytes. This hardware-level protection is active independently of software state and persists through power cycles. The 24LC02BHT-E/OT does not require any command sequence to activate or deactivate this feature.
Is the 24LC02BHT-E/OT compatible with standard I²C protocol?
Yes, the 24LC02BHT-E/OT implements a fully compliant two-wire I²C interface with fixed 7-bit address prefix '1010' and R/W bit control. It supports standard Start/Stop conditions, ACK polling during write cycles, and all three read modes (current address, random, sequential). The 24LC02BHT-E/OT meets I²C bus electrical requirements including rise/fall time and noise immunity specifications.
What package type is used for the 24LC02BHT-E/OT?
The 24LC02BHT-E/OT is packaged in a 5-lead SOT-23 (JEDEC MO-178AA) with pin 1 = SCL, pin 2 = VSS, pin 3 = SDA, pin 4 = VCC, pin 5 = WP. A0–A2 pins are internally unconnected and may be left floating or tied to VSS/VCC without effect. This compact footprint supports high-density PCB layouts in space-constrained applications.
Does the 24LC02BHT-E/OT require external pull-up resistors on SDA and SCL lines?
Yes, the 24LC02BHT-E/OT has open-drain SDA and SCL outputs and requires external pull-up resistors. For 400 kHz operation, a 2 kΩ resistor to VCC is recommended; for 100 kHz, a 10 kΩ resistor is typical. Pull-up strength directly affects rise time and bus noise margin - undersized resistors cause slow edges and communication errors, especially with multiple devices on the same bus. The 24LC02BHT-E/OT datasheet provides detailed guidance on bus capacitance limits.
24LC02BHT-E/OT Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Microchip Technology
- Series:
- -
- Package/Case:
- SC-74A, SOT-753
- Packaging:
- Tape & Reel (TR)
- Product Status:
- Active
- 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:
- 2.5V ~ 5.5V
- Operating Temperature:
- -40°C ~ 125°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
- SOT-23-5
24LC02BHT-E/OT FAQ
1.How can I place an order for 24LC02BHT-E/OT through Aetrix?
Please submit a Request for Quotation (RFQ) for 24LC02BHT-E/OT 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 24LC02BHT-E/OT reliable?
The price and inventory of 24LC02BHT-E/OT are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for 24LC02BHT-E/OT is usually 5 days.
3.What payment methods are accepted for 24LC02BHT-E/OT?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for 24LC02BHT-E/OT transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for 24LC02BHT-E/OT?
24LC02BHT-E/OT orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your 24LC02BHT-E/OT 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 24LC02BHT-E/OT?
For technical support, including 24LC02BHT-E/OT datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your 24LC02BHT-E/OT requirements.
6.How does Aetrix verify that 24LC02BHT-E/OT is sourced from the original manufacturer or authorized distributors?
All 24LC02BHT-E/OT 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 24LC02BHT-E/OT meets industry standards.
7.What is the process for return or replacement of 24LC02BHT-E/OT?
All 24LC02BHT-E/OT units undergo pre-shipment inspection (PSI). If there is an issue with 24LC02BHT-E/OT, 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 24LC02BHT-E/OT part is unused and in its original packaging.
Return procedure for 24LC02BHT-E/OT:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
24LC02BHT-E/OT 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…
