Micro Controllers
Micro Controllers
Introduction
A microcontroller (MC) may be referred to as a "computer
on chip" since it incorporates basic features of a
microprocessor, including internal ROM, RAM, parallel and
serial ports, all within a single chip.
A System on a Single Chip (SoC) integrates an entire
computer onto a single chip.
A microcontroller (MC) incorporates all the features
typically found in a microprocessor (MP), including built-in
ROM, RAM, input-output ports, serial ports, timers,
interrupts, and a clock circuit.
Introduction
The 8051 is the first microcontroller of the MCS-51
family introduced by Intel Corporation at the end of 1981.
Microcontroller (MC) can be classified based on the
number of bits they process such as 8 bit MCs and 16 bit
MCs.
An 8-bit microcontroller can read, write, and process
data in 8-bit units (An 8-bit microcontroller can process 8
bits of data at a time).
The 8051 microcontroller is essentially 8-bit, which
specifies the size of its data bus.
It is widely used in various applications, including
washing machines, robotics, and others.
Introduction
Microcontrollers provide satisfactory performance for
small applications. However, for larger applications, the
memory requirement for program storage is limited.
Therefore, for large applications, we prefer
microprocessors over microcontrollers due to their high
processing speed and larger memory capacity.
8-bit microcontrollers are commonly used in low-end
applications that do not require significant processing
power, such as remote controls, toys, and simple sensors.
Applications:
Home & Office:
Appliances, intercom, telephones, security systems, garage door
openers, answering machines, fax machines, Cable TV tuner, VCR,
cam corder, remote controls, video games, cellular phones, exercise
equipment, microwave, copier, laser printer, paging
Automobile:
Trip computer, engine control, air bag, ABS, instrumentation, security
system, transmission control
Major 8-bit microcontrollers
Motorola’s 6811
Intel’s 8051
Zilog’s Z8
Microchip’s PIC