Parul Polytechnic Institute Subject Code : 3341101 Name Of Subject : Microprocessor and assembly language programming Name of Unit : Introduction to Microprossor.

Slides:



Advertisements
Similar presentations
PIN DIAGRAM OF 8085 ENGR M.ZAKIR SHAIKH Visiting Faculty,IBT LUMHS
Advertisements

Gursharan Singh Tatla PIN DIAGRAM OF 8086 Gursharan Singh Tatla Gursharan Singh Tatla
8086 [2] Ahad. Internal! External? 8086 vs _bit Data Bus 20_bit Address 8_bit Data Bus 20_bit Address Only external bus of 8088 is.
Parul Polytechnic Institute
Parul Polytechnic Institute Parul Polytechnic Institute Subject Code : Name Of Subject : Microprocessor and assembly language programming Name.
Khaled A. Al-Utaibi 8086 Bus Design Khaled A. Al-Utaibi
Subject Code : Name Of Subject : Microprocessor and assembly language programming Name of Unit : Instruction cycle and Timing diagram Topic : Instruction.
Parul Polytechnic Institute Subject Code : Name Of Subject : Microprocessor and assembly language programming Name of Unit : Introduction to Microprossor.
Parul Polytechnic Institute Parul Polytechnic Institute Subject Code : Name Of Subject : Microprocessor and assembly language programming Name.
8086.  The 8086 is Intel’s first 16-bit microprocessor  The 8086 can run at different clock speeds  Standard 8086 – 5 MHz  –10 MHz 
SYSTEM CLOCK Clock (CLK) : input signal which synchronize the internal and external operations of the microprocessor.
The 8085 Microprocessor Architecture
8085 Interrupts LAKSHMI.B.E.1. Interrupts  Interrupt is a process where an external device can get the attention of the microprocessor. ◦ The process.
Interrupts Disclaimer: All diagrams and figures in this presentation are scanned from the book “Microprocessors and Programmed Logic” authored by Kenneth.
Microprocessor and Microcontroller
I/O Unit.
BLOCK DIAGRAM OF INTEL 8085 GURSHARAN SINGH TATLA
Subject Code : Name Of Subject : Microprocessor and assembly language programming Name of Unit : Introduction to Microprossor Topic : Pin function.
Parul Polytechnic Institute Subject Code : Name Of Subject : Microprocessor and assembly language programming Name of Unit : Introduction to Microprossor.
4-1 ECE 424 Design of Microprocessor-Based Systems Haibo Wang ECE Department Southern Illinois University Carbondale, IL Hardware Detail of Intel.
1 TK2633TK Microprocessor Architecture DR MASRI AYOB.
Chapter 10 Hardware Details on the 8088 Objectives: The general specification on the 8088 microprocessors The processor’s control signal names and specifications.
Design of Microprocessor-Based Systems Hardware Detail of Intel 8088 Dr. Esam Al_Qaralleh CE Department Princess Sumaya University for Technology.
MICROPROCESSOR BASED SYSTEM DESIGN
GURSHARAN SINGH TATLA PIN DIAGRAM OF 8085 GURSHARAN SINGH TATLA
Microcomputer & Interfacing Lecture 2
Khaled A. Al-Utaibi  8086 Pinout & Pin Functions  Minimum & Maximum Mode Operations  Microcomputer System Design  Minimum Mode.
MODES OF Details of Pins Pin 1 –Connected Ground Pins 2-16 –acts as both input/output. Outputs address at the first part of the cycle and outputs.
created by :Gaurav Shrivastava
Computer Architecture
MICROPROCESSOR INPUT/OUTPUT
8086/8088 Hardware Specifications Power supply:  +5V with tolerance of ±10%;  360mA. Input characteristics:  Logic 0 – 0.8V maximum, ±10μA maximum;
Computer Architecture Lecture 9 by Engineer A. Lecturer Aymen Hasan AlAwady 10/2/2014 University of Kufa - Information Technology Research and Development.
MODES OF Details of Pins Pin 1GND –Connected Ground Pins 2-16 AD14-AD0–acts as both input/output. Outputs address at the first part of the cycle.
Direct Memory Access (DMA) Microprocessors I -1. Topics to be discussed  Basic DMA Concept Basic DMA Concept  DMA pins and timing DMA pins and timing.
Microprocessor. Interrupts The processor has 5 interrupts. CALL instruction (3 byte instruction). The processor calls the subroutine, address of which.
8085. Microcomputer Major components of the computer - the processor, the control unit, one or more memory ICs, one or more I/O ICs, and the clock Major.
MICROPROCESSORS & ORGANIZATION OF 8085
Computer Architecture Lecture 6 by Engineer A. Lecturer Aymen Hasan AlAwady 1/12/2013 University of Kufa - Informatics Center for Research and Rehabilitation.
MICROPROCESSORS AND APPLICATIONS
Introduction to Microprocessors - chapter3 1 Chapter 3 The 8085 Microprocessor Architecture.
8086/8088 Hardware Specifications. Objectives Describe the functions of all 8086/8088 pins Understand DC characteristics and fan out Using the clock generator.
MACHINE CYCLE AND T-STATE
Parul Polytechnic Institute Subject Code : Name Of Subject : Microprocessor and assembly language programming Name of Unit : Introduction to Microprossor.
The 8085 Microprocessor Architecture. What 8085 meant for? 80 - year of invention bit processor 5 - uses +5V for power.
8085 Microprocessor: Architecture & Support Components.
Multiplex of Data and Address Lines in 8088 Address lines A0-A7 and Data lines D0-D7 are multiplexed in These lines are labelled as AD0-AD7. –By.
Gandhinagar Institute of Technology
8 085Microprocessor Temp Reg (8) Accumulator (A reg) Flag flip flops(8) Instruction Register (8) Arithmetic Logic Unit ALU Instruction Decoder and Machine.
Architecture of 8085 Nitin Mishra. Registers Microprocessor Instruction Cache Arithmetic & Logic Unit Control Unit Bus Interface Unit Data Cache Instruction.
AMITY UNIVERSITY RAJASTHAN Present By M.Sc Applied Chemistry.
G.H.PATEL COLLEGE OF ENGG.& TECH. SUBJECT:-Micro processor & controller GUIDED BY :-Bhavesh R hindocha PREPARED BY:- PARTH TRIVEDI( ) AJAY KATHIRIYA( )
Unit Microprocessor.
COURSE OUTCOMES OF Microprocessor and programming
BLOCK DIAGRAM OF INTEL 8085.
8085 INTRODUCTION The features of INTEL 8085 are :
Everybody.
The process starts from the I/O device
Introduction to the processor and its pin configuration
I/O Memory Interface Topics:
EE3541 Introduction to Microprocessors
8086/8088 Hardware Specifications
Parul Polytechnic Institute
8085 Microprocessor Architecture
Interrupt.
An Introduction to Microprocessor Architecture using intel 8085 as a classic processor
Architecture & Support Components
8085 Microprocessor Architecture
X1 & X2 These are also called Crystal Input Pins.
8085 Microprocessor Architecture
Presentation transcript:

