8051 Supplement.

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

ECP2036 Microprocessor and Interfacing
Microprocessor 8085/8086 Lecturer M A Rahim Khan Computer Engineering and Networks Deptt.
© 2010 Kettering University, All rights reserved..
MICRO PROCESSER The micro processer is a multipurpose programmable, clock driven, register based, electronic integrated device that has computing and decision.
Khaled A. Al-Utaibi  Computers are Every Where  What is Computer Engineering?  Design Levels  Computer Engineering Fields  What.
 CPU: Central Processing Unit  I/O: Input /Output  Bus: Address bus & Data bus  Memory: RAM & ROM  Timer  Interrupt  Serial Port  Parallel Port.
An Overview of the Computer System
Parul Polytechnic Institute Subject Code : Name Of Subject : Microprocessor and assembly language programming Name of Unit : Introduction to Microprossor.
1-1 Microprocessor Engineering Microprocessor Systems Microcontrollers Infineon 16-bit Processor Family  specifically 167CS microcontroller C Programming.
The 8051 Microcontroller Architecture
INTRODUCTION TO MICROCONTROLLER. What is a Microcontroller A microcontroller is a complete microprocessor system, consisting of microprocessor, limited.
EC4012PA PIC 18F Introduction 2  Processor  Input Devices  Output Devices  Memory Devices 3.
CS-280 Dr. Mark L. Hornick 1 Parts of a GP Computer (Microcomputer) Contains separate Microprocessor chip Memory/Memory controller MB control chips Peripheral.
Computer Organization & Assembly Language
Computer Architecture and Organization
ECE 447: Lecture 1 Microcontroller Concepts. ECE 447: Basic Computer System CPU Memory Program + Data I/O Interface Parallel I/O Device Serial I/O Device.
UNIX Unbounded 5 th Edition Amir Afzal Chapter 1 First Things First.
66 CHAPTER THE SYSTEM UNIT. 2 System Units in Microcomputers System Units (system cabinet):container that contain the electronic components of computer.
Revised: Aug 1, ECE 263 Embedded System Design Lesson 1 68HC12 Overview.
Microcontrollers Microcontroller (MCU) – An integrated electronic computing device that includes three major components on a single chip Microprocessor.
COMPUTER SYSTEM ARCHITECTURE By Sohaib.  The digital computer is a digital system that performs various computational tasks.  The word digital implies.
November SSI Small Scale Integration Up to 12 equivalent gate circuits on a single chip Includes basic gates and flip-flops.
Basic Architecture Lecture 15. In general, if the number of bits is n, then the number of different combinations of 0s and 1s that can be made is 2 n.
MICROPROCESSOR AND MICRO CONTROLLER LAB
ECE Lecture 1 Microcontroller Concepts. Basic Computer System CPU Memory Program + Data I/O Interface Parallel I/O Device Serial I/O Device Data.
Microprocessor & Interfacing Techniques. HISTORY OF MICROPROCESSORS  Computers are accessible to ever-increasing sectors of the world's population. 
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
General Concepts of Computer Organization Overview of Microcomputer.
Microprocessors For a microprocessor to give a working microcomputer system, which can be used for control tasks, additional chips are necessary, e.g.
Computer Organization & Assembly Language © by DR. M. Amer.
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
Lecture 5 Computer Hardware and Architecture stability of basic computing model over time and the evolution of computer systems. the input-process-output.
Microcontrollers Class : 4th Semister E&C and EEE Subject Code: 06ES42
 Historical view:  1940’s-Vacuum tubes  1947-Transistors invented by willliam shockely & team  1959-Integrated chips invented by Texas Instrument.
HOW a Computer Works ? Anatomy of Microprocessor.
MICROOCESSORS AND MICROCONTROLLER:
Mainframe computers are data processing systems employed in mainly in large organizations for various applications Reference
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.
Academic PowerPoint Computer System – Architecture.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
What is a Microprocessor ? A microprocessor consists of an ALU to perform arithmetic and logic manipulations, registers, and a control unit Its has some.
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
The Computer System.
Chapter 2 Turning Data into Something You Can Use
Capability of processor determine the capability of the computer system. Therefore, processor is the key element or heart of a computer system. Other.
The Principle and Application of Microcontrollers
Generations of Computing. The Computer Era Begins: The First Generation  1950s: First Generation for hardware and software Vacuum tubes worked as memory.
MICROPROCESSOR INTEL 8086/8088 BY: SERA SYARMILA SAMEON.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني Introduction :: Computer Organization and Architecture Computer.
Chapter 1 Introduction.
Introduction to Microcontroller Technology
Popular Microcontrollers and their Selection by Lachit Dutta
Lesson 8 CPUs Used in Personal Computers.
Introduction to Microprocessors
Concepts of CS Lecture 1.
UNIT – Microcontroller.
Chapter 2 – Computer hardware
INTRODUCTION TO MICROPROCESSORS
Introduction to Microprocessors
INTRODUCTION TO MICROPROCESSORS
Microcomputer Architecture
INTRODUCTION TO MICROPROCESSORS
Chapter 1: The 8051 Microcontrollers
الجزء السابع الجزء السادس الجزء الخامس الجزء الرابع الجزء الثالث الجزء
An Overview of the Computer System
Lecture 3 - Instruction Set - Al
Lesson 8 CPUs Used in Personal Computers.
MCU – Microcontroller Unit – 2
Presentation transcript:

8051 Supplement

Table of Content Topic Color Microcontroller? Microprocessor?

Microcontroller? Microprocessor? Definition A processor implemented in a single IC chip. (A single-chip CPU) A computer in a chip HW Only the CPU CPU, RAM, ROM, Timer, interrupt control, serial interface, parallel interface, Application CPU of a microcomputer Small system for control-oriented activities Instruction Processing intensive * Control intensive: (control of inputs and outputs) * Bit-oriented operation available: set/clear, logic operation , conditional branching on individual bits Mackenzie, p.10

Microcontroller? Microprocessor? I/O device I/O device Serial interface Parallel interface Timers Interrupt control CPU RAM ROM ALU Mackenzie, p.11 Registers CU The processor ------------------------------------ A microprocessor, if implemented in a single chip A microcontroller, if implemented in a single chip A microcomputer system

Microcontroller? Microprocessor? Microcomputer Minicomputer Mainframe computer Complexity CPU Single chip In multiple chips In multiple circuit boards Single-user single-task Multiuser multitasking system Example IBM PC, Apple Macintosh Mackenzie, p.9