1 / 44

SEE 3223 : Microprocessors

SEE 3223 : Microprocessors. Consultation: Tuesday 11:00 – 12:55 a.m. Thursday 11:00 – 12:55 a.m. Module 0. Introduction. Microprocessor SEE3223. Aim

briana
Download Presentation

SEE 3223 : Microprocessors

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. SEE 3223: Microprocessors Consultation: Tuesday 11:00 – 12:55 a.m. Thursday 11:00 – 12:55 a.m.

  2. Module 0 Introduction

  3. Microprocessor SEE3223 Aim This subject introduces the principle and the usage of microprocessor. Few topics that are emphasized are processor architecture, assembly language and basic interfacing in a microprocessor-based systems. • Learning Outcomes • At the end of this course, students will be able to : • Describe and differentiate all the component of microprocessor- based systems. • Analyze and design AVR Atmega32 assembly language programs. • Analyze and design AVR Atmega32 microprocessor systems. • Work with AVR Studio and communicate effectively in a team to solve complex AVR Atmega32 design problems.

  4. What’s in this course: Assembly language programming Microprocessor concepts and architecture Hardware interfacing Pre-Requisites Number representation, coding, registers, state machines Realization of simple logic circuits Integrated circuit technologies Designing with MSI components Flip-Flops Counters and sequential MSI components Register transfer logic SEE3223 Microprocessor Systems

  5. Course Policy • Attendance is compulsory. • You are responsible for whatever is taught in the lecture. If you miss a class, it is your responsibility to find out about assignment, quizzes and exam from elearning. • Punctuality is expected. • Makeup tests will not be given except in the case of actual emergencies with written evidence. • You are encouraged to collaborate (not copy) on assignment problems with your "study buddies.”

  6. Grading Policy Assessment Breakdown: • 4 Quizzes (Best 3 out of 4) = 30% • 1 Group Assignment = 20% • Final = 50%

  7. Material • Lecture notes Will be posted • Textbooks Muhammad Ali Mazidi and, Sarmad Naimi and Sepehr Naimi(2010), The AVR Microcontroller and Embedded Systems: Using Assembly and C, 1st Ed., Prentice Hall.

  8. Module 1 Microprocessor-Based Systems

  9. Microprocessor-Based Systems • Aims • To review the main elements of a microprocessor system. • Intended Learning Outcomes • At the end of this module, students should be able to: • Define and explain important terms associated with both hardware and software elements of a microprocessor system • Tell the difference between general purpose computing and embedded computing • List down the major components inside a computer & processor • Tell the difference between computer, processor, microprocessor and microcontroller • Explain instruction execution cycles of a generic microprocessor

  10. Computer What is Computer ? Data Processing Data Storage

  11. Basic Functions of Computer Data Processing Data Storage Data Movement Control

  12. Microprocessor-Based Systems Whenever the word microprocessor is mentioned, it conjures up a picture of a desktop or laptop PC running an application such as a word processor or a spreadsheet. While this is a popular application for microprocessors, it is not the only one and the fact is most people use them indirectly in common objects and appliances without realizing it. Without the microprocessor, these products would not be as sophisticated or cheap as they are today. 20102011-I

  13. Microprocessor-Based Systems Computing systems are everywhere. Its probably no surprise that millions of computing systems are built every year destined for desktop computers (Personal Computers, or PCs), workstations, mainframes and servers. What may be surprising is that billions of computing systems are built every year for a very different purpose: they are embedded within larger electronic devices, repeatedly carrying out a particular function, often going completely unrecognized by the devices user. Creating a precise definition of such embedded computing systems, or simply embedded systems, is not an easy task. 20102011-I

  14. Computer Classifications • Classification of computers: • Servers: • Big, expensive, available 24x7 (read “24 by 7” or 24 hours a day, 7 days a week. Mainframes are old servers made by IBM. • Desktops: • computers on your desk • Laptops: • computers you carry in your bag • PDA (personal digital assistants): • Miniaturized computers you carry in your pocket • Embedded systems: • computers that have a specific application!

  15. What is an Embedded System? • a microprocessor-based system • built to control a function or range of functions • not designed to be programmed by the end user in the same way that a PC is • Usually embedded as part of a complete device including hardware and mechanical parts 20102011-I

  16. Embedded System: Example 20102011-I

  17. Specific Purpose Processors in Embedded Systems • Embedded Controllers: • General purpose for any embedded system • Small size, low power, integrated functions • Traffic light system, SCADA system etc. • Digital Signal Processors: • optimized for MAC operations especially for digital signal processing applications • Commonly found in hand-phones, modems, communications systems, motor driver, CNC machines etc. • Graphics Processors: • To speed up graphic processing such as physic calculations, image manipulation etc. • found in graphics cards of workstations and als o integrated with a CPU • Programmable Logic Controllers: • Optimized for control applications • Usually found in industrial and automation applications

  18. General Purpose Computing vs Embedded Systems

  19. A Computer System – Simplified View 20112012-I

  20. A Computer System – Simplified View Moves data between the computer and its external environment Stores and retrieves data CPU Memory Input/Output Controls the operation of the computer Performs its data processing functions Provides internal communication among CPU, main memory and I/O Address bus Data bus Control bus An embedded system also has the same structure but at a smaller size

  21. CPU What is Microprocessor ? Central Processing Unit (CPU): Control the operation of the computer and performs its data processing functions; often simply referred to as PROCESSPR

  22. Processor or Central Processing Unit (CPU) A set of internal storage locations within the CPU To perform the arithmetic and logical operations within the CPU Control & Instruction Registers User-Visible Registers Address Bus Registers Program Counter General-Purpose Reg. Data Bus Instruction Register Address Register ALU Internal Bus ... Data Register Control Unit Control Bus ... Flag Register To synchronize and control the overall operation of the P system To decode instruction and pass the necessary control signals to CU 20112012-I

  23. Microprocessor – Basic concept CPU 16-bit / 32-bit / 64-bit wide Address bus bidirectional8-bit / 16-bit / 32-bit / 128-bit Data bus Timing signals, ready signals,interrupts etc Control bus Microprocessor, by-itself, completely useless – must have external peripherals to Interact with outside world

  24. Microprocessor – Basic concept CPU Address Control BootROM Used at startup Instruction(program)ROM Data RAM Input/ Output External Comm. Data Microprocessor, by-itself, completely useless – must have external peripherals to Interact with outside world

  25. 1 2 3 4 5 6 7 8 1 byte = 8-bit data 1 word= 2 bytes 1 double = 2 words Memory Address-n  Memory Location-n Memory Memory Location-1 Memory Address-1  Memory Address-2  Memory Location-2 Number of addresses 2N (where N is an integer)

  26. Memory Devices • Read-Only Memory • Non-volatile memory: contents is retained even without power • In embedded systems, used to store application programs and test routines • Contents can be set by fixing it during manufacturing or “burning” it using a programming device • Common types include MROM, PROM, EPROM and flash memory • Erasable types can only be rewritten a fixed number of times • Random Access Memory • Contents lost without power (volatile memory) • Used to store temporary data. In embedded system, very little RAM is required. Some systems don’t even have RAM at all! • No limit to number of writes the device can handle • Fast writes (unlike EPROM/EEPROM) • Two major types are SRAM and DRAM

  27. Data & Address Buses Smallest transferable amount of data from memory to CPU (and vice versa) is one byte. Each byte has a unique location or address. The address of each byte is written in hexadecimal (hex). For AVR, the prefix ‘0x’ means a hex value. The range of addresses accessible by the processor is the memory space. (Limited by the size of the address bus). TheAtmega32(and many other AVRmodels)does not have direct support for an external memory interface. CPU Memory 24-bit address bus 16-bit data bus Data bus 16 bits 15 0 0x000000 Address bus 24 bits 24 2 -1= 8M locations 0xFFFFFF

  28. Microcontroller – Basic concept 20112012-I

  29. Microcontroller – Basic concept CPU Address Control Boot ROM Program ROM Data RAM Input/ Output External Comm. Data Microcontroller - put a limited amount of most commonly used resources inside one chip

  30. Microprocessor vs Microcontroller • Microcontroller: • A chip that contains all the components of a computer – processor, memory, input/output, and essential peripherals. • Less flexibility • Less component count in system • Processing power is the same as long as using same processor • Microprocessor: • A chip that contains only the processor • Need other chips to make a working system • More flexible • Can have very few I/O or many I/O devices using the same processor chip

  31. Software • Why we need a program • When CPU was invented designer use machine code • To simplify work, assembly language was invented. • Program: • Sequence of instructions that perform tasks • Computer software • When hardware system was invented their functions are fixed, to make the system flexible the codes must be changeable (soft).

  32. Machine & Assembly Language • Machine instruction • A sequence of binary digits which can be executed by the processor, e.g. 0001 1011. • Can only be understood for specific CPU • Hard to understand and easy to forget for human being • Assembly language • An assembly program consists of assembly instructions • An assembly instruction is a mnemonic representation of a machine instruction e.g. ADD equivalent to “04H” • Assembly programs must be translated into object code (machine code) before it can be executed . Known as assembler. • Assemblers can be of two types: cross assembler and native assembler. • Cross assembler runs on one microprocessor and generates machine instructions that will be executed by another microprocessor that has different instruction set, e.g. freeware ASM68K. • Native assembler runs and generates instructions for the same microporcessor. • Drawbacks of assembly programs are: • dependent on hardware organization, difficult to understand long programs, low programmer productivity

  33. High-level language (HLL) • High-Level Language • Syntax of a high-level language instructions are closer to human language. • A translator is required to translate the program written in a high-level language into object code – known as a compiler. • There are cross compilers that run on one computer but translate programs into machine instructions to be executed on a computer with a different instruction set. • Main drawback is the generated machine code is longer compared to writing using assemblylanguage. • System speed requirements may be hard to be fulfilled. • Shorter development time compared to assembly • So, C language has been extensively used in microcontroller programming in industry.

  34. Instruction Cycle (Fetch-Execute) Fetch Execute The processor executes instructions one-by-one according to the sequence found in memory Everything is controlled by, what else, the control unitin the CPU. To execute an instruction, the processor must fetch it from memory. Each instruction is processed in instruction cycle or thefetch-execute cycle

  35. Instruction Cycle Details • Fetch phase: 1. Read the instruction and put it into the instruction register (IR) 2. Control unit decodes the instruction; updates the PC for the next instruction • Execute phase: 3. Find the data required by the instruction. 4. Perform the required operation. 5. Store the results. 6. Repeat from Step 1.

  36. A B C D registers How computers work A [17] B  A A  [6] AA+B [7]A 31h C4h 26h 81h EAh 0h 5h 0 1 2 3 4 5 6 7 CPU Logic circuit Address bus Data bus Write Control bus Read ALU PC: 1 0 0 I/O 17 I/O n I/O 16 I/O 18 Inst. Dec.

  37. A B C D registers How computers work A [17] B  A A  [6] AA+B [7]A 31h C4h 26h 81h EAh 0h 5h 0 1 2 3 4 5 6 7 CPU 17 Logic circuit Address bus Data bus Write Control bus Read ALU PC: 9 1 I/O 17 I/O n I/O 16 I/O 18 Inst. Dec. 31

  38. A B C D registers How computers work A [17] B  A A  [6] AA+B [7]A 31h C4h 26h 81h EAh 0h 5h 0 1 2 3 4 5 6 7 C4 26 5 CPU 17 Logic circuit 6 Address bus Data bus Write Control bus Read 9 9 ALU PC: 1 2 2 1 3 I/O 17 I/O n I/O 16 I/O 18 Inst. Dec.

  39. A B C D registers How computers work A [17] B  A A  [6] AA+B [7]A 31h C4h 26h 81h EAh 0h 5h 0 1 2 3 4 5 6 7 81 EA CPU 7 Logic circuit Address bus Eh Data bus Write Control bus Read E 5 5 ALU + E 9 9 PC: 4 4 3 3 5 I/O 17 I/O n I/O 16 I/O 18 Inst. Dec.

  40. Review Questions 1

  41. Review Questions 2

  42. Review Questions 2 (Cont’d)

  43. Selecting a Microprocessor • Choose the right one for your application • Primary criteria: Cost, Power, Size, Speed • Others: package options, integrated peripherals, potential for future growth • Choose one with good software development support • development environment - good compiler and debugger availability • evaluation boards • in-circuit emulators for those with deep pockets • Operating system availability • Other considerations • Code density: affects power consumption, performance and system cost • Hardware availability: make sure you can actually purchase the microcontroller before designing it in • Prior expertise, licensing, etc

  44. Summary • Microprocessors and embedded controllers are a ubiquitous part of life today • Concept of a microprocessor & microcontroller • Understand how a µP works • Headhunters report that EEs familiar with µC, µP design are in the highest possible demand • Web Resources: • How Microprocessors Work: • http://computer.howstuffworks.com/microprocessor.htm • http://www.intel.com/education/mpworks/ • http://www.cse.psu.edu/~cg471/03f/hw/pj5/how-micro.html • Great Microprocessors of the Past and Present: • http://www.sasktelwebsite.net/jbayko/cpu.html • Great Moments in Microprocessor History: • http://www-128.ibm.com/developerworks/library/pa-microhist.html

More Related