CENG 2400, Embedded system design Chapter 1: Introduction KH Wong CENG2400 Ch1. Introduction v6b1.

Slides:



Advertisements
Similar presentations
Microprocessors Typical microprocessor controlled devices: Camera, mobile phone, stereo, mp3 player, electronic toys… High-level microprocessor controlled.
Advertisements

Course Overview and The 8051 Architecture
Khaled A. Al-Utaibi  Computers are Every Where  What is Computer Engineering?  Design Levels  Computer Engineering Fields  What.
CENG 2400, Embedded system design
COMP3221: Microprocessors and Embedded Systems Lecture 2: Instruction Set Architecture (ISA) Lecturer: Hui Wu Session.
Chapter 2: Memory CEG2400 – Embedded System Design CEG2400 Ch2. Memory V4c1.
EET 4250: Chapter 1 Performance Measurement, Instruction Count & CPI Acknowledgements: Some slides and lecture notes for this course adapted from Prof.
Course Outline for CENG2400 Embedded System Design You will learn –Hardware systems: memory, data/address bus. –Software systems: control hardware using.
Chapter 1 Sections 1.1 – 1.3 Dr. Iyad F. Jafar Introduction.
Computer Organization and Assembly language
CEN 226: Computer Organization & Assembly Language :CSC 225 (Lec#1) By Dr. Syed Noman.
Khaled A. Al-Utaibi  Microprocessors  Microcontrollers  Embedded Systems.
Processors for Embedded Systems PowerPC X86 MIPS ARM & Strong ARM SuperH RISC (SH3 and SH4) PIC – EE 4175.
MCU – Microcontroller Unit – 1 MCU  1 cip or VLSI core – application-specific.
CSE378 Gen. Intro1 Machine Organization and Assembly Language Programming Machine Organization –Hardware-centric view (in this class) –Not at the transistor.
Chapter 1 CSF 2009 Computer Abstractions and Technology.
Computer Organization
1 Layers of Computer Science, ISA and uArch Alexander Titov 20 September 2014.
INTRODUCTION TO MICROPROCESSORS
Overview Introduction The Level of Abstraction Organization & Architecture Structure & Function Why study computer organization?
Assembly Language for x86 Processors 7th Edition
Intro to Architecture – Page 1 of 22CSCI 4717 – Computer Architecture CSCI 4717/5717 Computer Architecture Topic: Introduction Reading: Chapter 1.
EET 4250: Chapter 1 Computer Abstractions and Technology Acknowledgements: Some slides and lecture notes for this course adapted from Prof. Mary Jane Irwin.
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
CPS120: Introduction to Computer Science Introduction to Computers.
EKT 422 Computer Architecture
Computer Organization and Design Computer Abstractions and Technology
Chapter 1 Computer Abstractions and Technology. Chapter 1 — Computer Abstractions and Technology — 2 The Computer Revolution Progress in computer technology.
Computer Organization & Assembly Language © by DR. M. Amer.
Introduction Computer System “An electronic device, operating under the control of instructions stored in its own memory unit, that can accept data (input),
PC hardware and x86 programming Lec 2 Jinyang Li.
66 CHAPTER SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-2 Lecture Objectives System unit components Microprocessors Memory.
Beginning Snapshots Chapter 0. C++ An Introduction to Computing, 3rd ed. 2 Objectives Give an overview of computer science Show its breadth Provide context.
MICROOCESSORS AND MICROCONTROLLER:
This course is designed by Dr. Khaled A. Al-Utaibi.
Chapter 1 — Computer Abstractions and Technology — 1 Below Your Program Application software – Written in high-level language System software – Compiler:
COMPUTER ARCHITECTURE & OPERATIONS I Instructor: Yaohang Li.
9/22/2010Lecture 1 - Introduction1 ECE 5465 Advanced Microcomputers.
The Principle and Application of Microcontrollers
Microprocessors CSE- 341 Dr. Jia Uddin Assistant Professor, CSE, BRAC University.
CEng3361/18 CENG 336 INT. TO EMBEDDED SYSTEMS DEVELOPMENT Spring 2007 Recitation 01.
Chapter 1 Introduction.   In this chapter we will learn about structure and function of computer and possibly nature and characteristics of computer.
SPRING 2012 Assembly Language. Definition 2 A microprocessor is a silicon chip which forms the core of a microcomputer the concept of what goes into a.
CENG2400 Embedded System Design Chapter 0: Introduction K H Wong , Room 907 SHB-Engineering building
1 Chapter 1: Basic Concepts Assembly Language for Intel-Based Computers, 4th edition Kip R. Irvine 9/6/2003.
GCSE Computer Science - Revision
Introduction to Microcontrollers
Microprocessor and Microcontroller Fundamentals
Microprocessor and peripheral
Microprocessor and Microcontroller Fundamentals
Morgan Kaufmann Publishers
Assembly Language for x86 Processors 6th Edition
Chapter 1: An Overview of Computers and Programming Languages
Computer Architecture & Operations I
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
IPCOWALA INSTITUTE OF ENGINEERING & TECHNOLOGY-DHARMAJ
INTRODUCTION TO MICROPROCESSORS
Introduction to Microprocessors
INTRODUCTION TO MICROPROCESSORS
INTRODUCTION TO MICROPROCESSORS
CENG2400 Embedded System Design Chapter 0: Introduction
CENG 2400, Embedded system design
عمارة الحاسب.
Computer Science I CSC 135.
Lecture 2 Microprocessor Overview
Introduction to Microprocessor Programming
Dept. of Computer & Information Sciences (Course Introduction)
Dr. Clincy Professor of CS
Presentation transcript:

CENG 2400, Embedded system design Chapter 1: Introduction KH Wong CENG2400 Ch1. Introduction v6b1

Course Details Lecturer: Kin Hong Wong Website: Useful links – books/ books/ CENG2400 Ch1. Introduction v6b2 Thanks to Drs Philip Leong, Y.S. Moon, O. Mencer, N. Dulay, P. Cheung for some of the slides used in this course

What to learn? Build microcontroller/embedded systems Program it using assembly / C languages Techniques to interface sensors and control devices CENG2400 Ch1. Introduction v6b3

References References: –Furber, “ARM System-on-Chip Architecture”, 2000 –(refer to course website for online references) Honesty in Academic work –English Video : –Cantonese Video : Staff Student expectations CENG2400 Ch1. Introduction v6b4

CPUs and microcontrollers A Central Processing Unit CPU is the soul of a computer; it is the element in a computer for calculation and program execution. However, it does not function independently, it also needs memory and input/output modules to make up the computer. A microcontroller is a name given to a self-contained computer system that can operate on its own. It has a CPU inside as well memory and input/output modules which are packed inside a chip. So it is also named as a single-chip-computer. It is mainly used for dedicated systems such as washing machines, mobile phones or mobile pads. CENG2400 Ch1. Introduction v6b5

Examples of microcontrollers It is a computer on a chip. Examples: –Intel 8031, PIC (8-bit) –Arm (32-bit, 64-bit assembly or C) –“ARM-based CPU market share in 2010: over 95% in smartphone market; 10% in mobile computers; 35% in digital TVs and set-top boxes” ; from CENG2400 Ch1. Introduction v6b6 Arm in the I-phone

What are they used for? Offices (Word processing, data bases) Engineering (robot) Game consoles (Kinect, PSP) CENG2400 Ch1. Introduction v6b

CPU on a Chip -> Microprocessor Microcontroller (MCU) is a computer on a chip CENG2400 Ch1. Introduction v6b8

System on a chip (SoC) & A new trend wiki/System-on-a-chip. E.g. mobile phone SoC chip (ARM + wireless modules) wiki/System-on-a-chip If the system is too large for an SoC chip, use system in package (SiP):multi- chip system.system in package CENG2400 Ch1. Introduction v6b9 + + wireless module

Other CPUs Intel Pentium Motorola/IBM PowerPC AMD K7 ARM StrongArm Compaq (DIGITAL) Alpha Zilog Z80 Motorola MIPS Interesting history about microprocessors: It seems only the Intel Pentium and ARM families are still actively being used nowadays. CENG2400 Ch1. Introduction v6b10

ARM microprocessor cores CENG2400 Ch1. Introduction v6b 11 ArchitectureFamily ARMv1ARM1 ARMv2ARM2ARM2, ARM3ARM3 ARMv3ARM6, ARM7ARM7 ARMv4StrongARMStrongARM, ARM7TDMI, ARM9TDMIARM7TDMIARM9 ARMv5ARM7EJARM7EJ, ARM9E, ARM10E, XScaleARM9EARM10EXScale ARMv6ARM11ARM11, ARM Cortex-MARM Cortex-M ARMv7 ARM Cortex-AARM Cortex-A, ARM Cortex-M, ARM Cortex-RARM Cortex-MARM Cortex-R : ARM Cortex-A53, 64-bit Main article: List of ARM microprocessor coresList of ARM microprocessor cores A summary of the numerous vendors who implement ARM cores Our CENG2400 Course For Samsung galaxy 7

History CENG2400 Ch1. Introduction v6b12 8-bit 64-bit32-bit Turing and Turing machine

computer hardware history Turing developed the first digital computer around Von Neumann architecture, 1946 Intel 8088 microprocessor (8/16-bit), 1979 Motorola (16-bit) Pentium 4 (32-bit), 2000 Pentium Dual core 2009 ARM 64/32 bit, 2011 CENG2400 Ch1. Introduction v6b13

Hardware CENG2400 Ch1. Introduction v6b14 Hardware Processor Architecture Processor Architecture Memory Hierarchy Memory Hierarchy User Interfaces User Interfaces

Software CENG2400 Ch1. Introduction v6b15 Software Firmware Operating System/ Device driver Operating System/ Device driver Software Development Software Development - Bios setup - Assembly lang. - Bios setup - Assembly lang. - Task scheduling - Device drivers - Task scheduling - Device drivers - Prog. languages

Software hierarchy Different layers we will be learning the software that can boot up the system and the making of the device drivers for controlling hardware devices. Bios Basic Input/output system: Bootup Operating system (Vista, Linux) Device driver: Mouse, printer etc CENG2400 Ch1. Introduction v6b16

To be covered Lectures Basic Knowledge Machine Instructions & Assembly Language ARM7 instruction set Input/Output (I/O) Memory Tutorials/Lab Assembly language and C programming Microprocessor interfacing: build robot Use Philips LPC2000 family (ARM7) CENG2400 Ch1. Introduction v6b17

Lab: build a robot with sensors CENG2400 Ch1. Introduction v6b18

Our CE2400 ARM robot CENG2400 Ch1. Introduction v6b19

Some demos Self balancing robot – – Flute robot – Human following robot – Quad-rotor – Speed encoder – Star Wars' BB-8 Droid – CENG2400 Ch1. Introduction v6b20

Our robot 2016 CENG2400 Ch1. Introduction v6b21 Speed encoder Ultra-sound-radar Electronic compass Previous CENG2400 robot video demo

Ex1.1: Revision of Hexadecimal numbers A hexadecimal digital number has a value from 0 to F In binary representation it has 4 binary bits Different ways to write hexadecimal numbers: –E.g. many different forms, all have the same meaning –0x7=7h=7H=7hex –0xa=0xA=Ah=a(hex)=10 (decimal) etc.. Decima l HexadecimalBinary A 11B 12C 13D 14E 15F1111 CENG2400 Ch1. Introduction v6b 22 Fill in the blanks

Ex.1.2 Memory structure Memory is like a tall building. In this example, memory size is 2 16 =64K locations (floors). –A 16-bit number can be represented by 4 hexadecimal numbers –Each location (a floor) has an address. E.g. address 0000H, address 0ACDH etc. –In each address location (a floor) has a data (the content) 8-bit (2 hexadecimal numbers) 16-bit Address (64K locations) (H=Hex) 8-bit content (data) FFFF H35H FFFE H23H …… 0ACD H24H …… 0001 H32H 0000 H2BH CENG2400 Ch1. Introduction v6b23 Example 1.For a given memory device, can you change (i) the address, (ii) the data? 2.If the address is 8-bit, how many address locations are there in the memory? 3.If the address is 32-bit, how many address locations are there in the memory?

Overview of an embedded system CENG2400 Ch1. Introduction v6b24 Internal Input/output Interface Internal ram

How does a system start? An example What happens after power up? 16-bit Address (64K locations) (H=Hex) 8-bit content (data) FFFF H35H FFFE H23H …… 0ACD H24H …… 0001 H32H 0000 H2BH CENG2400 Ch1. Introduction v6b25 Power up Get content (2BH) of starting address (0000H), this is the machine code, e.g. 2BH here Run the machine code 2BH E.g. machine 2BH asks the machine to jump to location 0ACDH and run the code there

Exercises 1.3 on Memory structure. Fill in the blanks In this example, memory size is 2 24 =__?K locations (floors). –A 24-bit number can be represented by ___? hexadecimal numbers –Loc1 is the base address –Loc2 is the address location just above the base address –Loc3 is 100H above the base address –Loc4 is the address just below the top address –Loc5 is the top address 24-bit Address (H=Hex). Based on the descriptions on the left, fill in banks 8-bit content (data) Loc5:?______H35H Loc4:?______H23H …… Loc3:?______H24H …… Loc2:?______H32H Loc1:?______H2BH CENG2400 Ch1. Introduction v6b26 1.For a given memory device, can you change the size of the (i) address, (ii) data? 2.If the address is 20-bit, how many address locations are there in the memory? 3.If the address is 64-bit, how many address locations are there in the memory?

Exercise 1.4 Exercise : This to make sure you know how to convert hexadecimal to binary code or vice versa: Answer: (a) Write 7FFEH in binary and Write 35H in binary (b) Write B in hex CENG2400 Ch1. Introduction v6b27

Review questions (Exercise 1.5) List and discuss the Hardware and Software modules in a computer system. Discuss how memory is used in a computer system. List and discuss different types of memory in a computer system. And how do they used for? List the differences between address and data. List the boot-up procedures of a computer? CENG2400 Ch1. Introduction v6b 28

END CENG2400 Ch1. Introduction v6b29

Appendix A:The processor (e.g. ARM7) with 32 bit address bits CENG2400 Ch1. Introduction v6b30 32bit Address (2 32 =4G locations) (H=Hex) 32-bit content (data) example FFFFFFFF H H FFFFFFFE H H …… 00000ACD H H …… H H H BH 4G locations

Appendix B Answers to exercises CENG2400 Ch1. Introduction v6b31

Ans:Ex1.1: Revision of Hexadecimal numbers A hexadecimal digital number has a value from 0 to F In binary representation it has 4 binary bits Different ways to write hexadecimal numbers: –E.g. many different forms, all the same meaning –0x7=7h=7H=7hex –0xa=0xA=Ah=a(hex)=10 (decimal) etc.. decimalHexadecimalBinary A B C D E F1111 CENG2400 Ch1. Introduction v6b 32 Fill in the blanks

Answers to exercise 1.2 Exercise 1.2: 1.For a given memory device, can you change (i) the address, (ii) the data? Answer: (i) no, (ii) yes 2. If the address is 8-bit, how many address locations are there in the memory? Answer: 2^8=256 locations 3. If the address is 32-bit, how many address locations are there in the memory? Answer; 2^32=4G locations CENG2400 Ch1. Introduction v6b33

ANS: Exercise1.3 on Memory structure. Fill in the blanks In this example, memory size is 2 24 =16Mega?K locations (floors). –A 24-bit number can be represented by 6___? hexadecimal numbers –Loc1 is the base address –Loc2 is the address location (just above) above to the base address –Loc3 is 100H above the base address –Loc4 is the address just below the top address –Loc5 is the top address 24-bit Address (H=Hex). Based on the descriptions on the left, fill in banks 8-bit content (data) Loc5:?FFFFFFH35H Loc4:?FFFFFEH23H …… Loc3:? H24H …… Loc2:?000001H32H Loc1:?000000H2BH CENG2400 Ch1. Introduction v6b34 Exercise 1b: 1.For a given memory device, can you change the size of the (i) address, (ii) data? Ans: (i) No and (ii) No 1.If the address is 20-bit, how many address locations are there in the memory? Ans: 1Mega 2.If the address is 64-bit, how many address locations are there in the memory? Ans: 2^64=16 EiB(exbibyte), see

Answer to exercise 1.4 Exercise : This to make sure you know how to convert hexadecimal to binary code or vice versa: Answer: (a) 7FFEH = (in binary) 35H = (in binary) (b) B= 7AH CENG2400 Ch1. Introduction v6b35

Answer: Exercise 1.5 Exercise 3: List and discuss the Hardware and Software modules in a computer system. Discuss how memory is used in a computer system. List and discuss different types of memory in a computer system. And how do they used for? List the differences between address and data. List the boot-up procedures of a computer? Answers can be found in this lecture note and the Internet CENG2400 Ch1. Introduction v6b36