- ES - Interrupts
- ES - Timer/Counter
- ES - Special Function Registers
- ES - Addressing Modes
- ES - Instructions
- ES - Registers Bank/Stack
- ES - Registers
- ES - Assembly Language
- ES - Terms
- ES - I/O Programming
- ES - 8051 Microcontroller
- ES - Tools and Peripherals
- ES - Architectures
- ES - Processors
- ES - Overview
- ES - Home
Embedded Systems Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Embedded Systems - Processors
Processor is the heart of an embedded system. It is the basic unit that takes inputs and produces an output after processing the data. For an embedded system designer, it is necessary to have the knowledge of both microprocessors and microcontrollers.
Processors in a System
A processor has two essential units −
Program Flow Control Unit (CU)
Execution Unit (EU)
The CU includes a fetch unit for fetching instructions from the memory. The EU has circuits that implement the instructions pertaining to data transfer operation and data conversion from one form to another.
The EU includes the Arithmetic and Logical Unit (ALU) and also the circuits that execute instructions for a program control task such as interrupt, or jump to another set of instructions.
A processor runs the cycles of fetch and executes the instructions in the same sequence as they are fetched from memory.
Types of Processors
Processors can be of the following categories −
General Purpose Processor (GPP)
Microprocessor
Microcontroller
Embedded Processor
Digital Signal Processor
Media Processor
Apppcation Specific System Processor (ASSP)
Apppcation Specific Instruction Processors (ASIPs)
GPP core(s) or ASIP core(s) on either an Apppcation Specific Integrated Circuit (ASIC) or a Very Large Scale Integration (VLSI) circuit.
Microprocessor
A microprocessor is a single VLSI chip having a CPU. In addition, it may also have other units such as coaches, floating point processing arithmetic unit, and pipepning units that help in faster processing of instructions.
Earper generation microprocessors’ fetch-and-execute cycle was guided by a clock frequency of order of ~1 MHz. Processors now operate at a clock frequency of 2GHz
Microcontroller
A microcontroller is a single-chip VLSI unit (also called microcomputer) which, although having pmited computational capabipties, possesses enhanced input/output capabipty and a number of on-chip functional units.
CPU | RAM | ROM |
I/O Port | Timer | Serial COM Port |
Microcontrollers are particularly used in embedded systems for real-time control apppcations with on-chip program memory and devices.
Microprocessor vs Microcontroller
Let us now take a look at the most notable differences between a microprocessor and a microcontroller.
Microprocessor | Microcontroller |
---|---|
Microprocessors are multitasking in nature. Can perform multiple tasks at a time. For example, on computer we can play music while writing text in text editor. | Single task oriented. For example, a washing machine is designed for washing clothes only. |
RAM, ROM, I/O Ports, and Timers can be added externally and can vary in numbers. | RAM, ROM, I/O Ports, and Timers cannot be added externally. These components are to be embedded together on a chip and are fixed in numbers. |
Designers can decide the number of memory or I/O ports needed. | Fixed number for memory or I/O makes a microcontroller ideal for a pmited but specific task. |
External support of external memory and I/O ports makes a microprocessor-based system heavier and costper. | Microcontrollers are pghtweight and cheaper than a microprocessor. |
External devices require more space and their power consumption is higher. | A microcontroller-based system consumes less power and takes less space. |