Lecture 4 Z80 Introduction Hong, You Pyo, DGU 1. Youpyo DGU Z80 Z80 is one of the most simple 8-bit microprocessor developed at 80’s. Z80 does.

Slides:



Advertisements
Similar presentations
Chapter 5 Internal Memory
Advertisements

Microprocessor System Design. Outline Address decoding Chip select Memory configurations.
Parul Polytechnic Institute Subject Code : Name Of Subject : Microprocessor and assembly language programming Name of Unit : Introduction to Microprossor.
9/20/6Lecture 3 - Instruction Set - Al1 The Hardware Interface.
 CPU: Central Processing Unit  I/O: Input /Output  Bus: Address bus & Data bus  Memory: RAM & ROM  Timer  Interrupt  Serial Port  Parallel Port.
Lecture 7 Miscellaneous Parts Hong, You DGU 1.
SOC Design Lecture 6 HREQ and HGRANT. Kyungoh Park & Youpyo Hong, DGU Multi Master & Single Slave(MM & SS) Multiple masters cannot access the same slave.
ECE 301 – Digital Electronics Memory (Lecture #21)
Chapter 5 Internal Memory
I/O Subsystem Organization and Interfacing Cs 147 Peter Nguyen
ECE 301 – Digital Electronics
Engineering 4862 Microprocessors Lecture 26 Cheng Li EN-4012
Logic Device and Memory. Tri-state Devices Tri-state logic devices have three states: logic 1, logic 0, and high impedance. A tri-state device has three.
Microcontroller: Introduction
1 The 8051 Microcontroller and Embedded Systems CHAPTER INTERFACING TO EXTERNAL MEMORY.
SOC Design Lecture 4 Bus and AMBA Introduction.
Microprocessor Block Diagram
The Microcomputer System In this presentation you will: Investigate the microprocessor Title Page.
Introduction to Computer Architecture & Design Computer Architecture and Design Lecture 0.
Chapter 4 ระบบหน่วยความจำ The Memory System
Faculty of Information Technology Department of Computer Science Computer Organization and Assembly Language Chapter 5 Internal Memory.
Address Decoder. Normally, microprocessor is connected to several devices However, only one device can communicate with the processor at one time leaving.
Introduction to Computing: Lecture 4
Logic Design Computer Architecture and Design Lecture 1.
ECE 371 Microprocessor Interfacing Unit 4 - Introduction to Memory Interfacing.
8086/8088 Hardware Specifications A Course in Microprocessor Electrical Engineering Dept. University of Indonesia.
Microprocessors A practical approach Subjects Goals for this module Results Subjects of the module Plans Questions.
Chapter 8 Memory Interface
Microprocessor-Based System. What is it? How simple can a microprocessor-based system actually be? – It must obviously contain a microprocessor otherwise.
CPU Design. Introduction – The CPU must perform three main tasks: Communication with memory – Fetching Instructions – Fetching and storing data Interpretation.
Memory Interface A Course in Microprocessor Electrical Engineering Dept. University of Indonesia.
Memory Devices on DE2-115 數位電路實驗 TA: 吳柏辰 Author: Trumen.
SOC Design Lecture 9 SRAM vs. NOR Flash. Taehyun Kim & Youpyo Hong, DGU SRAM vs. NOR Flash There are asynchronous SRAM and synchronous SRAM. Our SRAM.
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
Primary Storage Primary storage is the storage that is directly available to the CPU. It is also known as: Main Memory Main Memory Direct Access Storage.
Presented by Sadhish Prabhu
Wnopp Memory device Introduction n Memory Cell n Memory Word n Byte n Capacity n Address n Read Operation n Write Operation n Access Time n Volatile.
ECE 371 Microprocessor Interfacing
SOC Design Lecture 2 Lecture Goal. YOUPYO HONG, DGU Our Final Goal in This Course is To Design AHB-compatible SRAM controller.
The Principle and Application of Microcontrollers
SOC Design Lecture 5 AMBA Signals. Youpyo DGU AMBA Bus Types.
Lecture 0 Overview Hong, You Pyo, DGU 1. Y. Hong Microprocessor A semiconductor device that contains a CPU (Central Processing Unit) and peripherals In.
SOC Design Lecture 8 AHB-Based SRAM Controller. Youpyo DGU SRAM Controller Design Let’s design AHB-compatible SRAM Controller.
George W. Woodruff School of Mechanical Engineering, Georgia Tech ME4447/6405 ME 4447/6405 Microprocessor Control of Manufacturing Systems and Introduction.
Computer Architecture Chapter (5): Internal Memory
MICROPROCESSOR BASED SYSTEM DESIGN BY PROF. DR. B. S. CHOWDHRY Lecture #
Primary Storage The Triplets – ROM & RAM & Cache.
Hoda Roodaki AVR Family Overview Hoda Roodaki
Recap DRAM Read Cycle DRAM Write Cycle FAST Page Access Mode
Microcontroller Based Digital Code Lock
Introduction to Microcontrollers and the Board of Education
The Triplets – ROM & RAM & Cache
Lecture 10 Circuit Basics of Microprocessor
Lecture 2 Microprocessor Overview
Lecture 14 Z80 Application Program
AT28C17 EEPROM By: Ethan Peterson.
Architectural Overview
ADDRESSING MODES AND INSTRUCTION SET
Lecturer: Reza Arjmandi Autumn 2015
Tri-state Buffers and Drivers By Taweesak Reungpeerakul
Word Assembly from Narrow Chips
Chapter 4 Introduction to Computer Organization
INTRODUCTION TO MEMORY AND MEMORY DESIGN 1
Take out a piece of paper
UNIT-III Pin Diagram Of 8086
Lecture 11 Z80 Instruction Hong DGU.
Arduino Board.
Arduino म्हणजे काय?.
Lecture 3 - Instruction Set - Al
Presentation transcript:

Lecture 4 Z80 Introduction Hong, You Pyo, DGU 1

Youpyo DGU Z80 Z80 is one of the most simple 8-bit microprocessor developed at 80’s. Z80 does not contain any ROM/RAM/Flash memory which is good feature for beginners. 2

Youpyo DGU Z80 Pinouts 3

Youpyo DGU RAM/ROM Pinouts 4 RAM : 62256ROM : 28256

Youpyo DGU 62256, Address pin number is 15 and data pin number is 8. 2^15 = 32,768 32,768 * 8 = 262,144 bit 262,144/1,024 = K means 256K bit memory. 5

Youpyo DGU CPU and Memory Connection 6

Youpyo DGU Address Signal Connection 7

Youpyo DGU Data Connection 8

Youpyo DGU Two Potential Problems Two memories send out different voltages. 9 5V 0V Unwanted memory becomes open.

Youpyo DGU 10 5V

Youpyo DGU RAM Function Table 11

Youpyo DGU HW #0 Download Z80, 28C256 (EEPROM) and 62256(SRAM) datasheet. Keep them in a ring binder. 12