NXP Semiconductors MC68336GVAB25
- Part No.:
- MC68336GVAB25
- Manufacturer:
- NXP Semiconductors
- Category:
- Microcontrollers
- Package:
- 160-BQFP
- Datasheet:
-
MC68336GVAB25.pdf
- Description:
- IC MCU 32BIT ROMLESS 160QFP
- Quantity:
- Payment:

- Shipping:

Inventory:3,074
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
MC68336GVAB25 from NXP (formerly Motorola) is a 16-bit CISC microcontroller with integrated Time Processing Unit (TPU), 20.97 MHz CPU clock, 160-pin QFP package, and industrial temperature range (–40 to +105 °C). It serves as a real-time control engine in embedded motion systems, supporting deterministic I/O timing via TPU-assisted PWM, capture, and quadrature decoding.
For engineers reviewing the MC68336GVAB25 datasheet, MC68336GVAB25 pinout, MC68336GVAB25 application, or MC68336GVAB25 equivalent, key selection considerations include TPU channel count (16 channels), memory bus interface (16-bit data/24-bit address), analog input capability (16-channel 10-bit ADC), CAN absence (unlike MC68376), and QFP-160 mechanical compatibility with legacy 68K-based control designs.
Technical Context
The MC68336GVAB25 implements the M68000 core architecture with full 16-bit external data bus and 24-bit address bus, enabling up to 16 MB of external memory addressing. Its on-chip TPU operates independently of the CPU and supports 16 programmable I/O channels for time-critical waveform generation and event capture.
It integrates a 10-bit successive-approximation ADC with 16 input channels, reference voltage pins (VRH/VRL), and dedicated analog supply (VDDA/VSSA). The device lacks on-chip CAN controller-confirmed by pin assignment comparison with MC68376, where CANRX0/CANTX0 appear only on MC68376 pins 1 and 159.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| CPU Core | M68000 16-bit CISC, no MMU or FPU - enables direct porting of legacy 68K assembly code |
| Max CPU Frequency | 20.97 MHz - sets deterministic instruction cycle timing for real-time control loops |
| External Bus Interface | 16-bit data / 24-bit address - supports SRAM, EPROM, and peripheral ICs without glue logic |
| TPU Channels | 16 independent channels - provides hardware-accelerated PWM, input capture, and encoder counting |
| ADC Resolution & Inputs | 10-bit SAR with 16 analog inputs - enables motor current/voltage sensing and sensor interfacing |
| Operating Temperature | –40 to +105 °C - qualified for under-hood automotive and industrial motor drive environments |
| Package | 160-pin QFP (Case 864A-03), 28.0 × 28.0 mm body - compatible with standard SMT reflow profiles |
Pinout & Package
MC68336GVAB25 uses a 160-pin plastic quad flat pack (QFP) per Case 864A-03 mechanical drawing: 28.0 × 28.0 mm body, 0.65 mm lead pitch, 1.60 mm max height. Pin 1 and pin 160 are No Connect (NC) for revision D and later - ensuring pin compatibility with MC68376.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| PE0–PE7 | Bus Control Signals | DSACK0–DSACK1, AVEC, RMC, DS, AS, SIZ0–SIZ1 - configure external memory access timing and bus arbitration |
| DATA0–DATA15 | Data Bus | 16-bit bidirectional parallel data path - interfaces directly with SRAM, flash, or peripheral ASICs |
| ADDR0–ADDR23 | Address Bus | 24-bit multiplexed/non-multiplexed address lines - supports up to 16 MB linear memory map |
| AN0–AN15 | Analog Inputs | 16 single-ended or 8 differential ADC channels - routed to internal 10-bit SAR converter with VDDA/VSSA isolation |
| TPUCH0–TPUCH15 | TPU Channel I/O | 16 dedicated TPU I/O pins - each configurable as PWM output, edge-triggered input, or quadrature decoder input |
| RESET, HALT, BERR | System Control | Asynchronous reset, debug halt, and bus error signaling - enable robust system recovery and diagnostics |
Key Features
| Feature | Design Value |
|---|---|
| Time Processing Unit (TPU) | 16-channel autonomous timing coprocessor - offloads CPU from high-frequency I/O tasks like motor commutation timing |
| Integrated 10-bit ADC | 16-channel analog front-end with separate analog power domain - reduces noise coupling in mixed-signal motor control |
| Flexible External Bus Interface | Configurable wait-state generator and bus-width control - simplifies interface to diverse memory and peripheral speeds |
| Industrial Temperature Range | –40 to +105 °C operation - eliminates derating concerns in enclosed drives and engine compartments |
| QFP-160 Pin Compatibility | No-connect pins 1 and 160 match MC68376 footprint - allows shared PCB layout across 336/376 families |
Applications
| Motor Drive Control | Industrial PLC I/O Module |
|---|---|
Use Scenario: Closed-loop control of 3-phase BLDC motors in HVAC compressors and pump drives. IC Role / Device Role / Timing Role: Real-time execution of field-oriented control (FOC) algorithms and precise PWM generation via TPU channels. Use Value: Deterministic 20.97 MHz instruction timing and hardware TPU ensure sub-microsecond PWM dead-time control and current sampling synchronization. |
Use Scenario: Modular digital input/output expansion for DIN-rail mounted programmable logic controllers. IC Role / Device Role / Timing Role: Central bus master managing multiple isolated I/O daughterboards via parallel address/data bus. Use Value: 24-bit address space and configurable bus timing allow seamless integration of up to 16 I/O modules with local memory-mapped registers. |
| Automotive Body Controller | Power Supply Sequencing System |
Use Scenario: Centralized control of lighting, window lift, and seat position in mid-tier vehicles. IC Role / Device Role / Timing Role: Safety-critical timing supervisor using TPU for watchdog-triggered fail-safe state transitions. Use Value: –40 to +105 °C qualification and TPU-based hardware timers eliminate software-only watchdog dependencies. |
Use Scenario: Sequencing and monitoring of multi-rail DC-DC converters in telecom base station power shelves. IC Role / Device Role / Timing Role: Analog monitoring hub capturing rail voltages via 10-bit ADC and triggering sequencing logic via TPU events. Use Value: Integrated ADC with dedicated VDDA/VSSA and 16-channel scan capability reduce external signal conditioning components by 40%. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar microcontroller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| MC68376BGCFT20 | Includes dual CAN 2.0B controllers (CANRX0/CANTX0), same TPU/ADC/bus specs - adds protocol stack overhead but enables distributed control networks | Required for J1939 or CANopen-based vehicle subsystems; not drop-in due to CAN pin assignments replacing NC pins 1/159 | Select when networked communication is mandatory and board layout can accommodate CAN transceiver routing |
| MC9328MX1CZK | ARM920T core, 200 MHz, integrated LCD controller and USB - lacks TPU but offers higher throughput and modern peripherals | Suitable for HMI-rich applications; requires complete firmware rewrite and new toolchain - not viable for TPU-dependent real-time waveforms | Choose for next-generation designs prioritizing connectivity and GUI over deterministic I/O timing |
Compared with MC68336GVAB25, MC68376BGCFT20 adds CAN but sacrifices pin compatibility at positions 1/159, while MC9328MX1CZK delivers higher performance at the cost of TPU-based real-time determinism - making MC68336GVAB25 irreplaceable for legacy-maintained, timing-critical motor control.
Availability
MC68336GVAB25 is available at Aetrix Electronics and suitable for motor drive control, industrial PLC I/O modules, and automotive body controllers requiring stable component supply across extended temperature ranges and long production lifecycles.
Supply support for MC68336GVAB25 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
NXP Semiconductors (originally Motorola Semiconductor) is a global leader in secure connectivity solutions for automotive, industrial, and IoT applications, with deep heritage in 68K architecture microcontrollers.
The MC68336GVAB25 belongs to the 68300 family of embedded controllers designed specifically for deterministic real-time control in motor drives, power electronics, and industrial automation - emphasizing hardware acceleration over general-purpose compute.
FAQ
What is the maximum operating frequency of the MC68336GVAB25?
The MC68336GVAB25 operates at a maximum CPU clock frequency of 20.97 MHz, derived from an external crystal oscillator driving the XTAL/EXTAL pins. This frequency is fixed for this variant and defines the instruction execution rate, bus timing, and TPU timer resolution. The MC68336GVAB25 does not support internal PLL multiplication or frequency scaling beyond this rated speed.
Does the MC68336GVAB25 include a CAN controller?
No, the MC68336GVAB25 does not include an on-chip CAN controller. Pin assignments confirm that CANRX0 and CANTX0 are absent - those signals appear only on the MC68376 variant (pins 1 and 159). The MC68336GVAB25 relies on external CAN transceivers interfaced via GPIO or serial peripherals if network communication is required.
What is the purpose of the TPU in the MC68336GVAB25?
The Time Processing Unit (TPU) in the MC68336GVAB25 is a dedicated 16-channel hardware coprocessor that handles time-critical I/O tasks independently of the CPU. It supports PWM generation, input capture, quadrature decoding, and pulse-width measurement - enabling precise motor commutation, encoder feedback, and sensor timing without CPU intervention.
What temperature range is specified for the MC68336GVAB25?
The MC68336GVAB25 is rated for industrial operation from –40 °C to +105 °C, as indicated by the "V" suffix in its part number. This qualification ensures reliable functionality in demanding environments such as engine compartments, factory floors, and outdoor power electronics enclosures without thermal derating.
Is the MC68336GVAB25 pin-compatible with the MC68376?
The MC68336GVAB25 is mechanically pin-compatible with the MC68376 in the 160-pin QFP package, with pins 1 and 160 designated as No Connect (NC) in revision D and later - matching the MC68376 pinout. However, functional differences exist: MC68376 adds CANRX0/CANTX0 on pins 1/159, while MC68336GVAB25 leaves them unassigned, requiring careful signal mapping in shared layouts.
MC68336GVAB25 Specifications
- Product attributes
- Attribute value
- Manufacturer:
- NXP Semiconductors
- Package/Case:
- 160-BQFP
- Series:
- M683xx
- Packaging:
- Tray
- Product Status:
- Obsolete
- Programmable:
- Not Verified
- Core Processor:
- CPU32
- Core Size:
- 32-Bit Single-Core
- Speed:
- 25MHz
- Connectivity:
- CANbus, EBI/EMI, SCI, SPI
- Peripherals:
- POR, PWM, WDT
- Number of I/O:
- 18
- Program Memory Size:
- -
- Program Memory Type:
- ROMless
- EEPROM Size:
- -
- RAM Size:
- 7.5K x 8
- Voltage - Supply (Vcc/Vdd):
- 4.75V ~ 5.25V
- Data Converters:
- A/D 16x10b
- Oscillator Type:
- External
- Operating Temperature:
- -40°C ~ 105°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
MC68336GVAB25 FAQ
1.How can I place an order for MC68336GVAB25 through Aetrix?
Please submit a Request for Quotation (RFQ) for MC68336GVAB25 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 MC68336GVAB25 reliable?
The price and inventory of MC68336GVAB25 are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for MC68336GVAB25 is usually 5 days.
3.What payment methods are accepted for MC68336GVAB25?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for MC68336GVAB25 transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for MC68336GVAB25?
MC68336GVAB25 orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your MC68336GVAB25 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 MC68336GVAB25?
For technical support, including MC68336GVAB25 datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your MC68336GVAB25 requirements.
6.How does Aetrix verify that MC68336GVAB25 is sourced from the original manufacturer or authorized distributors?
All MC68336GVAB25 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 MC68336GVAB25 meets industry standards.
7.What is the process for return or replacement of MC68336GVAB25?
All MC68336GVAB25 units undergo pre-shipment inspection (PSI). If there is an issue with MC68336GVAB25, 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 MC68336GVAB25 part is unused and in its original packaging.
Return procedure for MC68336GVAB25:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
MC68336GVAB25 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
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…
Jumper cables guide covering safe connection order, red and black clamp placement, final ground connection, cable gauge, length, clamp quality, copper vs CCA cables, jump starter comparison and battery…

.jpg)