May 16, 2005 Department of Computer Sciences & Engineering, Shiraz University Embedded Systems Microcontrollers & Embedded Processors An Overview By: Ramtin.

Slides:



Advertisements
Similar presentations
MICROPROCESSORS AND MICROCONTROLLERS
Advertisements

Developing an AVR Microcontroller System
Micro controllers introduction. Areas of use You are used to chips like the Pentium and the Athlon, but in terms of installed machines these are a small.
EMBEDDED SYSTEMS. Textbook: T. Bräunl Embedded Robotics, Springer 2003.
HARDWARE Rashedul Hasan..
Embedded Systems Microcontrollers & Embedded Processors An Overview.
Microprocessor and Microcontroller Based Systems Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical.
Microprocessors Typical microprocessor controlled devices: Camera, mobile phone, stereo, mp3 player, electronic toys… High-level microprocessor controlled.
PCEL4303 MICROPROCESSOR & MICRO CONTROLLERS MODULE - I (10 hours) Microprocessor Architecture: Microprocessor and Microcomputer Architecture, Pins & Signals,
EEE226 MICROPROCESSORBY DR. ZAINI ABDUL HALIM School of Electrical & Electronic Engineering USM.
Microprocessor 8085/8086 Lecturer M A Rahim Khan Computer Engineering and Networks Deptt.
Chapter 1 The 8051 Microcontroller
Khaled A. Al-Utaibi  Computers are Every Where  What is Computer Engineering?  Design Levels  Computer Engineering Fields  What.
Component 4: Introduction to Information and Computer Science Unit 1: Basic Computing Concepts, Including History Lecture 1 This material was developed.
©TheMcGraw-Hill Companies, Inc. Permission required for reproduction or display. COMPSCI 125 Introduction to Computer Science I.
The 8051 Microcontroller Architecture
ASPPRATECH.
Microcontroller based system design
Computer Organization and Assembly language
Microcontroller: Introduction
Embedded System Spring, 2011 Lecture 3: The PIC Microcontrollers Eng. Wazen M. Shbair.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Khaled A. Al-Utaibi  Microprocessors  Microcontrollers  Embedded Systems.
Introduction to Embedded Systems. What is an Embedded System? Electronic devices that incorporate a microprocessor or microcontroller within their implementation.
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.
1 © Unitec New Zealand Embedded Hardware ETEC 6416 Date: - 10 Aug,2011.
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.
Embedded System Design
 What Is a Computer? What Is a Computer?  Computer System Components Computer System Components  Hardware Hardware  Types of Memory Types of Memory.
ECE Lecture 1 1 Introduction to Microcontrolllers Department of Electrical and Computer Engineering The Ohio State University ECE 2560.
Eng.Abed Al Ghani H. Abu Jabal Introduction to computers.
Microcontroller Presented by Hasnain Heickal (07), Sabbir Ahmed(08) and Zakia Afroze Abedin(19)
Component 4: Introduction to Information and Computer Science
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 AND MICRO CONTROLLER
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.
Chapter 1 Computer Hardware1 Computer Hardware A level Computing Book (Reference) By P.M.Heathcore.
 Historical view:  1940’s-Vacuum tubes  1947-Transistors invented by willliam shockely & team  1959-Integrated chips invented by Texas Instrument.
MICROOCESSORS AND MICROCONTROLLER:
This course is designed by Dr. Khaled A. Al-Utaibi.
What is a Microprocessor ? A microprocessor consists of an ALU to perform arithmetic and logic manipulations, registers, and a control unit Its has some.
Presented by Sadhish Prabhu
Lecture 7: Overview Microprocessors / microcontrollers.
Department of Electronic & Electrical Engineering Introduction to microcontrollers A microcontroller is a small computer on a single integrated circuit.
Department of Electronic & Electrical Engineering Introduction to microcontrollers A microcontroller is a small computer on a single integrated circuit.
MICROCONTROLLER INTERFACING WITH STEPPER MOTOR MADE BY: Pruthvirajsinh Jadeja ( ) COLLEGE:DIET BRANCH:EC.
Embedded Systems Overview Prepared by Nisha Sinsinbar Subject: Microcontoller & Interfacing Sub code: EC Department.
Know Difference Between Microprocessors and Microcontrollers.
CEng3361/18 CENG 336 INT. TO EMBEDDED SYSTEMS DEVELOPMENT Spring 2007 Recitation 01.
Introduction to Microcontroller Technology
Embedded Microcontroller Systems
Introduction to Microcontrollers
EMBEDDED SYSTEMS.
Computer Organization and Machine Language Programming CPTG 245
ECE354 Embedded Systems Introduction C Andras Moritz.
Embedded Microcontroller Systems
Embedded Systems Design
EMBEDDED SYSTEMS SUCHITA M. DAKI.
Introduction to Microprocessors
EmbedDed Systems – MECT190
Why microcontrollers in embedded systems?
Introduction to Microprocessors and Microcontrollers
EmbedDed Systems – MECT190
EMBEDDED SYSTEMS.
EMBEDDED SYSTEMS.
Introduction to Hardware
Course Code 114 Introduction to Computer Science
Presentation transcript:

