SlideShare a Scribd company logo
1 of 25
Submitted By :-
Piyush Kansal
1320911
ECE
“Special purpose system which are either used as standalone or part of a
big system” 
An Embedded System is one that has computer hardware with software
embedded in it as one of its important components.
An embedded product uses a microprocessor (or microcontroller) to do
one task and one task only.
A printer is an example of embedded system since the processor inside
it
performs only one task; namely, getting the data and printing it
īƒ˜Household appliances
īƒ˜Integrated systems in aircrafts
and missiles
īƒ˜Cellular telephones
īƒ˜Electric and Electronic Motor
controllers
īƒ˜Engine controllers in
automobiles
īƒ˜Calculators
īƒ˜Medical equipment’s
īƒ˜Videogames
īƒ˜Digital musical instruments
WHERE ARE THEY PRESENT
?
īƒ˜ CPU: Central Processing Unit
īƒ˜ I/O: Input /Output
īƒ˜ Bus: Address bus & Data bus
īƒ˜ Memory: RAM & ROM
īƒ˜ Timer
īƒ˜ Interrupt
“A Microprocessor is a general purpose chip used to create multifunction
device ”
īƒ˜No RAM, ROM, I/O ports on CPU chip itself
īƒ˜CPU is stand-alone, Must add RAM, ROM, I/O ports, and timers
externally to make them functional
īƒ˜Designer can decide on the amount of ROM, RAM and I/O ports
īƒ˜Example īŧš Intel’s x86, Motorola’s 680x0
“A Microcontroller is a computer-on-a-chip optimized to control Electronic
devices”
īƒ˜CPU + I/O + Timer(s) [+ ROM] [+ RAM] īƒ All on single chip
īƒ˜Limited RAM space, ROM space and I/O pins
īƒ˜Low chip-count to implement a small system
īƒ˜Low-cost at large quantities
īƒ˜Development tools readily available at reasonable cost
Microprocessor
īŊ CPU is stand-alone, RAM, ROM, I/O, timer
are separate
â€ĸ Designer can decide the amount of ROM,
RAM and I/O ports
â€ĸ Expansive
īŊ Versatility
â€ĸ General-purpose
Microcontroller
â€ĸ CPU, RAM, ROM, I/O and
timer are all on a single chip
īŊ Fix amount of on-chip ROM,
RAM, I/O ports
īŊ For applications in which cost,
power and space are critical
īŊ Not Expansive
īŊ Single-purpose
Following must be kept in mind while choosing a
microcontroller
īƒ˜ Speed
īƒ˜ Packaging
īƒ˜ Power consumption
īƒ˜ The amount of RAM and ROM on chip
īƒ˜ The number of I/O pins and the timer on chip
īƒ˜ How easy to upgrade to higher performance or lower power-
consumption versions
īƒ˜ Cost per unit
CPU
Program
+ Data
Address Bus
Data Bus
Memory
Von Neumann
Architecture
CPU
Program
Address Bus
Data Bus
Harvard
Architecture
Memory
Data
Address Bus
Fetch Bus
0
0
0
2n
The Intel 8051 is used in embedded systems
has
īƒ˜8-bit CPU
īƒ˜4k bytes ROM for the program
īƒ˜128 BYTES of RAM for variables
īƒ˜32 I/O lines ( 4 PORTS WITH 8 EACH )
īƒ˜2 timers
īƒ˜6 interrupt sources
īƒ˜Low cost per chip
8051 PIN description
P1.0
P1.1
P1.2
P1.3
P1.4
P1.5
P1.6
P1.7
RST
(RXD) P3.0
(TXD) P3.1
(INT0) P3.2
(INT1) P3.3
(T0) P3.4
(T1) P3.5
(WR) P3.6
(RD) P3.7
XTAL2
XTAL1
GND
P2.7 (A15)
P2.6 (A14)
P2.5 (A13)
P2.4 (A12)
P2.3 (A11)
P2.2 (A10)
P2.1 (A9)
P2.0 (A8)
PSEN
ALE/PROG
EA/VPP
P0.7 (AD7)
P0.6 (AD6)
P0.5 (AD5)
P0.4 (AD4)
P0.3 (AD3)
P0.2 (AD2)
P0.1 (AD1)
P0.0 (AD0)
Vcc
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
23
22
21
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
8051
8051 microcontroller has four I/O ports P0, P1, P2 and P3 each use 8 pins making
them 8 bit ports. All the ports can be used as either input or output
īŊPort 0: Port 0 occupies a total of 8 pins (pins 32-39) .It can be used for input or
output. To use the pins of port 0 as both input and output ports, each pin must be
connected externally to a 10K ohm pull-up resistor.
īŊPort 1: Port 1 occupies a total of 8 pins (pins 1-8). It can be used as input or
output. In contrast to port 0, this port does not need any pull-up resistors since it
already has pull-up resistors internally.
īŊPort 2 : Port 2 occupies a total of 8 pins (pins 21- 28). It can be used as input or
output. Just like P1, P2 does not need any pull-up resistors since it already has
pull-up resistors internally.
īŊPort 3 : Port 3 occupies a total of 8 pins (pins 10 -17). It can be used as input or
output. P3 does not need any pull-up resistors, the same as P1 and P2 did not.
Port 3 has the additional function of providing some extremely important signals
such as interrupts, etc.
īƒ˜VCC (Pin-40): Vcc provides supply voltage to the chip. The
voltage source is +5V.
īƒ˜GND (Pin-20): It is ground pin.
īƒ˜RST (Pin-9): It is reset pin. Upon applying high pulse to this
pin the micro controller will reset and terminate all activities.
īƒ˜XTAL1 & XTAL2 (Pin-18,19): These 2 pins provide external
clock using a quartz crystal oscillator Crystal inputs for
internal oscillator.
īƒ˜PSEN (Pin-29): Program Store Enable, the read signal for
external program memory.
īƒ˜ALE (Pin-30): Address Latch Enable, to latch address outputs
at Port0 and Port2, used for both data and address transmission.
īƒ˜EA (Pin-31): External Access pin should be connected to Vcc in
order to fetch code from internal program memory and to fetch
code from external program memory EA is connected to Ground.
īƒ˜Interrupts (Pin-12,13): An interrupt is an event that disturbs the
microcontroller to inform it that a device needs its service.
īƒ˜Timers/Counters (Pin-14,15): They are used for counting
internal or external events.
TI MER 8051 is of two types
īƒ˜ Timer T0 16-bit
īƒ˜ Timer T1 16-bit
Features
īŊ Both Timer T0 and T1 are 16 bits wide.
īŊ When used as a “timer” the register is programmed
to count internal clock pulses
īŊ When used as a “counter” the register is
programmed to count external clock pulses
Interrupt is an event that causes program to change
its normal execution and branch up to specific
subroutine putting normal program on hold.
īƒ˜Whenever any device needs its service, the device
notifies the microcontroller by sending it an interrupt
signal.
īƒ˜Upon receiving an interrupt signal, the microcontroller
interrupts whatever it is doing and serves the device.
Different addressing modes in 8051 microcontroller are
â€ĸIMMEDIATE ADDRESSING
â€ĸREGISTER ADDRESSING
â€ĸDIRECT ADDRESSING
â€ĸREGISTER INDIRECT ADDRESSING
Immediate Addressing :
This addressing mode is named as “immediate” because it transfers an data
immediately to the destination operand.
For example -
īŊMOV A, #77H ; Loads 77 (hexadecimal) to A and stores in A
īŊADD A, #4DH ; Adds 4D (hexadecimal) to A and stores in A
īŊMOV DPTR, #1234H ; Moves 1234 (hexadecimal) to data pointer
The ‘#’ symbol before 77H indicates that operand is a data (8 bit). If ‘#’ is not present
then the hexadecimal number would be taken as address
Register Addressing :
Used while moving data between two registers.
Moving data between two Rn registers is not allowed.
For example-
īŊADD A, R0 ;Adds content of R0 to A and stores in A
īŊMOV A, R1 ;Copy contents of R1 into A
Direct Addressing :
There are 128 bytes of RAM in 8051 and have been assigned addresses 00
to 7FH. Entire 128 bytes of RAM can be accessed by using direct addressing
mode.
For example -
īŊMOV R0, 088H; Save the contents of RAM location 88h to R0
Register Indirect Addressing :
An address is considered to be the address of an address, rather than the
address of a value.
For example -
īŊMOV A, @R0; Moves content of address pointed by R0 to A
Value inside R0 is considered as an address, which holds the data to be
transferred to Accumulator.
Embedded systems are more than part of human life. For instance, one cannot imagine life without
mobile phones for personal communication. Its presence is virtually unavoidable in almost all facets of
human endeavor.
We can clearly identify the trend as to where the future of embedded systems is heading.
Conventionally, chip manufacturers developed faster single core processors to meet the ever increasing
performance requirements but soon they realized that increasing frequency, though offered certain
benefits had drawbacks too such as:
â€ĸ    It drove to higher power consumption
â€ĸ    Overall cost increased as the peripherals surrounding also needed to operate at matching
speed, which was truly not practical in all cases, there by driving the costs.
So semiconductor manufacturers recognized that the way forward is to build processors that run at
lower frequency and voltages but include parallel cores onto single chip. The overall performance
increases because multicores can perform more than one task at given point of time, so today most of
our devices such as smartphones, are indeed getting 'smarter‘ and ‘smaller’
Embedded operating systems
Traditionally embedded systems did away with an operating system (OS), it had lightweight
control program/monitor to offer limited I/O and memory services, however, as the systems
became complex, it was inevitable to have OS which offered low latency real-time response.
Most of the new designs today are moving away from proprietary OS and tool chains and are
more and more opting for open source platforms both of development and deployment as the
key market differentiator for them is cost.
Royalty free licensing deployment is the key for reducing the end user costs so OS like Linux
embedded and new OS such as Android are making inroads into places where traditionally
Windows CE/Vx works etc., used to play. Today many new handhelds and smart phones are
embracing Android.
Convergence embedded systems and applications
The retail segment is one of the fastest growing segments in emerging markets and the trend in
retail markets is moving towards improving the user experience, which is most certainly setting
trend towards increased performance, connectivity and rich graphics, while reducing power
consumption and size of the device.
Ultrabook is a latest example which aims in reducing size of conventional laptops, while
efficiently managing power consumption and also improving performance
Healthcare
Electronic medical devices and other technological innovations with the convergence of biotech,
nanotech, manufacturing tech making breathtaking transformations in healthcare delivery and
creating new health care paradigms.
The fastest growing markets within medical for semiconductors are home monitoring and
diagnostic device ECG, pulse rate, temperature, oxygen, blood pressure etc.
Embedded digital security and surveillance
In the ever increasing interconnected world, Digital embedded security is no more an option but
a necessity as it is very critical for more transactions happening over embedded devices as front
ends.
Digital security and surveillance is currently in the host of new applications in the embedded
arena which is benefiting from multicore phenomenon.
The applications based on computer vision and tracking offers multiple benefits in capturing, post
processing and identification and alerting of security video in real time.
Telecommunications
If ever there is an industry that has reaped the benefits to Embedded Technology, for sure, it is
only Telecommunications.  The Telecom industry utilizes numerous embedded systems from
telephone switches for the network to mobile phones at the end-user.
Automotive
With drive across the world to improve on emission controls and bring in efficiency in
usage of fossil fuels, the automotive segment is challenged by various factors and
embedded systems are clearly the ways and means of achieving multiple objectives in
this segment taking it from infotainment systems, engine control unit, Car-area-network,
fuel management, safety systems all need embedded to be in it.
Entertainment
While we have seen mobiles, handhelds, iPods etc., have changed the landscape of the
personal entertainment in the world in the recent past, the emerging trend is adding more
intelligence in the personal entertainment, communication devices by converging the
social networks, city information, location based services into a single device.
Smart cards industry
Smart cards, though began prominently as either a debit or a credit card, are now being
introduced in personal identification and entitlement schemes at regional, national, and
international levels. Smart cards are appearing now as Citizen Cards, drivers’ licenses,
and patient cards.
Ppt embedded

