How to Create a PIC Project using MPLAB X IDE

In this article, we look at the steps of developing a simple XC8-based project; we will go through the steps in creating a source file using the MPLAB X IDE, then compiling the file. Additionally, we will show you how … Read More

RISC vs. CISC Processors

Both reduced instruction set computer (RISC) and complex instruction set computer (CISC) refer to the instruction set of a microcontroller.

RISC vs. CISC Processors

RISC Processors

In an 8-bit RISC microcontroller, data is 8 bits wide but the instruction words are more than 8 … Read More

Microcontroller Architectures

Two types of architectures are standard in microcontrollers, that is, Von Neumann and Harvard architectures.

Von Neumann Architecture

Von Neumann architecture is used by a large percentage of microcontrollers. It places all memory space on the same bus; instruction and … Read More

Key Factors to Consider When Selecting a Microcontroller

Key Factors to Consider When Selecting a Microcontroller

When selecting a microcontroller we have basic factors you need to put into consideration, as stated below:

The Number of Input/output Pins

Find out the number of input/output pins that are going to be required for the application.

The Interfaces

Read More

The Essential Features of Microcontrollers

We have different types of microcontrollers from different manufacturers characterized by different architectures and capabilities. Some may suit a specific application while others may be totally inappropriate for the same application.

Some of the common features of most microcontrollers are … Read More