Lecture 1 Microcontrollers Converted
Lecture 1 Microcontrollers Converted
I64T001M16
NVQ 6 semester 1
26/12/2020
Conten
t
• History
• Microprocessor
• Microcontroller
• Useful circuits
• MCU programming
• MCU applications
History
GPU-Graphics processing unit
A Brief History of the Microprocessor
1968, Fairchild introduces the 3708 the first silicon-
gate IC.
Project leader Federico Faggin and Tom Klein would
be the first to implement silicon gate technology to
develop the first commercialized microprocessor.
Federico Fagging and Tom Klein worked at Fairchild
R&D where silicon gate technology was developed.
This technology would later be used on the world
first commercial microprocessor.
• In 1971, under the direction of Federico
Faggin, Intel releases the Intel 4004, a 4-bit
central processing unit, as the first
commercially available microprocessor.
The higher the frequency of the CPU's clock, the more logical
operations it can perform per second. So, as the frequency of the
CPU's clock increases, the time required to perform tasks
decreases.
Architecture of a microprocessor
• https://www
.youtube.com/watch?v=aj8gdnUj WD8
Microprocessor Instruction Cycle
• https://www
.youtube.com/watch?v=DHeS6n Q_dmY
Basics of Microcontrollers
Microcontroller is a single chip micro computer.
A microcontroller also called an embedded
controller because the microcontroller and its
support circuits are often built into, or
embedded in, the devices they control.
You can find microcontrollers in all kinds of
electronic devices these days. Any device that
measures, stores, controls, calculates, or
displays information must have a
microcontroller chip inside.
The largest single use for microcontrollers is in
automobile industry (microcontrollers widely
used for controlling engines and power controls
in automobiles). You can also find
microcontrollers inside keyboards, mouse,
modems, printers, and other peripherals.
In test equipment, microcontrollers make it easy
to add features such as the ability to store
measurements, to create and store user
routines, and to display messages and
waveforms.
Consumer products that use microcontrollers
include digital camcorders, optical players,
LCD/LED display units, etc.
A microcontroller basically contains one or more
following components:
• Central processing unit(CPU)
• Random Access Memory)(RAM)
• Read Only Memory(ROM)
• Input/output ports
• Timers and Counters
• Interrupt Controls
• Analog to digital converters
• Digital analog converters
• Serial interfacing ports
• Oscillatory circuits
8051 Microcontroller Architecture
An oscillator is a device that can give you a clock at a certain frequency given a constant
voltage.
One part of the oscillator is a crystal that is basically a very good filter.
Most microcontrollers only require a crystal because they contain all other parts of an
oscillator already. In these cases, just hook up the crystal pins to the XTAL (or whatever
they are called) pins on the microcontroller, and add the load capacitances from the
pins to ground. Do not supply any external voltage.
Input/output Port:
As we know that Microcontroller is used in Embedded systems to
control the operation of machines. Therefore to connect it to
other machines, devices or peripherals we requires I/O
interfacing ports in Microcontroller. For this purpose
Microcontroller 8051 has 4 input output ports to connect it to
other peripherals.
Timers/Counters:
Microcontroller 8051 has 2 16 bit timers and
counters. The counters are divided into 8 bit
registers. The timers are used for measurement
of intervals , to determine pulse width etc.
Microcontroller advantages &
disadvantages
Examples for embedded systems