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

Analog Devices Inc./Maxim Integrated DS80C323-END+

Part No.:
DS80C323-END+
Manufacturer:
Analog Devices Inc./Maxim Integrated
Category:
Microcontrollers
Package:
44-TQFP
Datasheet:
AetrixDS80C323-END+.pdf
Description:
IC MCU 8BIT ROMLESS 44TQFP
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:160

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

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

DS80C323-END+ from Maxim Integrated is a high-speed, low-power 80C32-compatible 8-bit microcontroller featuring 4-clock-per-machine-cycle architecture, 18MHz max crystal frequency, -40°C to +85°C industrial temperature range, 256 bytes on-chip RAM, and dual hardware serial ports. It serves as a drop-in upgrade in legacy 8051-based industrial control, instrumentation, and embedded communication systems requiring extended voltage operation.

For engineers reviewing the DS80C323-END+ datasheet, DS80C323-END+ pinout, DS80C323-END+ application, or DS80C323-END+ equivalent, this page delivers verified electrical specs, validated TQFP-44 package mapping, confirmed dual-serial-port timing behavior, and real-world substitution guidance for 80C32 migration projects - all grounded in Maxim's official documentation and ordering data.

Technical Context

The DS80C323-END+ implements a redesigned 8051 core executing most instructions in 4 oscillator cycles (vs. 12 in standard 80C32), delivering ~2.5× average speedup without code changes. Its dual data pointer (DPTR0/DPTR1) enables zero-overhead block memory moves, while programmable MOVX stretch (2–9 machine cycles) allows seamless interfacing with slow peripherals like LCD controllers or legacy SRAM.

It integrates power-fail reset, early-warning power-fail interrupt, and programmable watchdog timer - all accessible via dedicated SFRs (e.g., CKCON at 8Eh, DPS at 86h). Timer/counter operation defaults to 12-cycle mode for backward compatibility but can be reconfigured to 4-cycle mode via CKCON bits for higher-resolution timing.

Key Specifications

Parameter Value and Actual Design Meaning
Core Architecture 80C32-compatible 8-bit CPU with 4-clock-per-machine-cycle execution; preserves full 8051 instruction set and SFR map.
Max Clock Speed 18MHz crystal input; supports up to 18MHz operation across full -40°C to +85°C industrial temperature range.
Supply Voltage 2.7V to 5.5V - enables direct replacement in battery-powered or mixed-voltage 5V/3.3V systems without level-shifting.
On-Chip RAM 256 bytes scratchpad RAM; no on-chip ROM - requires external program memory via P0/P2 bus interface.
Serial Interfaces Two independent full-duplex UARTs: UART0 (P3.0/P3.1) and UART1 (P1.2/P1.3); both support timer-driven baud rates.
Interrupt Sources 13 total interrupts including six external (INT0–INT5), with edge-selectable triggers and priority control.
Memory Interface Variable-speed MOVX access (2–9 machine cycles) controlled by CKCON.2–0; eliminates glue logic for mixed-speed peripherals.

Pinout & Package

DS80C323-END+ is packaged in a 44-pin Thin Quad Flat Package (TQFP) with 0.8mm lead pitch, RoHS-compliant, and rated for -40°C to +85°C operation. Pin functions are identical across DS80C320/DS80C323 family variants in matching packages.

Pin/Terminal Circuit Role Design Meaning
VCC Power Supply +2.7V to +5.5V supply; supports wide-input industrial/battery systems without external regulators.
GND Digital Ground Dedicated ground pin (TQFP pin 4); decoupling required near VCC for stable high-speed operation.
RST Reset Input Schmitt-triggered active-high input with internal pulldown; no external RC needed for power-on reset.
XTAL1 / XTAL2 Crystal Oscillator Supports parallel-resonant AT-cut crystals up to 18MHz; XTAL1 accepts external clock source if crystal omitted.
P0.0–P0.7 (AD0–AD7) Multiplexed Address/Data Bus Low-order address/data lines; ALE-controlled latching required for external memory interface; no internal pullups.
P1.0–P1.7 General I/O with Alternate Functions Includes UART1 (P1.2/RXD1, P1.3/TXD1), Timer2 I/O (P1.0/T2, P1.1/T2EX), and five external interrupts (INT2–INT5).
P2.0–P2.7 (A8–A15) High-Order Address Bus Provides upper address byte for 64kB external memory addressing; automatically driven during MOVX accesses.
P3.0–P3.7 General I/O with Standard 8051 Functions UART0 (P3.0/RXD0, P3.1/TXD0), INT0/INT1 (P3.2/P3.3), Timer0/1 inputs (P3.4/T0, P3.5/T1), WR/ RD strobes (P3.6/P3.7).
EA External Access Enable Must be tied LOW to force all program fetches from external ROM; no internal code memory present.

Key Features

