CPU Registers

12 months ago

A register is basically an n-bit binary storage element. CPU registers are usually used to temporarily hold data and memory…

Development Boards for PIC Microcontrollers Programming

12 months ago

Development boards are helpful microcontroller learning tools. Simple development boards contain just a microcontroller and the required clock circuitry. More…

Computer Programming Model

12 months ago

The programming model of a computer system refers to the assembly language programmer’s view of the system. From the programmer’s…

Design Metrics Employed in Embedded Systems

12 months ago

We have a number of design metrics you need to put into consideration when designing embedded systems. The following are…

How Microprocessors differs from Microcontrollers

12 months ago

In terms of functionality, for the microprocessor to be used, other components such as memory or components that provide I/O…

PIC Microcontroller Input-Output Ports Programming in C

12 months ago

PIC microcontroller input-output ports are named PORTA, PORTB, PORTC, etc. depending on the type of microcontroller you are using. Port…

Classification of Computers

12 months ago

Computers can be classified into various types, depending upon the technology used or the size and capacity or the applications…

Digital Computer Hardware Organization

12 months ago

What is a Digital Computer? A digital computer is a device capable of solving problems and manipulating information under the…

Basic Elements of an Arduino UNO Revision 3 Board

12 months ago

Arduino is a small-sized microcontroller board with supplementary components that has been designed to facilitate the use of a microcontroller…

Networked Embedded Systems

12 months ago

Each specific IO device can be connected to others using specific interfaces, for instance, an IO device connects and is…