May 16, 2005 Department of Computer Sciences & Engineering, Shiraz University Embedded Systems Microcontrollers & Embedded Processors An Overview By: Ramtin Raji Kermani Junior student of Computer Hardware Eng. Spring 2005 “In the name of God” Scientific Group of CSE Presents :

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 Embedded Systems What is an Embedded System? Where are Embedded Systems used? Typical Embedded Systems Hardware Embedded OS and Software Microcontrollers The 8051 Microcontroller A simple project using AT89C51 References

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 What is and Embedded System? A specialized computer system that is part of a larger system or machine. Typically, an embedded system is housed on a single microprocessor board with the programs stored in ROM. Virtually all appliances that have a digital interface -- watches, microwaves, VCRs, cars -- utilize embedded systems. Some embedded systems include an operating system, but many are so specialized that the entire logic can be implemented as a single program. (Definition from wikipedia.com)

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 What is and Embedded System?

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 ES, Other definitions A special purpose computer built into a larger device.  Special purpose: - Embedded systems have a (more or less) well-defined purpose - Contrast with: general purpose computers (PCs etc) - Both hardware and software is tailored to application(s), which are well defined - However, re-programmability is a requirement  Built into a larger device: ESs are (usually) part of a larger device, augmenting its capabilities

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 ES, Other definitions Any device that includes a programmable computer but is not itself a general-purpose computer. Anything that uses a computer but does not look like one. The microprocessor in an embedded system is like an electric motor in a washing machine.

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 ES Types & Characteristics Types of Processing unit:  Hardwired logic  Programmable units ES Characteristics:  Efficiently  Cost effective  Power efficiently  Real-time  Predictability

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 ES: History and Solutions A very little history: ;)  The first Embedded System: Apollo Guidance Computer. Embedded Systems Solutions:  Microcontrollers  Embedded Processors  Digital Signal processors

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 Where are Embedded Systems used?

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 Where are Embedded Systems used? Signal processing systems  Real-time video, DVD players, Medical equipment. Distributed control  Network routers, switches, firewalls, mass transit systems, Elevators “Small” systems  Mobile phones, pagers, home appliances, toys, smartcards, MP3 players, PDAs, digital cameras, sensors, pc keyboard & mouse Modern cars: Up to 100 or more processors  Engine control unit  ABS systems (Anti Lock Brake systems)  Emissions control  Diagnostics and Security systems  Accessories (doors, windows etc)

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 Typical Embedded Systems Hardware Commercial off-the-shelf components (COTS)  e.g. wireless radios, sensors, I/O devices  Cheap Application-Specific ICs (ASICs)  ICs tailored to meet application needs  Good performance for their intended task(s)  Original ESs were ASICs only Domain-specific processors  DSPs  Microcontrollers Microprocessors  General Purpose Processors

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 New trends in ES HW Systems-on-chip  Usual (or desired) specs: 32-bit RISC CPU Built-in interfaces to RAM and ROM Built-in DMA, interrupt and timing controllers Built-in interfaces to disk or flash memory Built-in Ethernet/ interfaces Built-in LCD/CRT interfaces  New SOCs appearing almost every week! Examples  Intel StrongARM SA-1110  Motorola PowerPC MPC823e  NEC VR4181  Many, many more

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 Embedded OS and Software Principal role: ‘Not transformation of data but interaction with physical world’ Acquires properties of physical world  Takes time  Consumes power  Does not terminate (unless it fails)

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 Embedded Operating Systems: Office-style OSes  PalmOS  WindowsCE RTOSes  VxWorks  QNX Linux  Linux is already ubiquitous Hundreds of different devices are using it  Numerous commercial + open source products Mobile OS  Symbian Others  TinyOS

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 What is a Microcontroller? A microcontroller is an entire computer manufactured on a single chip. They have a high concentration of on-chip facilities such as serial ports, parallel input/output ports, timers, counters, interrupt control, analog-to-digital converters, random access memory, read only memory, etc.

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 The 8051 Microcontroller: The 8051 is the first microcontroller of the MCS-51 family introduced by Intel Corporation at the end of the 1970’s. The 8051 family characteristics:  4K Bytes ROM  128 Bytes RAM  two timer/counters (16 bit)  A serial port  4 general purpose parallel input/output port  Interrupt controller The 8051 can address 64K of external data memory and 64K of External program memory.

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 Microcontroller 8051 internal Architecture

Department of Computer Sciences & Engineering, Shiraz University May 16, pin description 8051 other family members:  8751 (has EPROM)  8951 (has EEPROM)

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 A simple project using AT89C51 Here we’ve designed, built and programmed a digital BCD counter that counts from 0 to 9 on a 7Segment display. We use register A as Accumulator, in each delayed cycle the accumulator increments by one and result is showed on the 7segment display.

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 A simple project using AT89C51

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 References Web References:      Mani Srivastava’s EE202A class  Edward Lee, “Embedded Software” Books:  The 8051 Microcontroller and Embedded Systems: Mazidi, M.A.  Microprocessors: Uffenbeck, john  201 مدار عملی با میکروکنترولر 8051، ف. خاکپور، انتشارات صفار

Department of Computer Sciences & Engineering, Shiraz University May 16, 2005 At the End … Thanks for your Attention … ;) Ramtin Raji Kermani Spring 2005