Microcontrollers

Basic Features of 68HC11 Family of Microcontrollers

The 68HC11 (also abbreviated as 6811 or HC11) is an 8-bit microcontroller that was introduced by Motorola in the year 1984. The production of these chips was later done by Freescale semiconductor. Currently they are fabricated by NXP semiconductors which acquired Freescale semiconductor.

I have listed some of the basic features of 68HC11 family of microcontrollers in the next section; however, it is important to keep in mind that, you can access the detailed and latest specifications from the official documentation for that particular device you are working with from the manufacturer’s website.

Microcontroller & Peripheral Related Features

Some of the basic features of 68HC11 microcontrollers include:

  • Fully static chip design using an 8-bit M68HC11 core.
  • Clock speed of 5 MHz.
  • 0/256/512/768/1024 bytes on-chip RAM (in different variants).
  • 0/12/20 kB of on-chip ROM or EPROM (in different variants).
  • 0/512/2048 bytes on-chip EEPROM (in different variants).
  • Power saving STOP and WAIT modes
  • Available in six different package styles.
  • Asynchronous non-return-to-zero (NRZ) serial communication interface (SCI).
  • Synchronous serial peripheral interface (SPI).
  • Eight-channel.
  • 8-bit analog-to-digital converter.
  • 16-bit timer system including three input capture channels.
  • Four output compare channels.
  • Additional channel configurable as an input or an output channel.
  • 8-bit pulse accumulator.
  • 38 general-purpose I/O pins including 16 bidirectional I/O pins.
  • 11 input only pins, and 11 output only pins.

Architecture and Pin Connection Diagrams

The figure below illustrates the architecture of the 68HC11 family of microcontrollers:

The pin connection diagrams are shown in Figure 1.1 (56-pin SDIP package) and Figure 1.2 (48-pin DIP package). DIP and SDIP stand for dual in-line package and shrink dual in-line package.

Also read: Microcontroller Architectures

Figure 1.2 68HC11 in the 48-pin DIP package

Share
John Mulindi

John Mulindi has a background in a technical field and he writes on topics ranging from automation, computer systems, embedded systems, mechatronics to measurement and control.

Recent Posts

Key Features of PIC16X84 Family of Microcontrollers

PIC microcontrollers are fabricated by Microchip Technology. PIC16C84 and PIC16F84 are the two microcontrollers in…

3 months ago

How to Create a PIC Tracing LEDs Project in C

I am creating this project in C language using MPLAB X IDE XC8 compiler. However,…

3 months ago

ADD Instruction in Intel 8051 (MCS-51) Microcontroller

The ADD instruction tells the microcontroller’s CPU to add the source byte to register A…

3 months ago

Main Features of Intel 8086 Microprocessor

8-bit microprocessors are limited in their speed (the number of instructions that can be executed…

3 months ago

Process Synchronization using Semaphores

Mutual exclusion typically imposes some conditions on access to a given resource by two or…

4 months ago

The Procedure for Designing a Microcontroller-Based System

In envisaging a new microcontroller design, it is prudent to follow a design procedure that…

4 months ago