SlideShare a Scribd company logo
1 of 26
8051 Micro-controller
Ravikumar Tiwari
Assistant Professor
Dept. of Electronics Engineering,
G.H. Raisoni College of Engineering,Nagpur
ravikumar.tiwari@raisoni.net
Three criteria in Choosing a
Microcontroller
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
๏‚— meeting the computing needs of the task efficiently
and cost effectively
โ—ฆ speed, the amount of ROM and RAM, the number of I/O
ports and timers, size, packaging, power consumption
โ—ฆ easy to upgrade
โ—ฆ cost per unit
โ—ฆ Noise of environment
๏‚— availability of software development tools
โ—ฆ assemblers, debuggers, C compilers, emulator, simulator,
technical support
๏‚— wide availability and reliable sources of the
microcontrollers
Comparison of the 8051 Family
Members
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
๏‚— ROM type
โ—ฆ 8031 no ROM
โ—ฆ 80xx mask ROM
โ—ฆ 87xx EPROM
โ—ฆ 89xx Flash EEPROM
๏‚— 89xx
โ—ฆ 8951
โ—ฆ 8952
โ—ฆ 8953
โ—ฆ 8955
โ—ฆ 898252
โ—ฆ 891051
โ—ฆ 892051
๏‚— Example (AT89C51,AT89LV51)
โ—ฆ AT= ATMEL(Manufacture)
โ—ฆ C = CMOS technology
โ—ฆ LV= Low Power(3.0v)
8051 Basic Component/
Feature
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
๏‚— 4K bytes internal ROM
๏‚— 128 bytes internal RAM
๏‚— Four 8-bit I/O ports (P0 - P3).
๏‚— Two 16-bit timers/counters
๏‚— One serial interface
๏‚— 64k external memory for code
๏‚— 64k external memory for data
๏‚— 210 bit addressable
The basic 8051 Core
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
โ€ข 8-bit CPU optimized for control applications
โ€ข Capability for single bit Boolean operations.
โ€ข Supports up to 64K of program memory.
โ€ข Supports up to 64K of data memory.
โ€ข 4 K bytes of on-chip program memory.
โ€ข Newer devices provide more.
โ€ข 128 or 256 bytes of on-chip data RAM
โ€ข Four 8 bit ports.
โ€ข Two 16-bit timer/counters
โ€ข UART
โ€ข Interrupts
โ€ข On-chip clock oscillator
General Block Diagram
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
CPU
On-chip
RAM
On-chip
ROM for
program
code
4 I/O Ports
Timer 0
Serial
PortOSC
Interrupt
Control
External interrupts
Timer 1
Timer/Counter
Bus
Control
TxD RxDP0 P1 P2 P3
Address/Data
Counter
Inputs
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
8051 Internal Block Diagram
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
8051
Schematic
Pin out
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
40
39
38
37
36
35
34
33
32
31
30
29
28
27
26
25
24
23
22
21
P1.0
P1.2
P1.3
P1.4
P1.5
P1.6
P1.7
RST
(RXD)P3.0
(TXD)P3.1
(T0)P3.4
(T1)P3.5
XTAL1
(INT0)P3.2
(RD)P3.7
(WR)P3.6
Vcc
P0.0(AD0)
P0.1(AD1)
P0.2(AD2)
P0.3(AD3)
P0.4(AD4)
P0.5(AD5)
P0.6(AD6)
P0.7(AD7)
EA/VPP
ALE/PROG
PSEN
P2.7(A15)
P2.6(A14)
P2.5(A13)
P2.4(A12)
P2.3(A11)
P2.2(A10)
P2.1(A9)
P2.0(A8)
8051
(8031)
(8751)
(8951)
(INT1)P3.3
P1.1
XTAL2
GND
8051
Foot Print
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
Power-On RESET Circuit
30 pF
30 pF
8.2 K
10 uF
+
11.0592 MHz
EA/VPP
X1
X2
RST
31
19
18
9
Vcc
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
Port 0 with Pull-Up Resistors
P0.0
P0.1
P0.2
P0.3
P0.4
P0.5
P0.6
P0.7
DS5000
8751
8951
Vcc
10 K
Port
0
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
IMPORTANT PINS
(IO Ports)
One of the most useful features of the 8051 is that it
contains four I/O ports (P0 - P3)
Each port can be used as input or output (bi-direction)
๏‚—Port 0
pins 32-39 ๏ผˆP0.0๏ฝžP0.7๏ผ‰
โ—ฆ 8-bit R/W - General
Purpose I/O
โ—ฆ Or acts as a
multiplexed low byte
address and data
bus for external
memory design
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
IMPORTANT PINS (IO Ports)
๏‚— Port 1
๏ผˆpins 1-8๏ผ‰ ๏ผˆP1.0๏ฝž
P1.7๏ผ‰
โ—ฆ Only 8-bit R/W -
General Purpose
I/O
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
IMPORTANT PINS (IO Ports)
๏‚— Port 2
๏‚— ๏ผˆpins 21-28๏ผˆP2.0
๏ฝžP2.7๏ผ‰
โ—ฆ 8-bit R/W -
General
Purpose I/O
โ—ฆ Or high byte of
the address
bus for external
memory design
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
IMPORTANT PINS (IO Ports)
๏‚— Port 3
๏‚— ๏ผˆpins 10-17 ๏ผˆP3.0๏ฝž
P3.7๏ผ‰
โ—ฆ General Purpose
I/O
โ—ฆ if not using any of
the internal
peripherals (timers)
or external
interrupts.
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
Port 3 Alternate Functions
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
๏‚— ALE - Address latch enable
to select valid address
๏‚— EA/Vpp - External access enable
EA-0 execute program in external
memory
EA-1 execute program in internal
memory
Vpp it receives 21 V for on chip EPROM
PSEN Program store enable
store to read the external program memory
Registers
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
A
B
R0
R1
R3
R4
R2
R5
R7
R6
DPH DPL
PC
DPTR
PC
Some 8051 16-bit Register
Some 8-bitt Registers of the
8051
Parallel I/O Ports
โ€ข Each port can be input or output
โ€ข Direction is set in Special Function
Registers
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
Port0
latch
Port1
latch
Port2
latch
Port3
latch
Port0 Port1 Port2 Port3
DPTR
๏‚— The data pointer consists of a high
byte(DPH) and a low byte (DPL). Its
function is to hold a 16 bit address. It
may be manipulated as a 16 bit data
register or two independent 8 bit
register. It serves as a base register in
indirect jumps, lookup table
instructions and external data transfer.
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
PROGRAM STATUS WORD
(PSW)
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
CY AC F0 RS1 RS0 OV P
RS0 RS
1
BANK SELECTION
0 0 00H โ€“ 07H BANK0
0 1 08H โ€“ 0FH BANK 1
1 0 10H โ€“ 17H BANK2
1 1 18H โ€“ 1FH BANK 3
Memory Organization
๏‚— The 8051 memory organization is rather complex.
๏‚— The 8051 has separate address spaces for
Program Memory, Data Memory, and external
RAM.
๏‚— This is refereed to as a Harvard architecture.
๏‚— Both program memory and external data memory
are 8 bits wide and use 16 bits of address. The
internal data memory is accessed using an 8-bit
address.
๏‚— Since the same address can refer to different
locations the specific location is determined by the
type of instruction.
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
RAM Memory Space
Allocation
๏‚— There are 128 bytes of RAM in 8051.
๏‚— The 128 bytes of RAM inside 8051 are
assigned addresses 00h to 7FH.
๏‚— These 128 bytes are divided into three
different groups as Follows:
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
RAM Memory Space
Allocation
๏‚— 1. A total of 32 bytes from location 00
to 1F hex are set aside for register
banks and the stack( 4 register bank
each of 8 byte)
๏‚— 2. A total of 16 byte from location 20h
to 2F h are set aside for bit
addressable RAM.
๏‚— 3. A total of 80bytes from 30h to 7Fh
are used for RD/WR storage which is
normally called as Scratch Pad.
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
RAM Memory Space
Allocation
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
7FH
30H
2FH
20H
1FH
17H
10H
0FH
07H
08H
18H
00H
Register Bank 0
(Stack) Register Bank
1
Register Bank 2
Register Bank 3
Bit-Addressable RAM
Scratch pad RAM
Stack in the 8051
R.K.Tiwari(ravikumar.tiwari@raisoni.net)
7FH
30H
2FH
20H
1FH
17H
10H
0FH
07H
08H
18H
00H
Register Bank 0
(Stack) Register Bank
1
Register Bank 2
Register Bank 3
Bit-Addressable RAM
Scratch pad RAM
๏‚— The register used to access
the stack is called SP (stack
pointer) register.
๏‚— The stack pointer in the
8051 is only 8 bits wide,
which means that it can
take value 00 to FFH. When
8051 powered up, the SP
register contains value 07.

