PIC Microcontrollers

Key Features of PIC16X84 Family of Microcontrollers

PIC microcontrollers are fabricated by Microchip Technology. PIC16C84 and PIC16F84 are the two microcontrollers in the PIC16X84 family of microcontrollers. PIC16F84 is the enhanced version of PIC16C84.

Microcontroller & Peripheral Related Features

PIC16X84 family of microcontrollers possess the following key features:

  • High performance RISC CPU.
  • 14-bit wide instructions.
  • 8-bit wide data path.
  • 1024 x 14 EEPROM program memory.
  • 64 bytes of on-chip data EEPROM.
  • 36 x 8 general-purpose registers (16C84).
  • 68 bytes of data RAM (16F84).
  • 15 special-function hardware registers (16F84).
  • A clock speed of 10/20 MHz (16C84/16F84).
  • Direct, indirect and relative addressing modes.
  • Power saving SLEEP mode.
  • 4 interrupt sources.
  • 13 I/O pins with individual direction control.
  • High current sink/source for direct LED drive.
  • 8-bit timer/counter with an 8-bit programmable pre-scaler.

Architecture and Pin Connection Diagrams

Architecture of PIC16X84 family of microcontrollers

Pin connection diagram

Figure 1.1 Pin connection diagram in the 18-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

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

Basic Features of 68HC11 Family of Microcontrollers

The 68HC11 (also abbreviated as 6811 or HC11) is an 8-bit microcontroller that was introduced…

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