Renesas HD6473378CQ10
- Part No.:
- HD6473378CQ10
- Manufacturer:
- Renesas
- Category:
- Microcontrollers
- Package:
- -
- Datasheet:
-
HD6473378CQ10.pdf
- Description:
- MICROCONTROLLER, 16-BIT, OTPROM
- Quantity:
- Payment:

- Shipping:

Inventory:2,202
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
HD6473378CQ10 from Hitachi is a 16-bit single-chip microcontroller in the H8/337 series, featuring an H8/300 CPU core, 32 KB on-chip masked ROM, 1 KB RAM, integrated 16-bit free-running timer, dual 8-bit timers, PWM timers, UART-compatible serial interface, 8-channel 10-bit A/D converter, and dual 8-bit D/A converters. It operates at up to 10 MHz and targets real-time embedded control in industrial motor drives and sensor-based instrumentation.
For engineers reviewing the HD6473378CQ10 datasheet, HD6473378CQ10 pinout, HD6473378CQ10 application, or HD6473378CQ10 equivalent, key selection considerations include ROM size (32 KB), RAM capacity (1 KB), A/D resolution (10-bit, 8-channel), D/A count (2×8-bit), and support for software/hardware standby power-down modes.
Technical Context
The HD6473378CQ10 implements the H8/300 CPU architecture with 24-bit address space, supporting single-chip mode and expanded bus modes via mode-select pins. Its memory map includes fixed vector interrupt table at 0xFFE0–0xFFFF and dedicated register fields for peripheral control at fixed I/O addresses (e.g., FRC at H'FF92, ADCSR at H'FFE8).
Peripheral integration follows a register-mapped I/O model: all timers, serial interface, A/D and D/A modules use dedicated memory-mapped control/status registers with bit-field definitions for mode selection, interrupt enable, and data transfer. Clock generation relies on external crystal (1–10 MHz) with internal divider enabling 1:1 to 1:8 system clock scaling.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| CPU Core | H8/300 16-bit RISC core with 24-bit addressing; enables direct access to 16 MB memory space for firmware and data. |
| ROM Size | 32 KB masked ROM; provides non-volatile program storage without external memory interface or boot loader requirement. |
| RAM Size | 1 KB on-chip RAM; sufficient for stack, variables, and small buffers in real-time control loops. |
| A/D Converter | 8-channel, 10-bit successive-approximation ADC; supports both single-shot and scan modes with programmable sampling time. |
| D/A Converters | Two independent 8-bit voltage-output DACs (DADR0/DADR1); used for analog setpoint generation or calibration signal injection. |
| Timers | One 16-bit free-running timer + two 8-bit timers + two PWM timers; enables multi-rate timing, capture/compare, and motor phase control. |
| Serial Interface | Full-duplex UART-compatible SCI with programmable baud rate (BRR register), framing error detection, and interrupt-driven RX/TX. |
Pinout & Package
HD6473378CQ10 is housed in a 100-pin plastic quad flat package (QFP) with 0.65 mm lead pitch. Pin functions are defined per Hardware Manual Section 1.3, including multiplexed I/O ports (P1–P9), dedicated peripheral signals (e.g., ADTRG, DA0, DA1), and mode-control pins (MD0–MD2).
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| VCC, VSS | Power supply and ground | Separate analog/digital power domains not implemented; single 5 V ±10% supply required for full functionality. |
| XTAL, EXTAL | Crystal oscillator input/output | Supports fundamental-mode quartz crystals from 1 MHz to 10 MHz; internal feedback resistor enables Pierce oscillator configuration. |
| MD0–MD2 | Mode selection inputs | Configure single-chip (Mode 3), expanded (Mode 1/2), or PROM programming mode at reset; latched internally. |
| P10–P17 | Port 1 bidirectional I/O | Configurable as general-purpose I/O or alternate functions including A/D input channels AD0–AD7. |
| DA0, DA1 | D/A output terminals | Analog voltage outputs referenced to AVCC; each driven by independent 8-bit latch (DADR0/DADR1) and current-to-voltage converter. |
Key Features
| Feature | Design Value |
|---|---|
| Integrated A/D and D/A converters | Eliminates need for external data acquisition ICs in closed-loop analog control systems such as temperature regulators or motor current feedback. |
| Multiple low-power modes | Software standby, hardware standby, and sleep modes reduce active current to <100 µA, extending battery life in portable instrumentation. |
| Register-mapped peripheral control | All peripherals accessed via fixed memory-mapped addresses (e.g., TIER at H'FF90, ADCSR at H'FFE8), enabling deterministic C-language driver development. |
| UART-compatible serial interface | Full-duplex asynchronous communication with programmable stop bits, parity, and baud rate; supports host diagnostics and firmware updates over RS-232. |
| 16-bit free-running timer with input capture | Enables precise measurement of pulse width, period, or frequency from external sensors (e.g., encoder quadrature signals or tachometer pulses). |
Applications
| Industrial Motor Control | Sensor Signal Conditioning |
|---|---|
Use Scenario: Closed-loop speed and position control of DC/stepper motors in factory automation equipment. IC Role / Device Role / Timing Role: Main controller executing PID algorithms, generating PWM drive signals via built-in PWM timers, and reading encoder feedback through input capture pins. Use Value: On-chip 16-bit free-running timer and dual PWM units eliminate external timer ICs; 10-bit A/D resolves position sensor voltage with ±1 LSB accuracy. | Use Scenario: Analog front-end for thermocouple, RTD, or strain gauge measurements in process monitoring systems. IC Role / Device Role / Timing Role: Signal acquisition node converting sensor outputs to digital values, applying linearization in firmware, and transmitting results via SCI. Use Value: Integrated 8-channel 10-bit A/D converter supports multiplexed sensor inputs without external MUX or ADC; 1 KB RAM holds calibration coefficients. |
| Programmable Power Supply | Embedded Data Logger |
Use Scenario: Digitally controlled bench or lab power supply with adjustable voltage/current limits and remote interface. IC Role / Device Role / Timing Role: System manager coordinating DAC output for reference voltage generation, monitoring output via A/D, and handling USB/RS-232 commands. Use Value: Dual 8-bit D/A converters provide independent control of voltage and current setpoints; UART interface enables SCPI command parsing. | Use Scenario: Standalone environmental logger recording temperature, humidity, and pressure at fixed intervals onto EEPROM or SD card. IC Role / Device Role / Timing Role: Real-time scheduler triggering A/D conversions, timestamping samples using free-running timer, and managing non-volatile storage writes. Use Value: Software standby mode reduces average current to <50 µA during sleep intervals; 32 KB ROM accommodates FAT file system and logging firmware. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar microcontroller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| HD64F3378FV | ZTAT™ version with same ROM/RAM size but flash-programmable; requires different programming voltage and timing. | Supports rapid prototyping and field firmware updates; unsuitable for cost-sensitive high-volume production where mask ROM suffices. | Select HD64F3378FV when design iteration or post-deployment updates are required; HD6473378CQ10 remains optimal for stable, high-volume embedded control. |
| HD6413378CQ10 | ROMless variant with identical pinout and peripheral set; requires external EPROM or Flash for code storage. | Used in development systems or applications requiring flexible memory expansion; lacks on-chip program storage. | Choose HD6413378CQ10 only if external memory interface is already implemented; HD6473378CQ10 delivers lower BOM cost and smaller footprint for self-contained designs. |
Compared with HD64F3378FV and HD6413378CQ10, the HD6473378CQ10 offers lowest system cost and highest reliability for fixed-function embedded controllers, trading reprogrammability and external memory flexibility for reduced component count and guaranteed ROM integrity.
Availability
HD6473378CQ10 is available at Aetrix Electronics and suitable for industrial motor control, sensor signal conditioning, and programmable power supply designs requiring stable component supply across extended product lifecycles.
Supply support for HD6473378CQ10 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
Hitachi Ltd. (now part of Renesas Electronics Corporation) was a Japanese multinational conglomerate specializing in semiconductors, industrial systems, and IT infrastructure prior to its semiconductor division's merger into Renesas in 2003.
The H8/337 series was designed for cost-effective, real-time embedded control in resource-constrained industrial equipment, emphasizing on-chip integration of analog I/O, timing, and communication to minimize external components.
FAQ
What is the maximum operating frequency of the HD6473378CQ10?
The HD6473378CQ10 supports a maximum system clock frequency of 10 MHz when driven by an external crystal connected to XTAL/EXTAL pins. This frequency determines instruction execution speed, A/D conversion rate, and timer resolution. The internal clock divider allows lower effective CPU speeds for power optimization, but the HD6473378CQ10's rated performance ceiling remains 10 MHz under specified voltage and temperature conditions.
Does the HD6473378CQ10 include a hardware debug interface?
No, the HD6473378CQ10 does not incorporate a dedicated on-chip debug interface such as JTAG or BDM. Debugging relies on in-circuit emulators compatible with the H8/300 architecture or software-based techniques using SCI output and breakpoint polling. The HD6473378CQ10's pinout reserves no dedicated debug signals, and its Hardware Manual makes no provision for real-time trace or halt-mode debugging.
Can the HD6473378CQ10 operate from a 3.3 V supply?
No, the HD6473378CQ10 is specified for 5 V ±10% operation only, as confirmed by Absolute Maximum Ratings and DC Characteristics in Section 16.1–16.2 of the Hardware Manual. Attempting 3.3 V operation will result in undefined behavior, failed A/D conversions, and unreliable timer or serial interface function. The HD6473378CQ10 requires a regulated 5 V supply across VCC and VSS pins.
How many interrupt sources does the HD6473378CQ10 support?
The HD6473378CQ10 supports 48 interrupt sources, including 16 external IRQ pins, 16 internal peripheral interrupts (e.g., timer overflow, A/D completion, SCI receive), and 16 exception vectors (reset, NMI, traps). Each source maps to a unique vector address in the fixed interrupt table at 0xFFE0–0xFFFF, and priority is determined by vector address order - lower addresses indicate higher priority. This structure is documented in Section 4 of the HD6473378CQ10 Hardware Manual.
Is the HD6473378CQ10 pin-compatible with other H8/337 family members?
Yes, the HD6473378CQ10 shares identical pinout and package (100-pin QFP) with HD6433378CQ10 and HD6413378CQ10, as verified in Section 1.3.1 of the Hardware Manual. All three variants use the same MD0–MD2 mode pins, P1–P9 port assignments, and peripheral signal locations (e.g., DA0/DA1, ADTRG, TXD/RXD). This allows PCB reuse across mask ROM, ZTAT, and ROMless versions of the H8/337 series.
HD6473378CQ10 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:
HD6473378CQ10 FAQ
1.How can I place an order for HD6473378CQ10 through Aetrix?
Please submit a Request for Quotation (RFQ) for HD6473378CQ10 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 HD6473378CQ10 reliable?
The price and inventory of HD6473378CQ10 are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for HD6473378CQ10 is usually 5 days.
3.What payment methods are accepted for HD6473378CQ10?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for HD6473378CQ10 transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for HD6473378CQ10?
HD6473378CQ10 orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your HD6473378CQ10 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 HD6473378CQ10?
For technical support, including HD6473378CQ10 datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your HD6473378CQ10 requirements.
6.How does Aetrix verify that HD6473378CQ10 is sourced from the original manufacturer or authorized distributors?
All HD6473378CQ10 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 HD6473378CQ10 meets industry standards.
7.What is the process for return or replacement of HD6473378CQ10?
All HD6473378CQ10 units undergo pre-shipment inspection (PSI). If there is an issue with HD6473378CQ10, 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 HD6473378CQ10 part is unused and in its original packaging.
Return procedure for HD6473378CQ10:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
HD6473378CQ10 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…