More Related Content

What's hot

Microcontroller 8051
Microcontroller 8051Microcontroller 8051
Microcontroller 8051
Rashmi
ย 
Chp4 introduction to the pic microcontroller copy
Chp4 introduction to the pic microcontroller   copyChp4 introduction to the pic microcontroller   copy
Chp4 introduction to the pic microcontroller copy
mkazree
ย 
Programmable Peripheral Interface 8255
 Programmable Peripheral Interface   8255 Programmable Peripheral Interface   8255
Programmable Peripheral Interface 8255
Dr.P.Parandaman
ย 
8051 instruction set
8051 instruction set8051 instruction set
8051 instruction set
Andri Prastiyo
ย 
Arithmetic & logical operations in 8051
Arithmetic & logical operations in 8051Arithmetic & logical operations in 8051
Arithmetic & logical operations in 8051
Jay Patel
ย 

What's hot (20)

Microcontroller 8051
Microcontroller 8051Microcontroller 8051
Microcontroller 8051
ย 
8051 block diagram
8051 block diagram8051 block diagram
8051 block diagram
ย 
8051 MICROCONTROLLER
8051 MICROCONTROLLER 8051 MICROCONTROLLER
8051 MICROCONTROLLER
ย 
Timing diagram 8085 microprocessor
Timing diagram 8085 microprocessorTiming diagram 8085 microprocessor
Timing diagram 8085 microprocessor
ย 
Chp4 introduction to the pic microcontroller copy
Chp4 introduction to the pic microcontroller   copyChp4 introduction to the pic microcontroller   copy
Chp4 introduction to the pic microcontroller copy
ย 
8051 Microcontroller ppt
8051 Microcontroller ppt8051 Microcontroller ppt
8051 Microcontroller ppt
ย 
8086 pin details
8086 pin details8086 pin details
8086 pin details
ย 
8251 USART
8251 USART8251 USART
8251 USART
ย 
8051 Assembly Language Programming
8051 Assembly Language Programming8051 Assembly Language Programming
8051 Assembly Language Programming
ย 
8051 Microcontroller
8051 Microcontroller8051 Microcontroller
8051 Microcontroller
ย 
Programmable Peripheral Interface 8255
 Programmable Peripheral Interface   8255 Programmable Peripheral Interface   8255