More Related Content

What's hot

INTRODUCTION TO MICROCONTROLLER
INTRODUCTION TO MICROCONTROLLERINTRODUCTION TO MICROCONTROLLER
INTRODUCTION TO MICROCONTROLLERAnkita Jaiswal
 
8051 microcontroller lecture ppt by Tarun Khaneja ( 9034406598 )
8051 microcontroller lecture ppt by Tarun Khaneja ( 9034406598 )8051 microcontroller lecture ppt by Tarun Khaneja ( 9034406598 )
8051 microcontroller lecture ppt by Tarun Khaneja ( 9034406598 )Tarun Khaneja
 
8051 microcontroller features
8051 microcontroller features8051 microcontroller features
8051 microcontroller featuresTech_MX
 
Microcontroller presentation
Microcontroller presentationMicrocontroller presentation
Microcontroller presentationxavierpaulino
 
Microcontroller 8051
Microcontroller 8051Microcontroller 8051
Microcontroller 8051Sadiq Rahim
 
Presentation on Embedded system using micro controller by PARAS JHA
Presentation on Embedded system using micro controller  by PARAS JHAPresentation on Embedded system using micro controller  by PARAS JHA
Presentation on Embedded system using micro controller by PARAS JHAParas Jha
 
Study of 8051 microcontroller
Study of 8051 microcontrollerStudy of 8051 microcontroller
Study of 8051 microcontroller918007165995
 