Parul Polytechnic Institute Subject Code : Name Of Subject : Microprocessor and assembly language programming Name of Unit : Introduction to Microprossor Topic : Pin function of 8085 Name of Faculty : H.M.Avaiya & Bhargav Halari

PIN FUNCTION OF 8085 Sub:malp Topic:pin diagram of 8085

PIN DIAGRAM OF 8085

8085 PIN FUNCTION :  A15-A8:  They represent upper half of the address bus of 8085 microprocessor and carriers upper byte of 16-bit address.  AD7-AD0:  They represent multiplexed address/data bus.  When ALE is high, they are used as lower half of the address bus and carriers lower byte of 16-bit address.  When ALE is low, they are used as 8-bit data bus to transfer data to and from microprocessor. SUB:MALP TOPIC:PIN DIAGRAM OF 8085

 ALE: It stands for Address latch enable. It is used to demultiplex multiplexed address/data bus(AD7-AD0). When it is high, AD7-AD0 carries lower byte of an address. When it is low,AD7-AD0 carries 8-bit data. ALE goes high in start of every machine cycle and stays high during first T-state. At the end of T1,it goes low. SUB:MALP TOPIC:PIN DIAGRAM OF8085

 IO/M: It stands input-output/memory. It differentiates between I/O and memory operation. When it is high, 8085 performs I/O operation (either read or write) and when it is low,8085 perform memory operation (either read or write)  RD,WR: The control signals RD and WR are used to perform the read and write operations respectively. When RD is low,8085 is reading from memory or input device. When WR is low,80MEMR,MEMW,IOW and IOR.85 is writing to memory location or output device. These signals together with IO/M are used to generate control signals SUB:MALP TOPIC:PIN DIAGRAM OF 8085

 S1,S0: They are status signals and IO/M, S1 & S0 together represents different machine cycles 8085 can perform. For example, IO/M =0, S1=0 & SO=1 represents memory write cycle.  SID,SOD: SID stands for serial input data and SOD stands for serial output data. SID is used to read the bits serially, while SOD is used to send data serially bit by bit. They are used for serial communication between 8085 and serial device. SUB:MALP TOPIC:PIN DIAGRAM OF 8085

 HOLD,HLDA: These signals are used with DMA controller. DMA controller uses HOLD to send the request for granting the control of buses to microprocessor. HLDA (hold acknowledge) is used by microprocessor to acknowledge the granting of request.  READY: It is used to synchronize the operation with slower peripherals. When it is high, the device is ready to perform the read or write operation. SUB:MALP TOPIC:PIN DIAGRAM OF 8085

 RESET IN, RESET OUT : When RESET IN is low, microprocessor resets itself and initializes program counter to 0000h. RESET OUT is used to inform all other peripherals in a system that microprocessor is being reset.  TRAP: It is nonmaskable interrupt and used only in emergency like power failure. Once it occurs it can not be stopped by software or hardware means. SUB:MALP TOPIC:PIN DIAGRAM OF 8085

 RST 7.5, RST 6.5, RST 5.5: They are known as restart interrupts and are maskable. They are controlled by EI/DI instructions as well as RIM & SIM instructions.  INTR: It is general purpose interrupt and also maskable. It is enabled and disabled by E1 & D1 instructions. SUB:MALP TOPIC:PIN DIAGRAM OF 8085

 INTA: It is interrupt acknowledge pin and used by microprocessor to acknowledge the acceptance of an interrupt request by device.  X1,X2: 8085 contains in built clock generator and X1 & X2 are used to connect crystal for this internal clock generator. Using it, 8085 generate system clock. All the operations performed by 8085 are synchronized to this clock SUB:MALP TOPIC:PIN DIAGRAM OF 8085

 CLK OUT: It is used to provide the system clock to other devices in a system.  Vcc, Vss: They are power signals. Vcc is connected to +5 volt. Vss is connected to ground SUB:MALP TOPIC:PIN DIAGRAM OF 8085