Programmable Peripheral Interface 8255
ย 
8051 instruction set
8051 instruction set8051 instruction set
8051 instruction set
ย 
Arithmetic & logical operations in 8051
Arithmetic & logical operations in 8051Arithmetic & logical operations in 8051
Arithmetic & logical operations in 8051
ย 
Architecture of 8051
Architecture of 8051Architecture of 8051
Architecture of 8051
ย 
8085 Architecture & Memory Interfacing1
8085 Architecture & Memory Interfacing18085 Architecture & Memory Interfacing1
8085 Architecture & Memory Interfacing1
ย 
8085 Interfacing with I/O Devices or Memory
8085 Interfacing with I/O Devices or Memory8085 Interfacing with I/O Devices or Memory
8085 Interfacing with I/O Devices or Memory
ย 
Memory & I/O interfacing
Memory & I/O  interfacingMemory & I/O  interfacing
Memory & I/O interfacing
ย 
Microprocessor 8085 complete
Microprocessor 8085 completeMicroprocessor 8085 complete
Microprocessor 8085 complete
ย 
8051 full ppt
8051 full ppt8051 full ppt
8051 full ppt
ย 
8085 microproceesor ppt
8085 microproceesor ppt8085 microproceesor ppt
8085 microproceesor ppt
ย 

Viewers also liked (10)

8051 dev board guide
8051 dev board guide8051 dev board guide
8051 dev board guide
ย 
Intel 8051
Intel 8051Intel 8051
Intel 8051
ย 
Microcontroller 8051
Microcontroller 8051Microcontroller 8051
Microcontroller 8051
ย 
8051 microcontroller
8051 microcontroller 8051 microcontroller
8051 microcontroller
ย 
8051 assembly programming
8051 assembly programming8051 assembly programming
8051 assembly programming
ย 
8051 microcontroller by K. Vijay Kumar
8051 microcontroller by K. Vijay Kumar8051 microcontroller by K. Vijay Kumar
8051 microcontroller by K. Vijay Kumar
ย 
Question paper with solution the 8051 microcontroller based embedded systems...
Question paper with solution  the 8051 microcontroller based embedded systems...Question paper with solution  the 8051 microcontroller based embedded systems...
Question paper with solution the 8051 microcontroller based embedded systems...
ย 
Unit 1 embedded systems and applications
Unit 1 embedded systems and applicationsUnit 1 embedded systems and applications
Unit 1 embedded systems and applications
ย 
8051 Microcontroller Notes
8051 Microcontroller Notes8051 Microcontroller Notes
8051 Microcontroller Notes
ย 
8051 experiments1
8051 experiments18051 experiments1
8051 experiments1
ย 

Similar to 8051 Microcontroller

