Microprocessor and Microcontroller Based Systems Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical.

Slides:



Advertisements
Similar presentations
COMPUTER BASICS Module Review.
Advertisements

Embedded Systems Microcontrollers & Embedded Processors An Overview.
Embedded System Lab. What is an embedded systems? An embedded system is a computer system designed for specific control functions within a larger system,
1-1 ECE 424 Design of Microprocessor-Based Systems Haibo Wang ECE Department Southern Illinois University Carbondale, IL
History of the Microprocessor Stephanie Usseglio Justin Gawrych TJ Phelan November 28, 2006.
EEE226 MICROPROCESSORBY DR. ZAINI ABDUL HALIM School of Electrical & Electronic Engineering USM.
CHAPTER 1 THE 8051 MICROCONTROLLERS. Microcontroller vs. General- Purpose Microprocessor General-purpose microprocessors have ◦ No RAM ◦ No ROM ◦ No I/O.
Khaled A. Al-Utaibi  Computers are Every Where  What is Computer Engineering?  Design Levels  Computer Engineering Fields  What.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
Computer Hardware.
Microprocessor and Microcontroller Based Systems Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical.
Introduction Lecture 1 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
1 Chapter 4 The Central Processing Unit and Memory.
Microprocessor and Microcontroller Based Systems
Computer Organization and Assembly language
Microcontroller: Introduction
Introduction to Computers. Are Computers Important? OF COURSE!
EC4012PA PIC 18F Introduction 2  Processor  Input Devices  Output Devices  Memory Devices 3.
1. Basic information about computer: A computer is a machine that manipulates data according to a set of instructions. Although mechanical examples of.
Processing Devices.
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.
Wireless sensor networks
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
Computer Hardware and Software
Information and Communication Technology Fundamentals Credits Hours: 2+1 Instructor: Ayesha Bint Saleem.
Computing Systems Computer abstractions and technology.
Digital Sound. Computer Sound To convert an analog wave into digital, converters use a process called sampling DEF: Sampling- the height of the sound.
COMPUTER SYSTEM ARCHITECTURE By Sohaib.  The digital computer is a digital system that performs various computational tasks.  The word digital implies.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
COMPUTER HARDWARE Made By Anila Bhatti DA Public School (O&A Levels) - Seaview 1.
Module 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE.
From Chapter 1 - Computers- Understanding Technology
Microprocessor and Microcontroller Based Systems Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical.
Microprocessors For a microprocessor to give a working microcomputer system, which can be used for control tasks, additional chips are necessary, e.g.
Introduction to Microprocessors Manijeh Keshtgary Fall 2006 Shiraz University of Technology.
The AVR Microcontroller: History and Features
Chapter 1 Computer Hardware1 Computer Hardware A level Computing Book (Reference) By P.M.Heathcore.
Multimedia and Computers Introduction to Computers.
Introduction to Computers. Are Computers Important? OF COURSE!
MICROOCESSORS AND MICROCONTROLLER:
Digital Electronics Introduction to Microcontrollers and the Board of Education.
Unit 1—Computer Basics Lesson 1 Understanding Computers and Computer Literacy.
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
Embedded Systems Introduction. Microprocessor building blocks 1. ALU (Arithmetic Logic Unit): The ALU is a sequential logic circuitry that is intended.
Emad Salem. CHAPTER (1) COMPUTER HARDWARE Computer A computer is a machine that can be programmed to process data (input) into useful information (output).computerdatainformation.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
Computer Components Part #1. What is a Computer? n computer n A computer is an information processing machine. More specifically, a computer is an electronic.
Introducing Networks and the Internet Mrs. Wilson Rocky Point High School.
KAASHIV INFOTECH – A SOFTWARE CUM RESEARCH COMPANY IN ELECTRONICS, ELECTRICAL, CIVIL AND MECHANICAL AREAS
Microprocessors CSE- 341 Dr. Jia Uddin Assistant Professor, CSE, BRAC University.
Embedded Systems. What is Embedded Systems?  Embedded reflects the facts that they are an integral.
Computer Basics 1 Chapter One Computer Basics Part 1.
Introduction to Microcontrollers
Mikrodenetleyiciler/Mikrokontrolörler (Microcontrollers)
Fundamental of Information Communication Technology (ICT)
History of the Microprocessor
Introduction to Microcontrollers and the Board of Education
A. Computer Basics 1.00 Examine the role of hardware and software.
Introduction to Microprocessors
Why microcontrollers in embedded systems?
Chapter 1: The 8051 Microcontrollers
Introducing Networks and the Internet
PARTS OF THE COMPUTER squires productions.
Computer Hardware.
History of the Microprocessor Stephanie Usseglio Justin Gawrych TJ Phelan November 28, 2006.
Purpose, functions and types of hardware including input, output, storage, processor and peripheral devices; definitions and examples; interaction between.
CHAPTER 1 THE 8051 MICROCONTROLLERS
WJEC GCSE Computer Science
Presentation transcript:

