Introduction To Microcontroller

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 9

Introduction to Microcontroller

MC 8051

1 PNEC
Intel 8051
 MCS-51 is a registered trade mark of Intel 8051 design

 8051 has been the most popular micro controller for decades

 License were awarded by Intel to other chip manufacturers to

build and be a second source of this product.

 Advance Micro Device (AMD), Siemens, Philips, Fujitsu and


other were the second source of this product for a long period
of time.
2 PNEC
Features of 8051 MC

• 128 Byte on-chip-RAM


• 4K Byte on-chip-ROM
• Four Input / Output ports, each of byte wide
• Serial Interface
• Able to interface 64KB external Data memory
• Able to interface 64KB external Code Memory
• 210 internal bit addressable locations
• Two16 bit Timers

3 PNEC
The Family Members of 8051
The members of 8051 family are listed below
Part # ON-CHIP CODE ON-CHIP DATA ON-BOARD
MEM MEM TIMERS

8051 4K-ROM 128-Bytes 2


8031 0K 128-Bytes 2
8751 4K-EPROM 128-Bytes 2

8052 8K-ROM 256 Bytes 3


8032 0K 256 Bytes 3

None-Family- 16KB-Flash 256 Bytes 3


member 89C420

4 PNEC CS-311 Ikram R. Qureshi


MCS-51 Internal Structure

Block
Diagram

5 PNEC CS-311 Ikram R. Qureshi


Bus Architecture
Architecture
Von-Neumann Architecture
Have a single "data" bus that is used to fetch both
instructions and data. It first fetches an instruction, and then it
fetches the data to support the instruction.

Harvard Architecture
Have separate data bus and an instruction bus. As an
instruction is being "pre-fetched", the current instruction is
executing on the data bus. Added complexity, but faster execution
than a Von-Neuman architecture

6 PNEC CS-311 Ikram R. Qureshi


8051 Bus Architecture

• 8051 is a combination of Von-Neumann and Harvard Architecture


• Internal Architecture (Von-Neumann Arch)
• single bus structure
• Codes and data both may reside in code memory

• External Architecture (Harvard Arch)


• Uses separate code and data memory block

7 PNEC
Detailed Block Diagram of 8051

TEMIC 8051Chip Block


Diagram

8 PNEC CS-311
8051 Pin Diagram

l Available in various
Packaging

l Original 40 Pin
Plastic DIP pack

9 PNEC

You might also like