8051 microcontroller
8051 microcontroller 8051 microcontroller
8051 microcontroller Gaurav Verma
 
Microcontroller 8051
Microcontroller 8051Microcontroller 8051
Microcontroller 8051guest70d48b1
 
The 8051 microcontroler based embedded systems
The 8051 microcontroler based embedded systemsThe 8051 microcontroler based embedded systems
The 8051 microcontroler based embedded systemsmanishpatel_79
 
Solution manual the 8051 microcontroller based embedded systems
Solution manual the 8051 microcontroller based embedded systemsSolution manual the 8051 microcontroller based embedded systems
Solution manual the 8051 microcontroller based embedded systemsmanishpatel_79
 
8051 Microcontroller ppt
8051 Microcontroller ppt8051 Microcontroller ppt
8051 Microcontroller pptRahul Kumar
 
8086 Interrupts & With DOS and BIOS by vijay
8086 Interrupts &  With DOS and BIOS  by vijay8086 Interrupts &  With DOS and BIOS  by vijay
8086 Interrupts & With DOS and BIOS by vijayVijay Kumar
 
8051 Microcontroller Notes
8051 Microcontroller Notes8051 Microcontroller Notes
8051 Microcontroller NotesDr.YNM
 
Embedded System Real Time Operating System (ERTS) I unit by vijay
Embedded System Real Time Operating System (ERTS) I unit by vijayEmbedded System Real Time Operating System (ERTS) I unit by vijay
Embedded System Real Time Operating System (ERTS) I unit by vijayVijay Kumar
 