Microprocessor and Microcontroller Based Systems Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical Engineering Department بسم الله الرحمن الرحيم EELE 4315 — Fall 2010

Discussion What are some components of a computer? What is a Microprocessor? A Microcontroller? An Embedded System?

Components of a Computer Central Processing Unit –I–Interprets and carries out all the instructions contained in software Memory –U–Used to store instructions and data –R–Random Access Memory (RAM) –R–Read Only Memory (ROM) Input/Output –U–Used to communicate with the outside world

Microprocessor A single chip that contains a whole CPU –H–Has the ability to fetch and execute instructions stored in memory –H–Has the ability to access external memory, external I/O and other peripherals Examples: –I–Intel P4 or AMD Athlon in desktops/notebooks –8–8085,8086, Z80

Microcontroller Essentially a microprocessor with on-chip memories and I/O devices Designed for specific functions All in one solution - Reduction in chip count –R–Reduced cost, power, physical size, etc. Examples –P–Pic16f84,pic18f452, MC68HC11, at89c51

Embedded System Special purpose computer system usually completely inside the device it controls Has specific requirements and performs pre-defined tasks Cost reduction compared to general purpose processor Different design criteria –P–Performance –R–Reliability –A–Availability –S–Safety

Why Study Microcontroller ? The course may serve several purposes: –B–Build useful applications –P–Practice programming and debugging skills –U–Understand the inside of computer It paves the way to learning computer design, operating systems, compilers, embedded systems, security and other topics. –M–Microcontrollers have everything in a typical computer: CPU, memory and I/O.

Microcontroller What’s the difference? Microcomputer Microcontroller

What is a microcontroller? What are some common applications of these? A microcontroller is a simple computer on a single silicon chip that cost only a few dollars. They are useful in washing machines, toasters, and cars.

All modern automobiles contain at least one microcontroller, and can have as many as six or seven. The engine is controlled by a microcontroller, as are the anti-lock brakes, the cruise control and so on.

Any device that has a remote control almost certainly contains a microcontroller: TVs, VCRs and high-end stereo systems all fall into this category. Digital cameras, cell phones, camcorders, answering machines, laser printers, telephones (the ones with caller ID, 20-number memory, etc.), pagers, and feature-laden refrigerators, dishwashers, washers and dryers. Basically, any product or device that interacts with its user has a microcontroller buried inside.

History of Microprocessors 1950s - The beginning of the digital era and electronic computing 1969 – Intel is a small startup company in Santa Clara with 12 employees Fairchild, Motorola are large semiconductor companies; HP and Busicom make calculators 1971 – Intel makes first microprocessor the 4-bit 4004 series for Busicom calculators 1972 – Intel makes the 8008 series, an 8-bit microprocessor, ATARI is a startup company Creates a game.

1974 – the first real useful 8-bit microprocessor is released by Intel – the 8080 Motorola introduces the 6800 series Zilog has the Z – GM and Ford begin to put microcontrollers in cars Many cars today have over 100 microcontrollers TI gets into the microprocessor business with calculators and digital watches 1977 – Apple II is released using MOS 6502 (similar to motorola 6800). Apple II dominated from 1977 to – Intel introduces the first 16-bit processor, the 8086 Motorola follows with the which is ultimately used in the first Apple Macintosh

1981 – IBM enters the PC making market and uses the Intel 8088 – proliferation of the home computer – Intel introduces the 32-bit and – is being used in PC’s, able to run Microsoft Windows 1992 – Apple, IBM and Motorola begin to make PowerMac and PowerPC’s using Motorola chips 1993 – Pentium chip is released

Microcontroller

Microcontroller lab

Microcontroller

Packing machine