Microprocessor or Microcontroller?, Exams of Technology

They contain a Processor - called different names ... Integration technology; the entire circuit is on a single chip.

Typology: Exams

2022/2023

Uploaded on 03/01/2023

arold
arold 🇺🇸

4.7

(24)

372 documents

1 / 22

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1/2/17
1
Microprocessor
or
Microcontroller?
A little History
nWhat is a computer?
¨[Merriam-Webster Dictionary] one that
computes; specifically : programmable
electronic device that can store, retrieve, and
process data.
¨[Wikipedia] A computer is a machine that
manipulates data according to a list of
instructions.
nClassification of Computers (power and price)
¨Personal computers
¨Mainframes
¨Supercomputers
¨Dedicated controllers – Embedded controllers
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16

Partial preview of the text

Download Microprocessor or Microcontroller? and more Exams Technology in PDF only on Docsity!

Microprocessor

or

Microcontroller?

A little History

n What is a computer?

¨ [ Merriam-Webster Dictionary] one that

computes; specifically : programmable

electronic device that can store, retrieve, and

process data.

¨ [Wikipedia] A computer is a machine that

manipulates data according to a list of

instructions.

n Classification of Computers (power and price)

¨ Personal computers

¨ Mainframes

¨ Supercomputers

¨ Dedicated controllers – Embedded controllers

Mainframes

n Massive amounts of memory

n Use large data words…64 bits or greater

n Mostly used for military defense and large

business data processing

n Examples: IBM 4381, Honeywell DPS

IBM 9000

Personal Computers

n Any general-purpose computer

¨ intended to be operated

¨ directly by an end user

n Range from small microcomputers that work with 4-bit

words to PCs working with 32-bit words or more

n They contain a Processor - called different names

¨ Microprocessor – built using Very-Large-Scale

Integration technology; the entire circuit is on a

single chip

¨ Central Processing Unit (CPU)

¨ Microprocessor Unit (MPU) – similar to CPU

http://en.wikipedia.org/wiki/Personal_computer

A little about

Microprocessor-based

Systems ……

Evolution

n First came transistors

n Integrated circuits

¨ SSI (Small-Scale Integration) to ULSI

¨ Very Large Scale Integration circuits (VLSI)

n 1- Microprocessors (MPU)

¨ Microcomputers (with CPU being a microprocessor)

¨ Components: Memory, CPU, Peripherals (I/O)

¨ Example: Personal computers

n 2- Microcontroller (MCU)

¨ Microcomputers (with CPU being a microprocessor)

¨ Many special function peripheral are integrated on a single

circuit

¨ Types: General Purpose or Embedded System (with special

functionalities)

Microprocessor-Based Systems

  • Central Processing Unit (CPU)
  • Memory
  • Input/Output (I/O) circuitry
  • Buses
    • Address bus
    • Data bus
    • Control bus

Arithmetic

Logic

Unit

Register

Arrays

Control Unit

GP-

CPU

CLK Reg

MPU

CPU

Microprocessor-based System

Evolution of CPUs

Transistors

n Vacuum Tubes: A devise to control,

modify, and amplify electric signals

n Then can transistors

¨ Designed by John Bardeen, William

Shockley, and Walter Brattain,

scientists at the Bell Telephone

Laboratories in Murray Hill, New

Jersey - 1947

n In 1960 Jack Kilby and Robert Noyce

designed the first integrated circuit (IC)

n Fairchild company manufactured logic

gates

Integrated Circuits

n Advances in

manufacturing allowed

packing more transistors

on a single chip

n Transistors and

Integrated Circuits from

SSI (Small-Scale

Integration) to ULSI

n Birth of a microprocessor

and its revolutionary

impact

Microprocessors

n Noyce and Gordon Moore

started Intel

n Intel designed he first

calculator

n Intel designed the first

programmable calculator

n Intel designed the first

microprocessor in 1971

¨ Model 4004

¨ 4-bit; 2300 transistors,

640 bytes of memory,

108 KHz clock speed

Evolution of CPUs

n Intel® Core™ i

¨ Intel® Core™ i7-5960X Processor Extreme

Edition

¨ (20M Cache, up to 3.50 GHz)

¨ 8 Cores, 16 Threads

¨ 64 bit Instruction Set

http://www.intel.com/technology/architecture-silicon/2billion.htm

Microprocessor-based Systems

Memory Types

¨ R/W: Read/Write Memory; also called RAM

n It is volatile (losses information as power is

removed)

n Write means the processor can store information

n Read means the processor can receive information

from the memory

n Acts like a Blackboard!

¨ ROM: Read-Only memory;

n It is typically non-volatile (permanent) – can be

erasable

n It is similar to a Page from your textbook

Microprocessor-based Systems

Memory Classification

Expensive

Fast/

Cheap

Slow

Onetime programmable

Electronically Erasable

PROM

Basic Technologies:

Semiconductor

Magnetic

Optical

(or combination)

Microprocessor-based Systems

Memory Classification

Expensive

