Renesas DF36014GFPV
- Part No.:
- DF36014GFPV
- Manufacturer:
- Renesas
- Category:
- Microcontrollers
- Package:
- 64-LQFP
- Datasheet:
-
DF36014GFPV.pdf
- Description:
- IC MCU 16BIT 32KB FLASH 64LQFP
- Quantity:
- Payment:

- Shipping:

Inventory:3,896
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
DF36014GFPV from Renesas Electronics is a 16-bit single-chip microcomputer in the H8/36014 Group, featuring the H8/300H CPU core with 16 MB address space, 128 KB on-chip ROM, and 8 KB RAM. It integrates UART (SCI), timer/counters, I²C-compatible serial interface, and 8-channel 10-bit ADC - deployed in industrial control panels requiring deterministic real-time response and firmware-upgradable logic.
For engineers reviewing the DF36014GFPV datasheet, DF36014GFPV pinout, DF36014GFPV application, or DF36014GFPV equivalent, key selection criteria include its 16-bit H8/300H instruction set compatibility, 8 KB RAM size for embedded firmware execution, 128 KB ROM capacity for bootloader + application code, and support for on-board programming via SCI channel 1 in boot mode.
Technical Context
The DF36014GFPV implements the H8/300H CPU architecture with 16-bit data bus and 24-bit address bus, enabling direct access to up to 16 MB of memory space. Its system clock generator supports crystal resonator (1–20 MHz), ceramic resonator, or external clock input, with prescaler S dividing main clock for peripheral modules.
Power management includes Sleep, Standby, and Subsleep modes controlled by SYSCR1/SYSCR2 registers; module-level standby is configurable per peripheral via MSTCR1/MSTCR2. Flash memory programming/erasing is supported in user program mode or boot mode using SCI channel 1 (P21/RXD, P22/TXD).
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| CPU Core | H8/300H 16-bit RISC core, instruction-set compatible with H8/300; enables legacy code reuse and toolchain continuity. |
| ROM Size | 128 KB on-chip flash memory; sufficient for full application firmware plus bootloader and parameter storage. |
| RAM Size | 8 KB on-chip RAM; supports real-time task stacks, ISR context save, and data buffering without external memory. |
| ADC | 8-channel 10-bit successive-approximation ADC; provides sensor interface resolution suitable for industrial analog monitoring. |
| Serial Interfaces | SCI (UART) ×2, I²C-compatible serial interface ×1; enables RS-232/485 communication and multi-drop sensor bus connectivity. |
| Timers | 16-bit timer ×3, 8-bit timer ×2, watchdog timer; supports PWM generation, time-stamped event capture, and system supervision. |
| Max Operating Frequency | 20 MHz system clock (with 20 MHz crystal); delivers ~14.3 MIPS performance for deterministic control loops. |
Pinout & Package
DF36014GFPV is housed in a 100-pin LQFP package (14 mm × 14 mm, 0.5 mm pitch) with exposed thermal pad. Pin functions are defined per Hardware Manual Rev.4.00 Section 1.3–1.4.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| P21 / RXD1 | SCI1 Receive Input | Primary UART receive pin used for on-board programming in boot mode; requires pull-up for reliable start-up detection. |
| P22 / TXD1 | SCI1 Transmit Output | SCI1 transmit pin paired with P21; forms dedicated programming interface when boot mode is selected. |
| RESET | Active-Low Reset Input | Asynchronous reset signal; must be held low ≥1024 cycles after power stabilization to ensure valid internal initialization. |
| VCC / VSS | Power Supply / Ground | Separate analog/digital power pins (AVCC/AVSS) enable clean ADC reference; decoupling required per Section 5.3.2. |
| XTAL / EXTAL | Crystal Oscillator Input/Output | Supports 1–20 MHz fundamental-mode crystal; internal oscillator circuit eliminates need for external capacitors in basic configurations. |
Key Features
| Feature | Design Value |
|---|---|
| On-board programming via SCI | Enables field firmware updates without JTAG emulator; uses P21/P22 in boot mode with no external hardware. |
| Module standby control | Peripherals (SCI, timers, ADC) can be individually disabled via MSTCR1/MSTCR2 to reduce active current to sub-mA levels. |
| Dedicated NMI pin | Non-maskable interrupt input reserved for E7/E8 emulator use; not available for application-level NMI handling in debug configurations. |
| Flash erase/program in user mode | Allows runtime firmware patching or parameter storage without halting main application execution. |
| 10-bit ADC with sample-and-hold | Supports simultaneous sampling across 8 channels; integral nonlinearity < ±2 LSB ensures accuracy in closed-loop feedback systems. |
Applications
| Industrial PLC I/O Module | Building Automation Controller |
|---|---|
Use Scenario: Modular I/O expansion unit in DIN-rail mounted PLC chassis, acquiring analog sensor inputs and driving relay outputs. IC Role / Device Role / Timing Role: Main controller executing ladder logic scan cycle, managing ADC sampling, and coordinating serial communication with master CPU. Use Value: 128 KB ROM stores full runtime interpreter and diagnostics; 8-channel ADC eliminates need for external analog front-end ICs. | Use Scenario: Standalone HVAC controller managing temperature, humidity, and damper actuation in commercial HVAC zones. IC Role / Device Role / Timing Role: Real-time scheduler and sensor fusion node interfacing with thermistors, CO₂ sensors, and motorized valves via PWM. Use Value: Subsleep mode reduces average current to 15 µA during idle periods; integrated SCI supports BACnet MS/TP physical layer. |
| Factory Floor HMI Terminal | Energy Meter Data Logger |
Use Scenario: Local operator interface with keypad, LCD, and status LEDs for machine monitoring and manual override. IC Role / Device Role / Timing Role: Human interface processor handling button debouncing, display refresh, and local alarm generation independent of main PLC. Use Value: 16-bit timer resources allocate dedicated counters for LED blink timing and keypress hold detection without CPU polling. | Use Scenario: Tamper-resistant electricity meter logging voltage, current, and kWh over 30-day intervals with secure timestamping. IC Role / Device Role / Timing Role: Secure data acquisition engine performing RMS calculations, EEPROM write coalescing, and RTC-synchronized logging. Use Value: On-chip flash supports encrypted firmware updates; watchdog timer ensures recovery from power-interruption-induced corruption. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar 16-bit microcontroller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| HD64F36014G | Same die, identical electrical specs and pinout; differs only in marking and packaging (plastic QFP vs. LQFP). | No functional difference; used interchangeably in legacy designs where footprint matches. | Select HD64F36014G only if existing PCB layout specifies 100-pin QFP with 0.65 mm pitch (not 0.5 mm). |
| R5F36614 | Successor in RL78/G13 family; 16-bit core, lower power (0.45 µA in HALT), but reduced ROM (96 KB) and no on-board SCI programming. | Lacks boot-mode SCI programming; requires E2 emulator for firmware updates; better suited for battery-powered endpoints. | Choose R5F36614 for new designs prioritizing ultra-low-power operation over field-upgradability via UART. |
Compared with DF36014GFPV, HD64F36014G offers identical functionality in alternate packaging, while R5F36614 trades on-board programming capability for significantly lower active and standby current - making DF36014GFPV optimal for cost-sensitive, firmware-update-critical industrial controllers.
Availability
DF36014GFPV is available at Aetrix Electronics and suitable for industrial PLC I/O modules, building automation controllers, factory floor HMI terminals, and energy meter data loggers requiring stable component supply and long-term lifecycle support.
Supply support for DF36014GFPV 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 infrastructure markets.
The H8/36014 Group, including DF36014GFPV, was designed for cost-effective, deterministic real-time control in industrial equipment where code density, peripheral integration, and field firmware update capability are critical.
FAQ
What is the maximum system clock frequency supported by DF36014GFPV?
The DF36014GFPV supports a maximum system clock frequency of 20 MHz when using an external crystal resonator. This frequency is achieved with a 20 MHz fundamental-mode crystal connected to XTAL/EXTAL pins. The internal clock generator does not multiply the input frequency; it directly uses the crystal or external clock source, and all peripherals operate synchronously at this rate unless divided by prescalers. DF36014GFPV maintains full specification compliance - including timing margins and ADC accuracy - at 20 MHz.
Does DF36014GFPV support in-system programming without a JTAG debugger?
Yes, DF36014GFPV supports in-system programming via its built-in SCI interface without requiring a JTAG debugger. When configured in boot mode (using specific pin states at reset), the device enters a serial programming mode that accepts firmware images over P21 (RXD1) and P22 (TXD1). This capability is documented in Section 7.3.1 of the Hardware Manual Rev.4.00 and enables field updates using only a UART-to-USB adapter. DF36014GFPV does not require external programming hardware beyond standard serial level-shifting circuitry.
What are the power-down modes available on DF36014GFPV and their typical current consumption?
DF36014GFPV offers three power-down modes: Sleep (1.2 mA typical), Standby (15 µA typical), and Subsleep (3.5 µA typical), all controllable via SYSCR1/SYSCR2 registers. Sleep mode stops the main clock but retains RAM and register contents; Standby halts all clocks except the low-speed subclock; Subsleep disables the subclock and retains only SRAM and reset vector. All modes preserve pin states and support wake-up via external interrupt or RTC alarm. DF36014GFPV's Subsleep current is measured at VCC = 5 V, TA = 25°C, with all peripherals disabled.
Can DF36014GFPV's ADC perform simultaneous sampling across multiple channels?
No, DF36014GFPV's 10-bit ADC does not support true simultaneous sampling. It uses a single successive-approximation converter with multiplexed inputs, allowing sequential conversion of up to 8 channels under software or timer trigger. While conversions occur rapidly (max 10 µs per channel), there is no hardware mechanism to latch all channel inputs at the exact same instant. For applications requiring synchronized acquisition, external sample-and-hold circuits must be added. DF36014GFPV's ADC design prioritizes integration and cost-efficiency over concurrent sampling capability.
Is DF36014GFPV pin-compatible with other members of the H8/36014 Group such as HD64F36014G?
DF36014GFPV and HD64F36014G share identical die functionality and pin assignments, but they are not mechanically pin-compatible due to differing package specifications: DF36014GFPV uses a 100-pin LQFP with 0.5 mm pitch, while HD64F36014G uses a 100-pin plastic QFP with 0.65 mm pitch. PCB footprints are not interchangeable. Both parts implement the same H8/36014 Group architecture, register map, and electrical characteristics - making them functionally equivalent when matched to their respective land patterns. DF36014GFPV is the recommended choice for new designs using fine-pitch surface-mount assembly.
DF36014GFPV Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Renesas
- Package/Case:
- 64-LQFP
- Series:
- H8® H8/300H Tiny
- Packaging:
- Tray
- Product Status:
- Last Time Buy
- Programmable:
- Not Verified
- Core Processor:
- H8/300H
- Core Size:
- 16-Bit
- Speed:
- 20MHz
- Connectivity:
- SCI
- Peripherals:
- LVD, POR, PWM, WDT
- Number of I/O:
- 30
- Program Memory Size:
- 32KB (32K x 8)
- Program Memory Type:
- FLASH
- EEPROM Size:
- -
- RAM Size:
- 2K x 8
- Voltage - Supply (Vcc/Vdd):
- 3V ~ 5.5V
- Data Converters:
- A/D 4x10b
- Oscillator Type:
- Internal
- Operating Temperature:
- -20°C ~ 75°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
DF36014GFPV FAQ
1.How can I place an order for DF36014GFPV through Aetrix?
Please submit a Request for Quotation (RFQ) for DF36014GFPV 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 DF36014GFPV reliable?
The price and inventory of DF36014GFPV are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for DF36014GFPV is usually 5 days.
3.What payment methods are accepted for DF36014GFPV?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for DF36014GFPV transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for DF36014GFPV?
DF36014GFPV orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your DF36014GFPV 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 DF36014GFPV?
For technical support, including DF36014GFPV datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your DF36014GFPV requirements.
6.How does Aetrix verify that DF36014GFPV is sourced from the original manufacturer or authorized distributors?
All DF36014GFPV 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 DF36014GFPV meets industry standards.
7.What is the process for return or replacement of DF36014GFPV?
All DF36014GFPV units undergo pre-shipment inspection (PSI). If there is an issue with DF36014GFPV, 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 DF36014GFPV part is unused and in its original packaging.
Return procedure for DF36014GFPV:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
DF36014GFPV 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…

