Send an Inquiry

To receive a quote for your project, please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Part Number*
Quantity*
Message
Submit Inventory List

Please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Upload My List
Message

Renesas X4165P-4.5A

Part No.:
X4165P-4.5A
Manufacturer:
Renesas
Category:
Supervisors
Package:
8-DIP (0.300", 7.62mm)
Datasheet:
AetrixX4165P-4.5A.pdf
Description:
IC SUPERVISOR 1 CHANNEL 8DIP
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:2,068

Please send an inquiry. Send us your inquiry, and we will respond immediately.

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

X4165P-4.5A from Xicor (now Renesas) is a CPU supervisor IC integrating power-on reset control, watchdog timer, supply voltage supervision, and 16 Kbit serial EEPROM in a single 8-pin SOIC package. It provides selectable watchdog timeout (200 ms/600 ms/1.4 s), low-VCC reset assertion down to 1 V, and 400 kHz I²C-compatible 2-wire interface - used in embedded microcontroller systems for reliable boot sequencing and brownout protection.

For engineers reviewing the X4165P-4.5A datasheet, X4165P-4.5A pinout, X4165P-4.5A application, or X4165P-4.5A equivalent, key selection criteria include its programmable VTRIP threshold (factory-set at 4.5 V), open-drain active-HIGH RESET output, 2.7–5.5 V operating range, and hardware write protection via WP pin and nonvolatile BP bits.

Technical Context

The X4165P-4.5A implements a dual-function reset architecture: power-on reset with 250 ms delay and low-VCC detection with hysteresis, where RESET remains asserted until VCC exceeds the trip point for 200 ms. Its watchdog timer monitors SDA transitions during SCL HIGH and supports three fixed timeout intervals via nonvolatile WD1/WD0 bits.

It embeds a 2K × 8-bit EEPROM array organized in 64-byte pages, supporting byte and page writes with self-timed 5 ms typical write cycles. Communication uses standard I²C protocol (7-bit slave address 0xA0–0xA7), with SDA/SCL pins featuring open-drain outputs and active-low acknowledge signaling.

Key Specifications

Parameter Value and Actual Design Meaning
Reset Output TypeActive-HIGH open-drain RESET (X4165 variant), asserted on power-up for 250 ms and during brownout
VTRIP ThresholdFactory-programmed to 4.5 V ±100 mV; reprogrammable to custom voltage using VP on WP pin
Watchdog TimeoutSelectable: 200 ms / 600 ms / 1.4 s (via WD1/WD0 bits); disabled by default
EEPROM Capacity16 Kbit (2048 × 8), organized in 32 pages of 64 bytes each; supports page write up to full page
Interface Speed400 kHz maximum I²C-compatible 2-wire bus; requires external pull-ups on SDA/SCL
Supply Range2.7 V to 5.5 V; valid reset operation guaranteed down to VCC = 1.0 V
Standby Current<1 µA with watchdog disabled; <20 µA with watchdog enabled

Pinout & Package

Package: 8-lead JEDEC SOIC (3.9 mm × 4.9 mm, 1.27 mm pitch).

Pin/Terminal Circuit Role Design Meaning
1 (SOIC)S0Device select input; sets LSB of I²C slave address (0xA0–0xA7)
2 (SOIC)S1Device select input; sets MSB of I²C slave address
3 (SOIC)RESET/RESETActive-HIGH open-drain reset output; asserts on power-up, brownout, or watchdog timeout
4 (SOIC)VSSGround reference for all internal circuits and I/O
5 (SOIC)SDABidirectional serial data line; open-drain, requires external pull-up; also serves as watchdog trigger input
6 (SOIC)SCLSerial clock input; controls timing for all I²C read/write operations
7 (SOIC)WPHardware write protect input; when HIGH + WPEN bit set, blocks all nonvolatile writes including control register
8 (SOIC)VCCPrimary power supply input (2.7–5.5 V); also used as reference for VTRIP programming

Key Features

Feature Design Value
Programmable VTRIPFactory-set to 4.5 V; user-adjustable via nonvolatile programming sequence using VP (12–15 V) on WP pin
Block Lock ProtectionNonvolatile BP2/BP1/BP0 bits enable write protection of 64-byte to full-array segments (0–512 bytes or all 2 KB)
Three-Step Register WriteWEL and RWEL latches require sequential volatile writes before modifying watchdog or block lock settings
Power-Fail ImmunityRESET remains active down to VCC = 1.0 V; prevents EEPROM corruption during brownout or power-down
Self-Timed EEPROM WritesNo external timing required; internal circuitry manages 5 ms typical write cycle; supports ACK polling for completion detection

Applications

Industrial PLC Controller Medical Infusion Pump

Use Scenario: Microcontroller-based control system requiring deterministic boot initialization and runtime fault recovery under variable line voltage.

IC Role / Device Role / Timing Role: CPU supervisor providing power-on reset, brownout detection at 4.5 V, and watchdog supervision of firmware execution.

Use Value: Ensures safe startup and continuous operation even during AC line sags; eliminates need for discrete reset IC + EEPROM.

Use Scenario: Battery-powered therapeutic device needing tamper-resistant configuration storage and fail-safe shutdown on low battery.

IC Role / Device Role / Timing Role: Integrated supervisor + EEPROM storing calibration data and enabling hardware-enforced write protection via WP pin.

Use Value: Prevents accidental overwriting of critical dose parameters; maintains data integrity during battery replacement or voltage dip.

Automotive Body Control Module Smart Energy Meter

Use Scenario: CAN-connected ECU managing door locks, lighting, and sensors in 12 V vehicle electrical environment with load dump transients.

IC Role / Device Role / Timing Role: Voltage supervisor asserting RESET during cranking-induced brownout (<4.5 V), while preserving EEPROM log data across cycles.

Use Value: Guarantees MCU reset before executing code during unstable supply; retains fault logs in nonvolatile memory without external backup.

Use Scenario: Revenue-grade meter requiring secure, long-term storage of tariff tables and usage history with immunity to grid voltage fluctuations.

IC Role / Device Role / Timing Role: Supervisor monitoring 3.3 V LDO output and protecting EEPROM writes during zero-crossing dips or surge events.

Use Value: Eliminates data corruption risk during transient grid disturbances; enables field-upgradable firmware with verified checksum storage.

Equivalent & Alternatives

The following parts are listed as comparable options for similar CPU supervisor with EEPROM applications.

Alternative Part Technical Difference Application Difference Selection Advice
MAX6816EPA+Discrete supervisor + separate 16 Kbit EEPROM; no integrated watchdog or programmable VTRIPRequires PCB space for two devices; lacks single-chip coordination between reset and memoryChoose when legacy design reuse or vendor diversification outweighs integration benefits
STM8S105K4T6C8-bit MCU with built-in 16 Kbyte Flash and reset logic; no dedicated EEPROM or analog VTRIP comparatorRequires firmware development for watchdog and brownout handling; no hardware-level EEPROM endurance guaranteeChoose only if existing STM8 firmware stack and Flash wear-leveling meet reliability requirements

Compared with MAX6816EPA+ and STM8S105K4T6C, the X4165P-4.5A delivers guaranteed EEPROM endurance (1M cycles), hardware-programmable reset threshold, and atomic watchdog/memory supervision - reducing BOM count, layout complexity, and qualification effort for safety-critical embedded systems.

Availability

X4165P-4.5A is available at Aetrix Electronics and suitable for industrial PLC controllers, medical infusion pumps, automotive body control modules, smart energy meters, and telecom power management systems requiring stable component supply, long-lifecycle support, and guaranteed EEPROM data retention.

Supply support for X4165P-4.5A 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

Xicor was a fabless semiconductor company specializing in nonvolatile memory and power management ICs, acquired by Renesas Electronics in 2008. Its legacy products emphasize high-reliability embedded supervision and data retention.

The X4163/5 family was designed for cost-sensitive, space-constrained microcontroller systems needing integrated reset, watchdog, voltage monitoring, and EEPROM - targeting industrial, medical, and automotive applications where board area and component count reduction are critical.

FAQ

What is the factory-set VTRIP voltage for the X4165P-4.5A?

The X4165P-4.5A is shipped with a factory-programmed VTRIP threshold of 4.5 V ±100 mV. This value is stored in nonvolatile circuitry and remains stable over temperature and time unless explicitly reprogrammed using the VP (12–15 V) pulse on the WP pin and the defined sequence in the datasheet. The '4.5A' suffix in the part number directly indicates this nominal trip point.

How does the X4165P-4.5A differ from the X4163 variant?

The X4165P-4.5A features an active-HIGH open-drain RESET output, whereas the X4163 uses active-LOW. Both share identical EEPROM capacity, watchdog functionality, VTRIP programming, and pinout. The RESET polarity difference determines compatibility with MCU reset input logic - X4165P-4.5A interfaces directly with processors requiring active-HIGH reset assertion.

Can the watchdog timer on the X4165P-4.5A be disabled after power-up?

Yes, the watchdog timer on the X4165P-4.5A can be disabled after power-up by writing WD1=1 and WD0=1 to the Control Register (address FFFFh). This requires the three-step volatile latch sequence (WEL → RWEL → data write) and is nonvolatile - the setting persists across power cycles. Disabling is the factory default state.

What EEPROM write protection mechanisms does the X4165P-4.5A support?

The X4165P-4.5A supports four layered write protection mechanisms: (1) Power-on/power-down inhibition while RESET is active, (2) Software Block Lock (BP2/BP1/BP0) for 64-byte to full-array segments, (3) WP pin + WPEN bit for hardware lock, and (4) WEL/RWEL volatile latches requiring explicit enable before any register or memory write. All operate concurrently.

Is the X4165P-4.5A compatible with standard I²C bus timing?

Yes, the X4165P-4.5A is fully compatible with standard I²C bus timing at up to 400 kHz. It responds to 7-bit slave addresses 0xA0–0xA7 (determined by S0/S1 pins), supports START/STOP conditions, ACK/NACK signaling, and both byte and page write modes. No special timing deviations or protocol extensions are required for interoperability with standard I²C masters.

X4165P-4.5A Specifications

Product attributes
Attribute value
Manufacturer:
Renesas
Series:
-
Package/Case:
8-DIP (0.300", 7.62mm)
Packaging:
Tube
Product Status:
Obsolete
Programmable:
Not Verified
Type:
Simple Reset/Power-On Reset
Number of Voltages Monitored:
1
Voltage - Threshold:
4.62V
Output:
Open Drain or Open Collector
Reset:
Active High
Reset Timeout:
100ms Minimum
Operating Temperature:
0°C ~ 70°C (TA)
Grade:
-
Qualification:
-
Mounting Type:
Through Hole
Supplier Device Package:
-

X4165P-4.5A FAQ

1.How can I place an order for X4165P-4.5A through Aetrix?

Please submit a Request for Quotation (RFQ) for X4165P-4.5A 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 X4165P-4.5A reliable?

The price and inventory of X4165P-4.5A are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for X4165P-4.5A is usually 5 days.

3.What payment methods are accepted for X4165P-4.5A?

We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for X4165P-4.5A transactions.

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for X4165P-4.5A?

X4165P-4.5A orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.

Once your X4165P-4.5A 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 X4165P-4.5A?

For technical support, including X4165P-4.5A datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your X4165P-4.5A requirements.

6.How does Aetrix verify that X4165P-4.5A is sourced from the original manufacturer or authorized distributors?

All X4165P-4.5A 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 X4165P-4.5A meets industry standards.

7.What is the process for return or replacement of X4165P-4.5A?

All X4165P-4.5A units undergo pre-shipment inspection (PSI). If there is an issue with X4165P-4.5A, 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 X4165P-4.5A part is unused and in its original packaging.

Return procedure for X4165P-4.5A:

1.Submit a request within 90 days.

2.Obtain a Return Material Authorization (RMA) from Aetrix.

X4165P-4.5A Tags

  • X4165P-4.5A
  • X4165P-4.5A PDF
  • X4165P-4.5A Datasheet
  • X4165P-4.5A Specifications
  • X4165P-4.5A Images
  • Renesas
  • Renesas X4165P-4.5A
  • Buy X4165P-4.5A
  • X4165P-4.5A Price
  • X4165P-4.5A Distributor
  • X4165P-4.5A Supplier
  • X4165P-4.5A Wholesale
Related Products
MIC826SYMT-TR
MIC826SYMT-TR

Microchip Technology

APX803S-31SA-7
APX803S-31SA-7

Diodes Incorporated

APX803L20-29SA-7
APX803L20-29SA-7

Diodes Incorporated

TPS3828-33DBVR
TPS3828-33DBVR

Texas Instruments

V6340RSP3B+
V6340RSP3B+

EM Microelectronic

EM6325CXSP5B-2.9+
EM6325CXSP5B-2.9+

EM Microelectronic

MCP120T-300I/TT
MCP120T-300I/TT

Microchip Technology

MCP130T-315I/TT
MCP130T-315I/TT

Microchip Technology

MCP120T-475I/TT
MCP120T-475I/TT

Microchip Technology

MCP111T-300E/TT
MCP111T-300E/TT

Microchip Technology

MCP120T-315I/TT
MCP120T-315I/TT

Microchip Technology

MCP809T-315I/TT
MCP809T-315I/TT

Microchip Technology

Tech Hub

Search

Search

PRODUCT

PRODUCT

PHONE

PHONE

USER

USER