Fast/

Cheap

Slow

Onetime programmable

Electronically Erasable

PROM

  • 4/6 transistor to

save a single bit

  • **Volatile
  • Fast but**

expensive

  • one transistor and one

capacitor to store a bit

  • Leakage problem, thus

requires refreshing

  • Used for dynamic data/

program storage

  • Cheap and slow!

Microprocessor-based

Systems - BUS

n The three components – MPU, memory, and I/O – are connected by a

group of wires called the BUS

n Address bus

n consists of 16, 20, 24, or 32 parallel signal lines (wires) - unidirectional

n these lines contain the address of the memory location to read or written

n Control bus

¨ consists of 4 to 10 (or more) parallel signal lines

¨ CPU sends signals along these lines to memory and to I/O ports

n examples: Memory Read, Memory Write, I/O Read, I/O Write

n Data bus

¨ consists of 8,16, or 32 parallel signal lines

¨ bi-directional

¨ only one device at a time can have its outputs enabled,

¨ this requires the devices to have three-state output

Expanded Microprocessor-Based System

1. Note the directions

of busses

2. What is the width of

the address bus?

3. What is the value of

the Address but to

access the first

register of the R/

WM?

Remember: 111 1111 1111 = 2^11=2K

So what are

microcontrollers?

First Microcontrollers

n IBM started using Intel processors in its PC

¨ Intel started its 8042 and 8048 (8-bit

microcontroller) – using in printers

n Apple Macintosh used Motorola 68000

n 1980 Intel abandoned microcontroller business

n By 1989 Microchip was a major player in

designing microcontrollers

¨ PIC: Peripheral Interface Controller

MCU Architecture

n RISC (Harvard)

¨ Reduced instruction set computer

¨ Simple operations

¨ Simple addressing modes

¨ Longer compiled program bust faster to

execute

¨ Uses pipelining

n CISC (Von Neuman)

¨ Complex instruction set computer

¨ More complex instructions (closer to high-

level language support)

Bench marks: How to compare MCUs together

MIPS: Million Instructions / second (Useful when the compilers are the same)

Main 8-bit Controllers

n Microchip-- PIC® Microcontrollers

¨ RISC architecture (reduced instruction set computer)

¨ Has sold over 2 billion as of 2002

¨ Cost effective and rich in peripherals

n Motorola– now Freescale

¨ CISC architecture

¨ Has hundreds of instructions

¨ Examples: 68HC05, 68HC08, 68HC

n Intel– now Marvell

¨ CISC architecture

¨ Has hundreds of instructions

¨ Examples: 8051, 8052

¨ Many difference manufacturers: Philips, Dallas/MAXIM Semiconductor,

etc.

n Atmel

¨ RISC architecture (reduced instruction set computer) –

¨ Cost effective and rich in peripherals

¨ AVR

n Machine Language: binary instructions

¨ All programs are converted into the machine

language of a processor for execution

¨ Difficult to decipher and write

¨ Prone to cause many errors in writing

Machine Language

Assembly Language

High-level Language

Software: From Machine

to High-Level Languages (1 of 3)

Software: From Machine

to High-Level Languages (2 of 3)

n Assembly Language: machine instructions

represented in mnemonics

¨ Has one-to-one correspondence with machine

instructions

¨ Efficient in execution and use of memory;

machine-specific and not easy to troubleshoot

Machine Language

Assembly Language

High-level Language

Data Format (8-bit) (2 of 4)

n Signed Integers: Seven bits (Bit0 to Bit6)

represent the magnitude of a number.

¨ The eighth bit (Bit7) represents the sign of

a number. The number is positive when

Bit7 is zero and negative when Bit7 is one.

¨ Positive numbers: 0 to 7F (0 to 127)

¨ Negative numbers: 80 to FF (-1 to -128)

¨ All negative numbers are represented in

2 ’s complement

Signed

Unsigned

Data Format (8-bit) (3 of 4)

n Binary Coded Decimal Numbers (BCD)

¨ 8 bits of a number divided into groups of four,

and each group represents a decimal digit

from 0 to 9

¨ Four-bit combinations from A through F in Hex

are invalid in BCD numbers

n Example: 0010 0101 represents the binary coding

of the decimal number 25d which is different in

value from 25H.

Data Format (8-bit) (4 of 4)

n American Standard Code for Information

Interchange (ASCII)

¨ Seven-bit alphanumeric code with 128

combinations (00 to 7F)

¨ Represents English alphabet, decimal digits

from 0 to 9, symbols, and commands

Storing Bits in Memory

n We can store in different memory

types

¨ EEPROM, FLASH, RAM, etc.

n In an 8-bit RAM

¨ Each byte is stored in a single

memory register

¨ Each word is stored in two memory

locations (registers)

¨ DATA 0x

n 0x12àREG11 (High-order byte)

¨ 0001 0010

n 0x34àREG10 (Low-order byte)

¨ 0011 0100

What if we want to store -8? Remember -8 à 111 1000 (in twos complement)