1 / 8

Embedded Systems Introduction

Embedded Systems Introduction. Microprocessor building blocks. 1. ALU (Arithmetic Logic Unit): The ALU is a sequential logic circuitry that is intended to perform arithmetic and logical operations, such as ADD, SUBTRACT, AND, OR, SHIFT.

mercury
Télécharger la présentation

Embedded Systems Introduction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Embedded SystemsIntroduction

  2. Microprocessor building blocks 1. ALU (Arithmetic Logic Unit): • The ALU is a sequential logic circuitry that is intended to perform arithmetic and logical operations, such as ADD, SUBTRACT, AND, OR, SHIFT. • Example of a primitive ALU (Input, Output, address input or control input) • n-bit ALU and n-bit µP 2. Registers: • A register is a temporary (internal) storage element 

  3. Microprocessor building blocks (contd.) 3. BUSES: The registers and ALU are not permanently connected together, but are joined by a DATA BUS. This bus allows data to be passed from a register to the ALU at one instant and from the ALU to a register at another instant. The bus is, in fact, a parallel set of wires (conductive silicon internal to a chip or tracks on a printed circuit board), which carries information, and which connect all elements together. • data bus, address bus and control bus

  4. Microcontrollers vs. Microprocessors • Micro controllers are ‘microcomputers on a chip’. optimized to control electronic devices. • Usually microcontrollers are used for controlling industrial equipment and machinery and have therefore special instructions as for example bit manipulation instructions. • What are the differences between a μC and a μP?

  5. Microcontrollers and Embedded Systems • In control tasks the μC is usually embedded in the system. Embedded systems have minimal requirements for memory and program size and need to communicate with simple inputs and outputs. • Keyboards, screens, disks, printers are seldomly needed by an embedded system. • Microcontrollers are usually dedicated to one task and run one specific program.

  6. High Level Languages (contd.)

  7. Machines and appliances that use μC… Television, Satellite Receiver, Monitor, Modem, Router, Printer, Microwave oven, Sound System, Digital Camera, Car (most all of them), Car stereo, Dishwasher, Dryer, Washing Machine, Ovens, Air Conditioner, Cell phone, Digital Multi-Meter, Calculator, Medical Equipment (e.g. Heart Monitors), Traffic Lights, Fax Machines, Copy Machine, Security Systems, Fire Alarms, And MUCH more…. A typical mid range car has as many as 50 or more microcontrollers (e.g. in anti-lock brakes and in cruise control).

  8. Course Contents: • Introduction - Microcontrollers and Embedded Systems • Memories • I_O Ports • External Interrupts • Timers • Clock Options • Sleep Modes • Reset Sources • Reset and Interrupt Vectors • Watchdog Timer • Communicating • Dealing with Analog Signals+ CodeVision AVR: C-language Compiler

More Related