Renesas HD407A4359RSI
- Part No.:
- HD407A4359RSI
- Manufacturer:
- Renesas
- Category:
- Microcontrollers
- Package:
- -
- Datasheet:
-
HD407A4359RSI.pdf
- Description:
- MCU, 4-BIT
- Quantity:
- Payment:

- Shipping:

Inventory:723
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
HD407A4359RSI from Renesas Electronics is a 4-bit ZTAT™ PROM-based microcontroller in the HMCS400 family, featuring 16,384-word PROM, 512-digit × 4-bit RAM, an 8-bit × 8-channel A/D converter, three timers (including input capture), and an 8-bit clock-synchronous serial interface. It operates at 8.5 MHz with 0.47 µs minimum instruction cycle time and supports standby/stop low-power modes for embedded control in industrial instrumentation and sensor interfaces.
For engineers reviewing the HD407A4359RSI datasheet, HD407A4359RSI pinout, HD407A4359RSI application, or HD407A4359RSI equivalent, this page delivers verified technical context, package mapping to FP-44A/DP-42S, validated pin functions, real-world use scenarios, and two confirmed alternative parts - all grounded in Renesas' HD404358 Series Rev. 6.0 documentation.
Technical Context
The HD407A4359RSI implements a Harvard architecture with separate 10-bit-wide ROM and 4-bit-wide RAM buses, executing instructions via a 14-bit program counter and 4-bit ALU. Its on-chip A/D converter uses successive approximation with internal reference and supports single-ended analog inputs across AN0–AN7.
It integrates three independent timers: Timer A (event counter), Timer B (input capture), and Timer C (alarm output), each with dedicated mode registers (TMA, TMB1/TMB2, TMC) and read/write registers mapped in RAM space $00A–$00F and $00E–$00F. Serial communication uses bit-synchronous full-duplex mode with SCK/SI/SO pins and configurable clock source selection.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| PROM size | 16,384 words × 10 bits - enables full firmware storage without external memory, supporting rapid prototyping and production programming via standard 27256-compatible PROM writers. |
| RAM capacity | 512-digit × 4-bit - provides 2,048 bits of data storage, sufficient for register stacks, I/O buffers, and intermediate calculations in real-time control loops. |
| A/D converter | 8-bit resolution, 8-channel single-ended - delivers quantized analog readings from sensors (e.g., temperature, voltage) with no external ADC required. |
| Instruction cycle | 0.47 µs at fOSC = 8.5 MHz - ensures deterministic timing for interrupt-driven tasks such as pulse-width measurement or periodic sampling. |
| Power modes | Standby and Stop modes - reduce current consumption during idle periods; STOPC pin triggers wake-up from Stop mode without reset. |
| I/O capability | 34 total pins: 33 I/O + 1 input-only (RA1) - includes 4 high-current NMOS open-drain outputs (15 mA max) for direct LED/buzzer drive or relay control. |
| Serial interface | 8-bit clock-synchronous, 1-channel - supports master/slave communication with external peripherals using software-configurable SCK polarity and phase. |
Pinout & Package
HD407A4359RSI is available in FP-44A (flatpack, 44-pin) and DP-42S (dual in-line, 42-pin) packages. The RSI suffix denotes the FP-44A variant.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| RESET | Active-low reset input | Asserting low resets CPU, clears PC to $0000, and initializes status flags - requires external pull-up and debounced release for reliable startup. |
| OSC1/OSC2 | Ceramic/crystal oscillator interface | Supports internal Pierce oscillator; external clock may be applied to OSC1 - enables precise timing without external crystal driver circuitry. |
| D0–D8, R00–R43, RA1, R80–R83 | General-purpose I/O ports | Configurable per-port direction registers; R20–R23 operate at intermediate voltage (3.3 V typical) for mixed-voltage interfacing. |
| AN0–AN7 | Analog input channels | Connect directly to sensors; AVCC/AVSS must be decoupled with 0.1 µF capacitor if not tied to VCC/GND - ensures stable A/D reference. |
| SCK/SI/SO | Serial interface signals | Full-duplex synchronous communication; SCK is bidirectional - allows daisy-chaining or point-to-point peripheral control without UART overhead. |
| TOC/BUZZ/STOPC/EVNB/INT0/INT1 | Dedicated function pins | TOC outputs timer pulses; BUZZ generates square wave; STOPC wakes from Stop mode; EVNB captures edge events; INT0/INT1 trigger priority interrupts. |
Key Features
| Feature | Design Value |
|---|---|
| ZTAT™ PROM programmability | Enables field-programmable firmware updates using standard 27256-compatible programmers - eliminates mask-ROM NRE costs and accelerates design iteration. |
| On-chip A/D with 8 analog inputs | Reduces BOM count by integrating sensing front-end; supports single-shot and continuous conversion modes via AMR1/AMR2 register control. |
| Input capture timer (Timer B) | Measures pulse width or period of external signals (e.g., encoder outputs) with 16-bit resolution - critical for motor speed feedback and frequency monitoring. |
| Two low-power modes (Standby/Stop) | Standby halts CPU but retains RAM and register state; Stop disables oscillator and reduces current to µA range - extends battery life in portable instruments. |
| High-current NMOS open-drain outputs | Four pins (D0–D3) sink up to 15 mA - drive LEDs, buzzers, or small relays directly without external drivers, simplifying PCB layout. |
Applications
| Industrial Sensor Node | Portable Test Equipment |
|---|---|
Use Scenario: Standalone temperature/humidity logger with LCD display and serial upload capability. IC Role / Device Role / Timing Role: HD407A4359RSI acts as main controller, performing A/D sampling, data formatting, buzzer alerts, and serial transmission via SCK/SI/SO. Use Value: Integrated 8-channel A/D and PROM eliminate external converters and boot ROM; STOPC pin enables wake-on-sensor-event power management. | Use Scenario: Handheld multimeter with auto-ranging and peak-hold functionality. IC Role / Device Role / Timing Role: HD407A4359RSI manages analog front-end multiplexing, digitized value processing, LCD segment driving, and button debounce logic. Use Value: 34 I/O pins support direct LCD connection and keypad scanning; 0.47 µs instruction cycle ensures sub-millisecond response to user inputs. |
| Motor Control Interface | Legacy System Upgrade Module |
Use Scenario: Brushless DC motor commutation controller using Hall-effect sensor feedback. IC Role / Device Role / Timing Role: HD407A4359RSI reads Hall sensors via AN0–AN2, computes commutation timing, and drives MOSFET gates through D0–D3 high-current outputs. Use Value: Input capture timer (EVNB) precisely measures rotor position intervals; built-in buzzer (BUZZ) provides audible fault indication. | Use Scenario: Drop-in replacement for obsolete HD404358-based industrial panel controllers. IC Role / Device Role / Timing Role: HD407A4359RSI executes identical firmware but with 16K PROM instead of 8K mask ROM - enabling field updates without hardware change. Use Value: Pin-compatible with HD404358H/HD40A4358H in FP-44A package; same memory map and peripheral register layout ensures zero-code-modification migration. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar 4-bit microcontroller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| HD40A4358H | 8,192-word mask ROM, 384-digit × 4-bit RAM, same FP-44A package and pinout | Lacks field-programmability; requires mask revision for firmware changes | Select when production volume justifies mask ROM NRE and firmware is stable. |
| HD407A4359S | Identical PROM, RAM, and peripherals; DP-42S (42-pin DIP) package instead of FP-44A | Through-hole mounting; larger footprint; lower thermal performance than flatpack | Select for prototyping or legacy through-hole assembly lines where FP-44A reflow is unavailable. |
Compared with HD40A4358H, HD407A4359RSI trades mask-ROM cost for field-programmability and doubles PROM capacity; compared with HD407A4359S, it offers superior thermal dissipation and board-space efficiency in surface-mount designs.
Availability
HD407A4359RSI is available at Aetrix Electronics and suitable for industrial sensor nodes, portable test equipment, motor control interfaces, and legacy system upgrade modules requiring stable component supply and long-term lifecycle support.
Supply support for HD407A4359RSI 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
Renesas Electronics Corporation is a Japanese semiconductor manufacturer specializing in microcontrollers, analog, and power devices for industrial, automotive, and consumer applications.
The HD407A4359RSI belongs to the HMCS400-Series microcontroller product line, designed for cost-sensitive, low-power embedded control applications requiring integrated A/D, timers, and serial communication - particularly in instrumentation and factory automation.
FAQ
What is the PROM programming method supported by HD407A4359RSI?
The HD407A4359RSI uses ZTAT™ (Zero Turn Around Time) PROM technology compatible with standard 27256 EPROM programmers. Programming requires applying VPP = +21 V to the VPP pin (pin 27 in FP-44A) while sequencing address/data lines per Hitachi's ZTAT specification. HD407A4359RSI does not support in-circuit programming.
Does HD407A4359RSI support external memory expansion?
No, HD407A4359RSI lacks external bus interface signals (e.g., RD, WR, ALE, or higher-order address lines). Its architecture is self-contained with on-chip 16K PROM and 512-digit RAM; memory expansion is not possible. All code and data must reside within internal memory spaces defined in the HD404358 Series memory map.
What are the voltage requirements for the AVCC and AVSS pins on HD407A4359RSI?
AVCC must be connected to the same voltage as VCC (2.7 V to 6.0 V) and decoupled with a 0.1 µF capacitor to AVSS. AVSS must be tied to system ground at the same potential as GND. Deviation between AVCC and VCC degrades A/D linearity; the HD407A4359RSI datasheet explicitly prohibits independent AVCC regulation unless bypassed as specified.
Can HD407A4359RSI operate in stop mode while retaining RAM contents?
Yes, HD407A4359RSI retains full RAM and register contents (including stack and special function registers) during Stop mode. The oscillator is halted, and current drops to µA range. Wake-up occurs via STOPC pin assertion or RESET, restoring execution from the instruction following the STOP instruction - preserving system state without data loss.
Is HD407A4359RSI pin-compatible with other members of the HD404358 Series?
Yes, HD407A4359RSI shares identical pinouts with HD404354H, HD404356H, HD404358H, HD40A4354H, HD40A4356H, and HD40A4358H in the FP-44A package. All share the same signal assignments, electrical characteristics, and package dimensions - enabling drop-in replacement where PROM capacity and speed meet requirements.
HD407A4359RSI Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Renesas
- Package/Case:
- -
- Series:
- *
- Packaging:
- Bulk
- Product Status:
- Active
- Programmable:
- Not Verified
- Core Processor:
- -
- Core Size:
- -
- Speed:
- -
- Connectivity:
- -
- Peripherals:
- -
- Number of I/O:
- -
- Program Memory Size:
- -
- Program Memory Type:
- -
- EEPROM Size:
- -
- RAM Size:
- -
- Voltage - Supply (Vcc/Vdd):
- -
- Data Converters:
- -
- Oscillator Type:
- -
- Operating Temperature:
- -
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- -
- Supplier Device Package:
HD407A4359RSI FAQ
1.How can I place an order for HD407A4359RSI through Aetrix?
Please submit a Request for Quotation (RFQ) for HD407A4359RSI 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 HD407A4359RSI reliable?
The price and inventory of HD407A4359RSI are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for HD407A4359RSI is usually 5 days.
3.What payment methods are accepted for HD407A4359RSI?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for HD407A4359RSI transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for HD407A4359RSI?
HD407A4359RSI orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your HD407A4359RSI 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 HD407A4359RSI?
For technical support, including HD407A4359RSI datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your HD407A4359RSI requirements.
6.How does Aetrix verify that HD407A4359RSI is sourced from the original manufacturer or authorized distributors?
All HD407A4359RSI 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 HD407A4359RSI meets industry standards.
7.What is the process for return or replacement of HD407A4359RSI?
All HD407A4359RSI units undergo pre-shipment inspection (PSI). If there is an issue with HD407A4359RSI, 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 HD407A4359RSI part is unused and in its original packaging.
Return procedure for HD407A4359RSI:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
HD407A4359RSI Tags

-
ATTINY4-TSHR
Microchip Technology

-
ATTINY10-TSHR
Microchip Technology

-
ATTINY10-TS8R
Microchip Technology

-
ATTINY202-SSNR
Microchip Technology

-
ATTINY202-SSFR
Microchip Technology

-
ATTINY402-SSNR
Microchip Technology

-
PIC16F15213T-I/MF
Microchip Technology

-
PIC16F15213-E/MF
Microchip Technology

-
PIC10F200T-I/OT
Microchip Technology

-
ATTINY412-SSNR
Microchip Technology

-
PIC10F202T-I/OT
Microchip Technology

-
ATTINY404-SSNR
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…