Feature Design Value
Dual Data Pointer (DPTR0/DPTR1) Reduces 64-byte RAM-to-RAM block move from 1869 to 1097 machine cycles - 41% fewer cycles, enabling faster firmware updates and buffer handling.
Programmable MOVX Stretch (CKCON.2–0) Configurable 2–9 machine cycle data memory access; eliminates need for wait-state generators when interfacing with 120ns–1120ns peripherals.
Early Warning Power-Fail Interrupt Generates interrupt before VCC drops below reset threshold, allowing safe EEPROM save, state capture, or graceful shutdown within ~100µs.
Independent Timer Speed Control CKCON.3–5 individually configure Timer0/1/2 for 4- or 12-clock-per-cycle operation - preserves legacy baud rates while enabling high-res PWM or capture.
Second Hardware UART (UART1) Full-duplex serial port on P1.2/P1.3 with dedicated SCON1/SBUF1 registers; enables simultaneous host debug + sensor telemetry without software bit-banging.

Applications

Industrial PLC I/O Module Smart Energy Metering

Use Scenario: Real-time polling of 16-channel analog input modules and digital I/O expansion via SPI/I²C peripherals.

IC Role / Device Role / Timing Role: Main controller managing deterministic scan cycles, UART-based Modbus RTU communication, and watchdog-monitored firmware execution.

Use Value: 18MHz operation ensures sub-10ms scan times; dual UARTs enable concurrent fieldbus (Modbus) and local debug (USB-to-UART) without time-slicing overhead.

Use Scenario: High-accuracy kWh accumulation with tamper detection, LCD display, and IR/RS-485 utility communication.

IC Role / Device Role / Timing Role: System-on-chip managing metrology ADC interface, nonvolatile parameter storage, and dual-protocol serial stacks.

Use Value: 2.7V–5.5V supply range supports battery backup during mains failure; early-warning power-fail interrupt triggers secure meter state save before brownout.

Medical Diagnostic Handheld Automotive Body Control Unit

Use Scenario: Portable ECG device acquiring analog signals, performing real-time filtering, and transmitting waveform data via Bluetooth module.

IC Role / Device Role / Timing Role: Low-power host MCU coordinating ADC sampling, FIR processing, and UART-to-Bluetooth bridge with precise timing.

Use Value: Dual DPTR accelerates FIR coefficient/data buffer swaps; programmable MOVX stretch accommodates slow Bluetooth module command response without CPU polling.

Use Scenario: Central body controller managing door locks, lighting, window motors, and CAN gateway functions in 12V automotive systems.

IC Role / Device Role / Timing Role: Primary 8-bit controller interfacing with LIN transceivers, discrete drivers, and EEPROM for configuration storage.

Use Value: Industrial-grade -40°C to +85°C rating ensures reliability under hood temperatures; power-fail reset prevents corrupted EEPROM writes during ignition cycling.

Equivalent & Alternatives

The following parts are listed as comparable options for similar 8051-compatible microcontroller applications.

Alternative Part Technical Difference Application Difference Selection Advice
DS80C320-ENL+ Same pinout and feature set, but 33MHz max clock and 4.25V–5.5V supply only; no 2.7V operation. Targeted at high-speed 5V-only systems where extended voltage range is unnecessary. Select DS80C320-ENL+ only when >18MHz performance is required and supply is strictly 5V.
AT89C51RD2-RLTUM On-chip 64kB Flash, single UART, 0–24MHz, 4.0–5.5V; lacks dual DPTR, MOVX stretch, and power-fail features. Suitable for cost-sensitive, self-contained designs without external memory or advanced power monitoring. Choose AT89C51RD2-RLTUM only when integrated Flash eliminates need for external ROM and dual UARTs are not required.

Compared with DS80C320-ENL+, DS80C323-END+ trades maximum clock speed for wider voltage range and lower power - critical for battery-backed or mixed-supply systems. Versus AT89C51RD2-RLTUM, it sacrifices on-chip Flash for superior peripheral integration, deterministic timing control, and industrial-grade power resilience.

Availability

DS80C323-END+ is available at Aetrix Electronics and suitable for industrial automation, smart metering, medical diagnostics, and automotive body electronics requiring stable component supply across extended temperature and voltage ranges.

Supply support for DS80C323-END+ 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

Maxim Integrated (now part of Analog Devices) is a semiconductor company specializing in precision analog, mixed-signal, and high-reliability microcontrollers for industrial, medical, and automotive applications.

The DS80C323-END+ belongs to Maxim's high-speed 8051-compatible microcontroller family, designed specifically to extend legacy 80C32 systems with enhanced speed, low-voltage operation, and integrated system-level features like power-fail management.

FAQ

What is the operating voltage range of the DS80C323-END+?

The DS80C323-END+ operates from 2.7V to 5.5V, making it compatible with both 3.3V and 5V systems without level shifters. This wide range supports battery-powered devices and mixed-voltage industrial designs where supply rails may dip during transient conditions - a key differentiator from the 4.25V–5.5V-only DS80C320 variants. DS80C323-END+ maintains full functionality across its entire voltage range at -40°C to +85°C.

Does the DS80C323-END+ include on-chip program memory?