What's hot (20)

MICROCONTROLLER 8051
MICROCONTROLLER 8051MICROCONTROLLER 8051
MICROCONTROLLER 8051
 
Question Bank microcontroller 8051
Question Bank microcontroller 8051Question Bank microcontroller 8051
Question Bank microcontroller 8051
 
INTRODUCTION TO MICROCONTROLLER
INTRODUCTION TO MICROCONTROLLERINTRODUCTION TO MICROCONTROLLER
INTRODUCTION TO MICROCONTROLLER
 
8051 microcontroller lecture ppt by Tarun Khaneja ( 9034406598 )
8051 microcontroller lecture ppt by Tarun Khaneja ( 9034406598 )8051 microcontroller lecture ppt by Tarun Khaneja ( 9034406598 )
8051 microcontroller lecture ppt by Tarun Khaneja ( 9034406598 )
 
8051 microcontroller features
8051 microcontroller features8051 microcontroller features
8051 microcontroller features
 
Microcontroller presentation
Microcontroller presentationMicrocontroller presentation
Microcontroller presentation
 
Microcontroller 8051
Microcontroller 8051Microcontroller 8051
Microcontroller 8051
 
8051 Microcontroller
8051 Microcontroller8051 Microcontroller
8051 Microcontroller
 
Presentation on Embedded system using micro controller by PARAS JHA
Presentation on Embedded system using micro controller  by PARAS JHAPresentation on Embedded system using micro controller  by PARAS JHA
Presentation on Embedded system using micro controller by PARAS JHA
 
Study of 8051 microcontroller
Study of 8051 microcontrollerStudy of 8051 microcontroller
Study of 8051 microcontroller
 
Microcontroller ppt
Microcontroller pptMicrocontroller ppt
Microcontroller ppt
 
8051 microcontroller
8051 microcontroller 8051 microcontroller
8051 microcontroller
 
Microcontroller
MicrocontrollerMicrocontroller
Microcontroller
 
Microcontroller 8051
Microcontroller 8051Microcontroller 8051
Microcontroller 8051
 
The 8051 microcontroler based embedded systems
The 8051 microcontroler based embedded systemsThe 8051 microcontroler based embedded systems
The 8051 microcontroler based embedded systems
 
Solution manual the 8051 microcontroller based embedded systems
Solution manual the 8051 microcontroller based embedded systemsSolution manual the 8051 microcontroller based embedded systems
Solution manual the 8051 microcontroller based embedded systems
 
8051 Microcontroller ppt
8051 Microcontroller ppt8051 Microcontroller ppt
8051 Microcontroller ppt
 
8086 Interrupts & With DOS and BIOS by vijay
8086 Interrupts &  With DOS and BIOS  by vijay8086 Interrupts &  With DOS and BIOS  by vijay
8086 Interrupts & With DOS and BIOS by vijay
 