8051 Microcontroller
8051 Microcontroller8051 Microcontroller
8051 Microcontroller
Nitin Ahire
ย 
8051 microcontrolle rclass1
8051 microcontrolle rclass18051 microcontrolle rclass1
8051 microcontrolle rclass1
Nitin Ahire
ย 
MPI-Unit-5-PPT (1).ppt
MPI-Unit-5-PPT (1).pptMPI-Unit-5-PPT (1).ppt
MPI-Unit-5-PPT (1).ppt
krishna859893
ย 
4th yr dmumicrocontroller1
4th yr dmumicrocontroller14th yr dmumicrocontroller1
4th yr dmumicrocontroller1
haymanotyehuala
ย 

Similar to 8051 Microcontroller (20)

8051 Architecture and PIN Configuration.pdf
8051 Architecture and PIN Configuration.pdf8051 Architecture and PIN Configuration.pdf
8051 Architecture and PIN Configuration.pdf
ย 
Unit 4.pptx
Unit 4.pptxUnit 4.pptx
Unit 4.pptx
ย 
8051 Microcontroller
8051 Microcontroller8051 Microcontroller
8051 Microcontroller
ย 
8051 microcontrolle rclass1
8051 microcontrolle rclass18051 microcontrolle rclass1
8051 microcontrolle rclass1
ย 
8051 (microcontroller)class1
8051 (microcontroller)class18051 (microcontroller)class1
8051 (microcontroller)class1
ย 
8051 microcontroller
8051 microcontroller 8051 microcontroller
8051 microcontroller
ย 
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
ย 
21ECU502_UNIT1.pdf
21ECU502_UNIT1.pdf21ECU502_UNIT1.pdf
21ECU502_UNIT1.pdf
ย 
MPI-Unit-5-PPT (1).ppt
MPI-Unit-5-PPT (1).pptMPI-Unit-5-PPT (1).ppt
MPI-Unit-5-PPT (1).ppt
ย 
MPI-uses and their applications in day to day life
MPI-uses and their applications in day to day lifeMPI-uses and their applications in day to day life
MPI-uses and their applications in day to day life
ย 
Fundamentals of Microcontroller 8051 by Dr. Jogade S M, Assistant Professor, ...
Fundamentals of Microcontroller 8051 by Dr. Jogade S M, Assistant Professor, ...Fundamentals of Microcontroller 8051 by Dr. Jogade S M, Assistant Professor, ...
Fundamentals of Microcontroller 8051 by Dr. Jogade S M, Assistant Professor, ...
ย 
microcontroller.pptx
microcontroller.pptxmicrocontroller.pptx
microcontroller.pptx
ย 
8051 Microcontroller
8051 Microcontroller8051 Microcontroller
8051 Microcontroller
ย 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
ย 
Specialist officer it study material on organization of intel 8085 microproce...
Specialist officer it study material on organization of intel 8085 microproce...Specialist officer it study material on organization of intel 8085 microproce...
Specialist officer it study material on organization of intel 8085 microproce...
ย 
4th yr dmumicrocontroller1
4th yr dmumicrocontroller14th yr dmumicrocontroller1
4th yr dmumicrocontroller1
ย 
Micro controller
Micro controllerMicro controller
Micro controller
ย 
Architecture of the Intel 8051 Microcontroller
Architecture of the Intel 8051 MicrocontrollerArchitecture of the Intel 8051 Microcontroller
Architecture of the Intel 8051 Microcontroller
ย 
Ch3 ppt
Ch3 pptCh3 ppt
Ch3 ppt
ย 
002079
002079002079
002079
ย 

More from Ravikumar Tiwari (7)

Course Outcome and Program Outcome Calculation(new method)
Course Outcome and Program Outcome Calculation(new method)Course Outcome and Program Outcome Calculation(new method)
Course Outcome and Program Outcome Calculation(new method)
ย 
Fun with arduino
Fun with arduinoFun with arduino
Fun with arduino
ย 
ARM- Programmer's Model
ARM- Programmer's ModelARM- Programmer's Model
ARM- Programmer's Model
ย 
ARM Micro-controller
ARM Micro-controllerARM Micro-controller
ARM Micro-controller
ย 
8051 Addressing modes
8051 Addressing modes8051 Addressing modes
8051 Addressing modes
ย 
RISC Vs CISC, Harvard v/s Van Neumann
RISC Vs CISC, Harvard v/s Van NeumannRISC Vs CISC, Harvard v/s Van Neumann
RISC Vs CISC, Harvard v/s Van Neumann
ย 
Introducing Embedded Systems and the Microcontrollers
Introducing Embedded Systems and the MicrocontrollersIntroducing Embedded Systems and the Microcontrollers
Introducing Embedded Systems and the Microcontrollers
ย 

Recently uploaded

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
SUHANI PANDEY
ย 

Recently uploaded (20)

Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
ย 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 

8051 Microcontroller