NXP Semiconductors MC705B16NBE
- Part No.:
- MC705B16NBE
- Manufacturer:
- NXP Semiconductors
- Category:
- Microcontrollers
- Package:
- 56-SDIP (0.600", 15.24mm)
- Datasheet:
-
MC705B16NBE.pdf
- Description:
- IC MCU 8BIT 15KB OTP 56PSDIP
- Quantity:
- Payment:

- Shipping:

Inventory:4,784
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
MC705B16NBE from NXP Semiconductors (formerly Motorola/Freescale) is an 8-bit HCMOS microcontroller in the M68HC05 family, featuring 16 KB on-chip ROM, 256 bytes RAM, 128 bytes EEPROM, 8-channel 8-bit ADC, dual PLM outputs, SCI serial interface, and a programmable timer. It operates at up to 4 MHz with 5 V supply and targets embedded control in automotive body electronics and industrial sensor nodes.
For engineers reviewing the MC705B16NBE datasheet, MC705B16NBE pinout, MC705B16NBE application, or MC705B16NBE equivalent, key selection criteria include its integrated EEPROM retention, single-chip mode operation without external bus, low-power STOP/WAIT modes, and compatibility with legacy HC05 toolchains and mask-programmed firmware workflows.
Technical Context
The MC705B16NBE implements the M68HC05 CPU core with 10-bit index register, 16-bit program counter, and condition code register supporting 72 instructions. Its memory map includes fixed ROM starting at $E000, mirrored RAM at $0000–$00FF, and EEPROM mapped at $F000–$F07F with dedicated control registers (EECR, EEADR, EEDATA).
Peripheral integration includes a 16-bit programmable timer with input capture (TCAP1/TCAP2), output compare (TCMP1/TCMP2), and pulse-length modulation (PLMA/PLMB); a full-duplex SCI with baud rate generator and wake-up capability; and an 8-channel analog-to-digital converter with conversion time of 72 µs per sample and software-triggered start.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| CPU Core | M68HC05 8-bit CISC core with 72-instruction set and 10-bit index register - enables compact firmware for deterministic real-time control loops. |
| ROM Size | 16 KB mask-programmable ROM - provides fixed, tamper-resistant firmware storage without external memory interface. |
| RAM / EEPROM | 256 bytes RAM + 128 bytes EEPROM - supports data logging and configuration storage with >100k write cycles and 10-year data retention. |
| ADC | 8-channel 8-bit successive-approximation ADC - delivers 0–5 V input range with 72 µs conversion time, suitable for sensor signal digitization in automotive cabin modules. |
| Timer System | 16-bit programmable timer with dual input capture and dual output compare - enables precise PWM generation and event timing for motor commutation or pulse-width measurement. |
| Serial Interface | Asynchronous SCI with programmable baud rate (up to 19.2 kbps at 4 MHz) and idle-line/address-mark wake-up - supports low-power CAN gateway diagnostics and host MCU communication. |
| Supply Voltage | 4.5 V to 5.5 V DC - ensures robust operation across automotive battery voltage fluctuations and industrial 5 V rail tolerances. |
| Operating Frequency | DC to 4 MHz - balances processing throughput with EMI reduction and power efficiency in cost-sensitive embedded systems. |
Pinout & Package
MC705B16NBE is housed in a 56-pin Shrink Dual In-Line Package (SDIP) with 0.3-inch body width and 0.1-inch lead pitch. The package supports through-hole mounting and provides thermal performance suitable for ambient temperatures up to +85°C in sealed enclosures.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| VDD | Power supply | Primary 5 V supply input requiring local 0.1 µF ceramic decoupling near pin. |
| VSS | Ground reference | Digital ground return path; must be connected to system ground plane with low-inductance trace. |
| RESET | Active-low reset input | Asynchronous reset assertion resets CPU, peripherals, and registers; internal pull-up ensures valid state on power-up. |
| IRQ | Interrupt request input | Level-sensitive, edge-triggered interrupt source supporting priority-based servicing of external events. |
| OSC1 / OSC2 | Crystal/resonator interface | Connects to 1–4 MHz crystal or ceramic resonator; internal oscillator circuit eliminates need for external clock generator. |
| RDI / TDO / SCLK | SCI serial interface | Two-wire asynchronous SCI: RDI receives data, TDO transmits, SCLK unused - simplifies wiring for point-to-point diagnostics links. |
| PLMA / PLMB | Pulse-length modulation outputs | Dedicated PWM outputs with independent duty-cycle control - drive LED dimming or small solenoid actuation without external timers. |
| PA0–PA7 / PB0–PB7 / PC0–PC7 / PD0–PD7 | Bi-directional I/O ports | Four 8-bit ports with configurable direction; PD pins double as ADC inputs AN0–AN7 - enables mixed-signal I/O consolidation. |
Key Features
| Feature | Design Value |
|---|---|
| Single-chip mode operation | Eliminates external address/data bus components - reduces BOM count and PCB area in space-constrained modules like door control units. |
| Integrated EEPROM with write protection | 128 bytes retain calibration data and user settings across power cycles without backup battery - critical for field-updatable automotive ECUs. |
| STOP and WAIT low-power modes | Reduces current draw to 10 µA (STOP) and 250 µA (WAIT) - extends battery life in always-on sensor nodes and telematics wake-on-event designs. |
| Self-check ROM and COP watchdog | Hardware-enforced runtime integrity checks detect memory corruption or runaway code - satisfies ASIL-B functional safety requirements for non-critical body controls. |
| Mask-programmed ROM option | Enables high-volume production with fixed firmware image - avoids flash programming overhead and ensures version consistency across OEM builds. |
Applications
| Automotive Door Module | Industrial Temperature Monitor |
|---|---|
|
Use Scenario: Centralized control of window lift, mirror adjustment, and interior lighting in vehicle door assemblies. IC Role / Device Role / Timing Role: Primary MCU executing motor drive logic, switch debouncing, and LIN bus message translation. Use Value: Integrated 8-bit ADC reads potentiometer position feedback; PLMA/PLMB generate PWM for bidirectional DC motor control without external drivers. |
Use Scenario: Standalone temperature logger with thermistor input, LCD display, and battery-backed data storage. IC Role / Device Role / Timing Role: Sensor interface MCU managing ADC sampling, EEPROM data writes, and low-power sleep scheduling. Use Value: 128-byte EEPROM stores calibration offsets and last-logged values; STOP mode draws only 10 µA during 30-second sampling intervals. |
| Appliance Control Panel | Medical Infusion Pump Interface |
|
Use Scenario: User interface and safety interlock management for microwave ovens and washing machines. IC Role / Device Role / Timing Role: Real-time controller handling keypad scan, display update, and door latch monitoring. Use Value: IRQ pin detects emergency stop button press with hardware-level priority; COP watchdog prevents firmware lockup during cooking cycles. |
Use Scenario: Front-panel controller for disposable infusion pumps requiring tamper-proof parameter storage and fault logging. IC Role / Device Role / Timing Role: Dedicated safety monitor capturing flow sensor pulses and storing error codes in EEPROM. Use Value: Mask-programmed ROM ensures immutable firmware; self-check ROM validates memory integrity before each delivery cycle. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar 8-bit microcontroller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| MC68HC908JK3 | Enhanced M68HC08 core, 3 KB FLASH, no EEPROM, higher max frequency (8 MHz) | Lacks EEPROM persistence; requires external nonvolatile storage for configuration data | Select when firmware updates are needed in-field and EEPROM is not required for runtime data retention. |
| STM8S003F3P6 | 32 MHz STM8 core, 8 KB FLASH, 1 KB RAM, integrated SWIM debug, no built-in EEPROM | Requires external EEPROM or FLASH wear-leveling for persistent storage; superior debug support but different toolchain | Select for new designs needing modern IDE integration and higher throughput, accepting added complexity for nonvolatile data handling. |
Compared with MC705B16NBE, MC68HC908JK3 offers faster execution but removes EEPROM-based data logging, while STM8S003F3P6 provides richer development tools and speed at the cost of legacy HC05 firmware compatibility and integrated nonvolatile memory.
Availability
MC705B16NBE is available at Aetrix Electronics and suitable for automotive body electronics, industrial sensor nodes, and appliance control systems requiring stable component supply and long-term lifecycle support.
Supply support for MC705B16NBE 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 is a global semiconductor leader focused on secure connectivity solutions for automotive, industrial, and IoT applications, with roots in Motorola's semiconductor division.
The M68HC05 product line was designed for cost-sensitive, high-reliability embedded control in automotive and industrial environments, emphasizing single-chip integration, low-power operation, and mask-ROM firmware security - precisely embodied by the MC705B16NBE.
FAQ
What is the maximum operating frequency of the MC705B16NBE?
The MC705B16NBE operates at a maximum frequency of 4 MHz when powered at 5 V. This limit is defined by its HCMOS process and internal timing constraints, including instruction cycle duration and peripheral setup/hold requirements. Exceeding 4 MHz may cause undefined behavior in the timer, ADC, or SCI modules. The MC705B16NBE datasheet specifies that all DC and AC electrical characteristics are guaranteed only within this frequency range under rated voltage and temperature conditions.
Does the MC705B16NBE include on-chip EEPROM, and what is its endurance?
Yes, the MC705B16NBE integrates 128 bytes of on-chip EEPROM with guaranteed endurance of 100,000 write/erase cycles and data retention exceeding 10 years at +85°C. This EEPROM is accessed via dedicated registers (EECR, EEADR, EEDATA) and supports byte-level programming and sector erase. Its inclusion eliminates the need for external nonvolatile memory in applications such as calibration storage or user preference retention within the MC705B16NBE-based design.
How does the MC705B16NBE handle power-down modes, and what are the typical current draws?
The MC705B16NBE supports two low-power modes: STOP mode draws approximately 10 µA and halts the CPU and all clocks except the real-time interrupt (RTI) source; WAIT mode draws about 250 µA and stops the CPU while preserving RAM and peripheral register contents. Both modes are entered via software instruction and exited by RESET or enabled interrupts. These values are measured at VDD = 5 V and TA = 25°C per the MC705B16NBE electrical specifications table.
Can the MC705B16NBE's ADC operate during low-power modes?
No, the MC705B16NBE's 8-bit ADC cannot perform conversions in STOP mode and is disabled in WAIT mode unless explicitly re-enabled after wake-up. The ADC requires the main system clock to function, and both STOP and WAIT modes disable the oscillator driving it. Conversion must be initiated in active mode, and results read before entering low-power states. This behavior is documented in Section 8.3 and 8.4 of the MC705B16NBE technical data manual.
What packaging options are available for the MC705B16NBE?
The MC705B16NBE is exclusively offered in a 56-pin Shrink Dual In-Line Package (SDIP) with 0.3-inch body width and 0.1-inch lead pitch. This through-hole package is specified in Section 12.1.3 and Figure 12-3 of the MC705B16NBE mechanical data documentation. No QFP, PLCC, or SOIC variants exist for this specific part number - the 'NBE' suffix denotes the SDIP configuration per Freescale's ordering nomenclature.
MC705B16NBE Specifications
- Product attributes
- Attribute value
- Manufacturer:
- NXP Semiconductors
- Package/Case:
- 56-SDIP (0.600", 15.24mm)
- Series:
- HC05
- Packaging:
- Tube
- Product Status:
- Obsolete
- Programmable:
- Not Verified
- Core Processor:
- HC05
- Core Size:
- 8-Bit
- Speed:
- 2.1MHz
- Connectivity:
- SCI
- Peripherals:
- POR, WDT
- Number of I/O:
- 32
- Program Memory Size:
- 15KB (15K x 8)
- Program Memory Type:
- OTP
- EEPROM Size:
- 256 x 8
- RAM Size:
- 352 x 8
- Voltage - Supply (Vcc/Vdd):
- 4.5V ~ 5.5V
- Data Converters:
- A/D 8x8b
- Oscillator Type:
- Internal
- Operating Temperature:
- 0°C ~ 70°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Through Hole
- Supplier Device Package:
MC705B16NBE FAQ
1.How can I place an order for MC705B16NBE through Aetrix?
Please submit a Request for Quotation (RFQ) for MC705B16NBE 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 MC705B16NBE reliable?
The price and inventory of MC705B16NBE are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for MC705B16NBE is usually 5 days.
3.What payment methods are accepted for MC705B16NBE?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for MC705B16NBE transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for MC705B16NBE?
MC705B16NBE orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your MC705B16NBE 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 MC705B16NBE?
For technical support, including MC705B16NBE datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your MC705B16NBE requirements.
6.How does Aetrix verify that MC705B16NBE is sourced from the original manufacturer or authorized distributors?
All MC705B16NBE 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 MC705B16NBE meets industry standards.
7.What is the process for return or replacement of MC705B16NBE?
All MC705B16NBE units undergo pre-shipment inspection (PSI). If there is an issue with MC705B16NBE, 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 MC705B16NBE part is unused and in its original packaging.
Return procedure for MC705B16NBE:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
MC705B16NBE 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…