8051 Microcontroller Notes
8051 Microcontroller Notes8051 Microcontroller Notes
8051 Microcontroller Notes
 
Embedded System Real Time Operating System (ERTS) I unit by vijay
Embedded System Real Time Operating System (ERTS) I unit by vijayEmbedded System Real Time Operating System (ERTS) I unit by vijay
Embedded System Real Time Operating System (ERTS) I unit by vijay
 

Similar to Ppt embedded

Embeded system by Mitesh Kumar
Embeded system by Mitesh KumarEmbeded system by Mitesh Kumar
Embeded system by Mitesh KumarMitesh Kumar
 
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptx
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptxINDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptx
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptxMeghdeepSingh
 
microcontroller 8051 17.07.2023.pdf
microcontroller 8051 17.07.2023.pdfmicrocontroller 8051 17.07.2023.pdf
microcontroller 8051 17.07.2023.pdf818Farida
 
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III The 8051 Microcontrollers
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III  The 8051 MicrocontrollersSYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III  The 8051 Microcontrollers
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III The 8051 MicrocontrollersArti Parab Academics
 
Project Report On Micro-controller Embedded System
Project Report On Micro-controller Embedded SystemProject Report On Micro-controller Embedded System
Project Report On Micro-controller Embedded SystemRkrishna Mishra
 
EMBEDDED SYSTEMS AND IOT lab manual for enginnering students
EMBEDDED SYSTEMS AND IOT lab manual for enginnering studentsEMBEDDED SYSTEMS AND IOT lab manual for enginnering students
EMBEDDED SYSTEMS AND IOT lab manual for enginnering studentseceprinter6
 
embedded system and microcontroller
 embedded system and microcontroller embedded system and microcontroller
embedded system and microcontrollerSHILPA Sillobhargav
 
Microcontroller 8051 gs
Microcontroller 8051 gsMicrocontroller 8051 gs
Microcontroller 8051 gsMoorthy Peesapati
 
Embedded training report(mcs 51)
Embedded training report(mcs 51)Embedded training report(mcs 51)
Embedded training report(mcs 51)Gurwinder Singh
 
embedded system
embedded systemembedded system
embedded systemVivek Ranjan
 
Micro Controller 8051 of Speedo Meter using KEIL Code
Micro Controller 8051 of Speedo Meter using KEIL CodeMicro Controller 8051 of Speedo Meter using KEIL Code
Micro Controller 8051 of Speedo Meter using KEIL CodeSunil Kumar R
 
Wireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculationWireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculationUdayalakshmi JK
 
Iot Workshop NITT 2015
Iot Workshop NITT 2015Iot Workshop NITT 2015
Iot Workshop NITT 2015Srivignessh Pss
 
Gesture based vehicle movements control and alerting system docu
Gesture based vehicle movements control and alerting system docuGesture based vehicle movements control and alerting system docu
Gesture based vehicle movements control and alerting system docuVignan Munna
 
8051 Microcontroller
8051 Microcontroller8051 Microcontroller
8051 Microcontrollerthokalpv
 

Similar to Ppt embedded (20)

Embeded system by Mitesh Kumar
Embeded system by Mitesh KumarEmbeded system by Mitesh Kumar
Embeded system by Mitesh Kumar
 
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptx
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptxINDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptx
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptx
 
8051 Presentation
8051 Presentation8051 Presentation
8051 Presentation
 
microcontroller 8051 17.07.2023.pdf
microcontroller 8051 17.07.2023.pdfmicrocontroller 8051 17.07.2023.pdf
microcontroller 8051 17.07.2023.pdf
 
Uc1(vii sem)
Uc1(vii sem)Uc1(vii sem)
Uc1(vii sem)
 
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III The 8051 Microcontrollers
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III  The 8051 MicrocontrollersSYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III  The 8051 Microcontrollers
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III The 8051 Microcontrollers
 
Project Report On Micro-controller Embedded System
Project Report On Micro-controller Embedded SystemProject Report On Micro-controller Embedded System
Project Report On Micro-controller Embedded System
 
EMBEDDED SYSTEMS AND IOT lab manual for enginnering students
EMBEDDED SYSTEMS AND IOT lab manual for enginnering studentsEMBEDDED SYSTEMS AND IOT lab manual for enginnering students
EMBEDDED SYSTEMS AND IOT lab manual for enginnering students
 
