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.…

9 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 and put the result in…

9 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 by Motorola in the year…

9 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 will take you from the…

10 months ago

Main Features of 80C51, 87C51 and 80C31 Microcontrollers

All these three types of microcontrollers are 8-bit manufactured by NXP semiconductors with embedded Intel processors. Some of the key…

10 months ago

Common Instructions Types in PIC Microcontrollers

Every microcontroller family has its own set of instructions that are typically carried out in a similar set of operations…

10 months ago

How to Interface PIC Microcontroller to Input & Output Devices

In this article, we discuss how to interface the PIC microcontroller to various types of input and output devices. A…

11 months ago

6 Types of Microprocessor Addressing Modes

Microprocessors perform operations on data stored in the register or memory. This data is specified in the operand field of…

11 months ago

The MOV Instruction in Intel 8051 (MCS-51) Microcontroller

The MOV instruction tells the CPU to move (in actual fact COPY) the source operand to the destination operand. MOV…

11 months ago

SIMD, MISD & MIMD Multiple Processor Architectures

Introduction Parallel processing, in which applications are partitioned into multiple tasks that are executed concurrently by multiple processors is used…

11 months ago