No, the DS80C323-END+ does not contain on-chip ROM or Flash memory. It relies entirely on external program memory accessed via the multiplexed P0 address/data bus and P2 high-order address lines. This architecture matches the original 80C32 and enables flexible memory sizing - designers select appropriate EPROM, EEPROM, or NOR Flash based on application requirements. DS80C323-END+ provides 256 bytes of on-chip scratchpad RAM only.

How does the dual data pointer improve performance in the DS80C323-END+?

The DS80C323-END+ implements two independent 16-bit data pointers (DPTR0 at 82h/83h and DPTR1 at 84h/85h), selected via the DPS bit at SFR 86h. This eliminates the need to save/restore address registers during block memory moves - for example, a 64-byte RAM-to-RAM copy executes in 1097 machine cycles instead of 1869. DS80C323-END+ leverages this to accelerate firmware updates, display buffer refreshes, and sensor data aggregation without additional CPU overhead.

Can the DS80C323-END+ replace a standard 80C32 in an existing design?

Yes, the DS80C323-END+ is pin-compatible and instruction-set-compatible with the 80C32 in the same 44-pin TQFP package. Software written for the 80C32 runs unchanged, though timing-critical loops may require adjustment due to the 4-clock-per-cycle core. DS80C323-END+ retains identical SFR layout and peripheral register addresses, and its timers default to 12-cycle mode on reset to preserve legacy baud rates and interrupt intervals.

What is the purpose of the MOVX stretch feature in the DS80C323-END+?

The MOVX stretch feature in the DS80C323-END+ allows software to configure external data memory access timing from 2 to 9 machine cycles via CKCON.2–0 bits. This enables reliable interfacing with slow peripherals - such as character LCDs, legacy SRAM, or I/O expanders - without external wait-state logic. DS80C323-END+ uses this to simplify BOMs and PCB layouts while maintaining deterministic timing across diverse memory speeds.

DS80C323-END+ Specifications

Product attributes
Attribute value
Manufacturer:
Analog Devices Inc./Maxim Integrated
Package/Case:
44-TQFP
Series:
80C
Packaging:
Tray
Product Status:
Active
Programmable:
Not Verified
Core Processor:
8051
Core Size:
8-Bit
Speed:
18MHz
Connectivity:
EBI/EMI, SIO, UART/USART
Peripherals:
Power-Fail Reset, WDT
Number of I/O:
32
Program Memory Size:
-
Program Memory Type:
ROMless
EEPROM Size:
-
RAM Size:
256 x 8
Voltage - Supply (Vcc/Vdd):
2.7V ~ 5.5V
Data Converters:
-
Oscillator Type:
External
Operating Temperature:
-40°C ~ 85°C (TA)
Grade:
-
Qualification:
-
Mounting Type:
Surface Mount
Supplier Device Package:

DS80C323-END+ FAQ

1.How can I place an order for DS80C323-END+ through Aetrix?

Please submit a Request for Quotation (RFQ) for DS80C323-END+ 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 DS80C323-END+ reliable?

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

3.What payment methods are accepted for DS80C323-END+?

We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for DS80C323-END+ transactions.

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for DS80C323-END+?

DS80C323-END+ orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.

Once your DS80C323-END+ 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 DS80C323-END+?

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

6.How does Aetrix verify that DS80C323-END+ is sourced from the original manufacturer or authorized distributors?

All DS80C323-END+ 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 DS80C323-END+ meets industry standards.

7.What is the process for return or replacement of DS80C323-END+?

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

Return procedure for DS80C323-END+:

1.Submit a request within 90 days.

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

DS80C323-END+ Tags

  • DS80C323-END+
  • DS80C323-END+ PDF
  • DS80C323-END+ Datasheet
  • DS80C323-END+ Specifications
  • DS80C323-END+ Images
  • Analog Devices Inc./Maxim Integrated
  • Analog Devices Inc./Maxim Integrated DS80C323-END+
  • Buy DS80C323-END+
  • DS80C323-END+ Price
  • DS80C323-END+ Distributor
  • DS80C323-END+ Supplier
  • DS80C323-END+ Wholesale
Related Products
ATTINY4-TSHR
ATTINY4-TSHR

Microchip Technology

ATTINY10-TSHR
ATTINY10-TSHR

Microchip Technology

ATTINY10-TS8R
ATTINY10-TS8R

Microchip Technology

ATTINY202-SSNR
ATTINY202-SSNR

Microchip Technology

ATTINY202-SSFR
ATTINY202-SSFR

Microchip Technology

ATTINY402-SSNR
ATTINY402-SSNR

Microchip Technology

PIC16F15213T-I/MF
PIC16F15213T-I/MF

Microchip Technology

PIC16F15213-E/MF
PIC16F15213-E/MF

Microchip Technology

PIC10F200T-I/OT
PIC10F200T-I/OT

Microchip Technology

ATTINY412-SSNR
ATTINY412-SSNR

Microchip Technology

PIC10F202T-I/OT
PIC10F202T-I/OT

Microchip Technology

ATTINY404-SSNR
ATTINY404-SSNR

Microchip Technology

Tech Hub

Search

Search

PRODUCT

PRODUCT

PHONE

PHONE

USER

USER