embedded system and microcontroller
 embedded system and microcontroller embedded system and microcontroller
embedded system and microcontroller
 
Microcontroller 8051 gs
Microcontroller 8051 gsMicrocontroller 8051 gs
Microcontroller 8051 gs
 
Embedded training report(mcs 51)
Embedded training report(mcs 51)Embedded training report(mcs 51)
Embedded training report(mcs 51)
 
Divya
DivyaDivya
Divya
 
embedded system
embedded systemembedded system
embedded system
 
Micro Controller 8051 of Speedo Meter using KEIL Code
Micro Controller 8051 of Speedo Meter using KEIL CodeMicro Controller 8051 of Speedo Meter using KEIL Code
Micro Controller 8051 of Speedo Meter using KEIL Code
 
Wireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculationWireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculation
 
unit-2.pptx
unit-2.pptxunit-2.pptx
unit-2.pptx
 
Iot Workshop NITT 2015
Iot Workshop NITT 2015Iot Workshop NITT 2015
Iot Workshop NITT 2015
 
Gesture based vehicle movements control and alerting system docu
Gesture based vehicle movements control and alerting system docuGesture based vehicle movements control and alerting system docu
Gesture based vehicle movements control and alerting system docu
 
8051 Microcontroller
8051 Microcontroller8051 Microcontroller
8051 Microcontroller
 
89s52 2
89s52 289s52 2
89s52 2
 

Recently uploaded

pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoÃŖo Esperancinha
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 

Recently uploaded (20)

pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 

Ppt embedded

  • 1. Submitted By :- Piyush Kansal 1320911 ECE
  • 2. “Special purpose system which are either used as standalone or part of a big system”  An Embedded System is one that has computer hardware with software embedded in it as one of its important components. An embedded product uses a microprocessor (or microcontroller) to do one task and one task only. A printer is an example of embedded system since the processor inside it performs only one task; namely, getting the data and printing it
  • 3. īƒ˜Household appliances īƒ˜Integrated systems in aircrafts and missiles īƒ˜Cellular telephones īƒ˜Electric and Electronic Motor controllers īƒ˜Engine controllers in automobiles īƒ˜Calculators īƒ˜Medical equipment’s īƒ˜Videogames īƒ˜Digital musical instruments WHERE ARE THEY PRESENT ?
  • 4. īƒ˜ CPU: Central Processing Unit īƒ˜ I/O: Input /Output īƒ˜ Bus: Address bus & Data bus īƒ˜ Memory: RAM & ROM īƒ˜ Timer īƒ˜ Interrupt
  • 5. “A Microprocessor is a general purpose chip used to create multifunction device ” īƒ˜No RAM, ROM, I/O ports on CPU chip itself īƒ˜CPU is stand-alone, Must add RAM, ROM, I/O ports, and timers externally to make them functional īƒ˜Designer can decide on the amount of ROM, RAM and I/O ports īƒ˜Example īŧš Intel’s x86, Motorola’s 680x0
  • 6. “A Microcontroller is a computer-on-a-chip optimized to control Electronic devices” īƒ˜CPU + I/O + Timer(s) [+ ROM] [+ RAM] īƒ All on single chip īƒ˜Limited RAM space, ROM space and I/O pins īƒ˜Low chip-count to implement a small system īƒ˜Low-cost at large quantities īƒ˜Development tools readily available at reasonable cost
  • 7.
  • 8. Microprocessor īŊ CPU is stand-alone, RAM, ROM, I/O, timer are separate â€ĸ Designer can decide the amount of ROM, RAM and I/O ports â€ĸ Expansive īŊ Versatility â€ĸ General-purpose Microcontroller â€ĸ CPU, RAM, ROM, I/O and timer are all on a single chip īŊ Fix amount of on-chip ROM, RAM, I/O ports īŊ For applications in which cost, power and space are critical īŊ Not Expansive īŊ Single-purpose
  • 9. Following must be kept in mind while choosing a microcontroller īƒ˜ Speed īƒ˜ Packaging īƒ˜ Power consumption īƒ˜ The amount of RAM and ROM on chip īƒ˜ The number of I/O pins and the timer on chip īƒ˜ How easy to upgrade to higher performance or lower power- consumption versions īƒ˜ Cost per unit
  • 10. CPU Program + Data Address Bus Data Bus Memory Von Neumann Architecture CPU Program Address Bus Data Bus Harvard Architecture Memory Data Address Bus Fetch Bus 0 0 0 2n
  • 11. The Intel 8051 is used in embedded systems has īƒ˜8-bit CPU īƒ˜4k bytes ROM for the program īƒ˜128 BYTES of RAM for variables īƒ˜32 I/O lines ( 4 PORTS WITH 8 EACH ) īƒ˜2 timers īƒ˜6 interrupt sources īƒ˜Low cost per chip
  • 12. 8051 PIN description P1.0 P1.1 P1.2 P1.3 P1.4 P1.5 P1.6 P1.7 RST (RXD) P3.0 (TXD) P3.1 (INT0) P3.2 (INT1) P3.3 (T0) P3.4 (T1) P3.5 (WR) P3.6 (RD) P3.7 XTAL2 XTAL1 GND P2.7 (A15) P2.6 (A14) P2.5 (A13) P2.4 (A12) P2.3 (A11) P2.2 (A10) P2.1 (A9) P2.0 (A8) PSEN ALE/PROG EA/VPP P0.7 (AD7) P0.6 (AD6) P0.5 (AD5) P0.4 (AD4) P0.3 (AD3) P0.2 (AD2) P0.1 (AD1) P0.0 (AD0) Vcc 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 23 22 21 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 8051
  • 13. 8051 microcontroller has four I/O ports P0, P1, P2 and P3 each use 8 pins making them 8 bit ports. All the ports can be used as either input or output īŊPort 0: Port 0 occupies a total of 8 pins (pins 32-39) .It can be used for input or output. To use the pins of port 0 as both input and output ports, each pin must be connected externally to a 10K ohm pull-up resistor. īŊPort 1: Port 1 occupies a total of 8 pins (pins 1-8). It can be used as input or output. In contrast to port 0, this port does not need any pull-up resistors since it already has pull-up resistors internally. īŊPort 2 : Port 2 occupies a total of 8 pins (pins 21- 28). It can be used as input or output. Just like P1, P2 does not need any pull-up resistors since it already has pull-up resistors internally. īŊPort 3 : Port 3 occupies a total of 8 pins (pins 10 -17). It can be used as input or output. P3 does not need any pull-up resistors, the same as P1 and P2 did not. Port 3 has the additional function of providing some extremely important signals such as interrupts, etc.
  • 14. īƒ˜VCC (Pin-40): Vcc provides supply voltage to the chip. The voltage source is +5V. īƒ˜GND (Pin-20): It is ground pin. īƒ˜RST (Pin-9): It is reset pin. Upon applying high pulse to this pin the micro controller will reset and terminate all activities. īƒ˜XTAL1 & XTAL2 (Pin-18,19): These 2 pins provide external clock using a quartz crystal oscillator Crystal inputs for internal oscillator. īƒ˜PSEN (Pin-29): Program Store Enable, the read signal for external program memory.
  • 15. īƒ˜ALE (Pin-30): Address Latch Enable, to latch address outputs at Port0 and Port2, used for both data and address transmission. īƒ˜EA (Pin-31): External Access pin should be connected to Vcc in order to fetch code from internal program memory and to fetch code from external program memory EA is connected to Ground. īƒ˜Interrupts (Pin-12,13): An interrupt is an event that disturbs the microcontroller to inform it that a device needs its service. īƒ˜Timers/Counters (Pin-14,15): They are used for counting internal or external events.
  • 16. TI MER 8051 is of two types īƒ˜ Timer T0 16-bit īƒ˜ Timer T1 16-bit Features īŊ Both Timer T0 and T1 are 16 bits wide. īŊ When used as a “timer” the register is programmed to count internal clock pulses īŊ When used as a “counter” the register is programmed to count external clock pulses
  • 17. Interrupt is an event that causes program to change its normal execution and branch up to specific subroutine putting normal program on hold. īƒ˜Whenever any device needs its service, the device notifies the microcontroller by sending it an interrupt signal. īƒ˜Upon receiving an interrupt signal, the microcontroller interrupts whatever it is doing and serves the device.
  • 18. Different addressing modes in 8051 microcontroller are â€ĸIMMEDIATE ADDRESSING â€ĸREGISTER ADDRESSING â€ĸDIRECT ADDRESSING â€ĸREGISTER INDIRECT ADDRESSING
  • 19. Immediate Addressing : This addressing mode is named as “immediate” because it transfers an data immediately to the destination operand. For example - īŊMOV A, #77H ; Loads 77 (hexadecimal) to A and stores in A īŊADD A, #4DH ; Adds 4D (hexadecimal) to A and stores in A īŊMOV DPTR, #1234H ; Moves 1234 (hexadecimal) to data pointer The ‘#’ symbol before 77H indicates that operand is a data (8 bit). If ‘#’ is not present then the hexadecimal number would be taken as address Register Addressing : Used while moving data between two registers. Moving data between two Rn registers is not allowed. For example- īŊADD A, R0 ;Adds content of R0 to A and stores in A īŊMOV A, R1 ;Copy contents of R1 into A
  • 20. Direct Addressing : There are 128 bytes of RAM in 8051 and have been assigned addresses 00 to 7FH. Entire 128 bytes of RAM can be accessed by using direct addressing mode. For example - īŊMOV R0, 088H; Save the contents of RAM location 88h to R0 Register Indirect Addressing : An address is considered to be the address of an address, rather than the address of a value. For example - īŊMOV A, @R0; Moves content of address pointed by R0 to A Value inside R0 is considered as an address, which holds the data to be transferred to Accumulator.
  • 21. Embedded systems are more than part of human life. For instance, one cannot imagine life without mobile phones for personal communication. Its presence is virtually unavoidable in almost all facets of human endeavor. We can clearly identify the trend as to where the future of embedded systems is heading. Conventionally, chip manufacturers developed faster single core processors to meet the ever increasing performance requirements but soon they realized that increasing frequency, though offered certain benefits had drawbacks too such as: â€ĸ    It drove to higher power consumption â€ĸ    Overall cost increased as the peripherals surrounding also needed to operate at matching speed, which was truly not practical in all cases, there by driving the costs. So semiconductor manufacturers recognized that the way forward is to build processors that run at lower frequency and voltages but include parallel cores onto single chip. The overall performance increases because multicores can perform more than one task at given point of time, so today most of our devices such as smartphones, are indeed getting 'smarter‘ and ‘smaller’
  • 22. Embedded operating systems Traditionally embedded systems did away with an operating system (OS), it had lightweight control program/monitor to offer limited I/O and memory services, however, as the systems became complex, it was inevitable to have OS which offered low latency real-time response. Most of the new designs today are moving away from proprietary OS and tool chains and are more and more opting for open source platforms both of development and deployment as the key market differentiator for them is cost. Royalty free licensing deployment is the key for reducing the end user costs so OS like Linux embedded and new OS such as Android are making inroads into places where traditionally Windows CE/Vx works etc., used to play. Today many new handhelds and smart phones are embracing Android. Convergence embedded systems and applications The retail segment is one of the fastest growing segments in emerging markets and the trend in retail markets is moving towards improving the user experience, which is most certainly setting trend towards increased performance, connectivity and rich graphics, while reducing power consumption and size of the device. Ultrabook is a latest example which aims in reducing size of conventional laptops, while efficiently managing power consumption and also improving performance
  • 23. Healthcare Electronic medical devices and other technological innovations with the convergence of biotech, nanotech, manufacturing tech making breathtaking transformations in healthcare delivery and creating new health care paradigms. The fastest growing markets within medical for semiconductors are home monitoring and diagnostic device ECG, pulse rate, temperature, oxygen, blood pressure etc. Embedded digital security and surveillance In the ever increasing interconnected world, Digital embedded security is no more an option but a necessity as it is very critical for more transactions happening over embedded devices as front ends. Digital security and surveillance is currently in the host of new applications in the embedded arena which is benefiting from multicore phenomenon. The applications based on computer vision and tracking offers multiple benefits in capturing, post processing and identification and alerting of security video in real time. Telecommunications If ever there is an industry that has reaped the benefits to Embedded Technology, for sure, it is only Telecommunications.  The Telecom industry utilizes numerous embedded systems from telephone switches for the network to mobile phones at the end-user.
  • 24. Automotive With drive across the world to improve on emission controls and bring in efficiency in usage of fossil fuels, the automotive segment is challenged by various factors and embedded systems are clearly the ways and means of achieving multiple objectives in this segment taking it from infotainment systems, engine control unit, Car-area-network, fuel management, safety systems all need embedded to be in it. Entertainment While we have seen mobiles, handhelds, iPods etc., have changed the landscape of the personal entertainment in the world in the recent past, the emerging trend is adding more intelligence in the personal entertainment, communication devices by converging the social networks, city information, location based services into a single device. Smart cards industry Smart cards, though began prominently as either a debit or a credit card, are now being introduced in personal identification and entitlement schemes at regional, national, and international levels. Smart cards are appearing now as Citizen Cards, drivers’ licenses, and patient cards.

Editor's Notes

  1. 8051 (8031)