The document discusses the 8255 Programmable Peripheral Interface chip. It can be programmed to transfer data under various conditions from simple I/O to interrupt I/O. It has 3 ports that can be programmed in different modes. Mode 0 provides simple input/output without handshaking. Mode 1 adds strobe signals for handshaking during input/output. Mode 2 allows bi-directional communication on a single bus using handshaking signals. The document provides examples and diagrams to illustrate the different modes.
Copyright:
Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online from Scribd
The document discusses the 8255 Programmable Peripheral Interface chip. It can be programmed to transfer data under various conditions from simple I/O to interrupt I/O. It has 3 ports that can be programmed in different modes. Mode 0 provides simple input/output without handshaking. Mode 1 adds strobe signals for handshaking during input/output. Mode 2 allows bi-directional communication on a single bus using handshaking signals. The document provides examples and diagrams to illustrate the different modes.
The document discusses the 8255 Programmable Peripheral Interface chip. It can be programmed to transfer data under various conditions from simple I/O to interrupt I/O. It has 3 ports that can be programmed in different modes. Mode 0 provides simple input/output without handshaking. Mode 1 adds strobe signals for handshaking during input/output. Mode 2 allows bi-directional communication on a single bus using handshaking signals. The document provides examples and diagrams to illustrate the different modes.
Copyright:
Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online from Scribd
The document discusses the 8255 Programmable Peripheral Interface chip. It can be programmed to transfer data under various conditions from simple I/O to interrupt I/O. It has 3 ports that can be programmed in different modes. Mode 0 provides simple input/output without handshaking. Mode 1 adds strobe signals for handshaking during input/output. Mode 2 allows bi-directional communication on a single bus using handshaking signals. The document provides examples and diagrams to illustrate the different modes.
Copyright:
Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online from Scribd
Download as ppt, pdf, or txt
You are on page 1of 34
8255
Programmable Peripheral Interface
Review • More on Address decoding • Interface with memory • Introduction to Programmable Peripheral Interface 82C55 About 82C55 • The 8255 is a widely used, programmable, parallel I/O device. it can interface any TTL-compatible I/O device to a microprocessor. • It is used to interface to the keyboard and a parallel printer port in PCs (usually as part of an integrated chipset). • It can be programmed to transfer data under various conditions, from simple I/O to interrupt I/O • Requires insertion of wait states if used with a microprocessor using higher that an 8 MHz clock. • PPI has 24 pins for I/O that are programmable in groups of 12 pins. • Group A (12 pins): port A (8 pins) and (CU)Port Cupper (4 pins) • Group B (12 pins): port B (8 pins) and (CL)Port Clower (4 pins) • It has three distinct modes of operation. • The functions of these ports are defined by writing a control word in the control register. 82C55 :GROUPS, PORT SELECT BLOCK DIAGRAM DESCRIPTION • It contains following blocks 1. Data bus buffer 2. Read/Write control logic 3. Group A and group B control 4. Port A and Port B 5. Port C 1) Data bus buffrer:
– This is 8 bit bidirectional, tristate buffer to
interface 8255 data bus with system data bus. – It is internally connected to system data bus directly and its outer pins are D0-D7 are connected to system data bus directly. – The direction of data depends on control signal. When read signal is active, it transmits data to system. When write signal is active, it receives data from system. 2) Read/Write control logic:
• This block accepts inputs from system
control bus and address bus. • The control signals are RD and WR are connected to IOR,IOW or MEMR,MEMW • Ao and A1 are directly connected to address line Ao and A1. • CS is connected to chip select decoder. • Ao and A1 selects the port and RD and WR signal decides what operation has to be performed. 3) GROUP A and GROUP B CONTROL: Basic Mode Definitions and Bus Int Programming 8255 Mode 0 (Basic Input/Output). • This functional configuration provides simple input and output operations for each of the three ports. • No “handshaking” is required, data is simply written to or read from a specified port. Mode 0 Port definition 82C55: Mode 0, Scan Display 82C55: Mode 0, Scan Display • Mode 0 operation causes the 82C55 to function as a buffered input device or as a latched output device. • In previous example, both ports A and B are programmed as (mode 0) simple latched output ports. • Port A provides the segment data inputs to display and port B provides a means of selecting one display position at a time. • Different values are displayed in each digit via fast time multiplexing. 82C55: Mode 0, Scan Key 82C55: Mode 0 Operation MODE 1 (Strobed Input/Output) • This functional configuration provides a means for transferring I/O data to or from a specified port in conjunction with strobes or “handshaking” signals. • In mode 1, Port A and Port B use the lines on Port C to generate or accept these “handshaking” signals Mode 1 Basic functional Definitions • Two Groups (Group A and Group B). • Each group contains one 8-bit data port and one 4-bit control/data port. • The 8-bit data port can be either input or output Both inputs and outputs are latched. • The 4-bit port is used for control and status of the 8-bit data port. 82C55: Mode 1 Strobed Input • ~STB : The strobe input loads data into the port latch on a 0-to-1 transition. • IBF : Input buffer full is an output indicating that the input latch contain information. • INTR : Interrupt request is an output that requests an interrupts. • INTE : The interrupt enable signal is neither an input nor an output; it is an internal bit programmed via the PC4 (port A) or PC2 (port B) bits. • PC7,PC6 : The port C pins 7 and 6 are general purpose I/O pings that are available for any purpose. 82C55: Mode 1 Strobed Input
Signal definitions for Mode 1 Strobe Input
82C55: Mode 1 Input Exam. • Keyboard encoder debounces the key- switches, and provides a strobe whenever a key is depressed. • DAV is activated on a key press strobing the ASCII-coded key code into Port A. 82C55 : Mode 1 Output Exam. • ~OBF : Output buffer full is an output that goes low when data is latched in either port A or port B. Goes low on ~ACK. • ~ACK : The acknowledge signal causes the ~OBF pin return to 0. This is a response from an external device. • INTR : Interrupt request is an output that requests an interrupt. • INTE : The interrupt enable signal is neither an input nor an output; it is an internal bit programmed via the PC6(Port A) or PC2(port B) bits. • PC5,PC4 : The port C pins 5 and 4 are general- purpose I/O pins that are available for any purpose. 82C55 : Mode 1 Output Exam. 82C55: Mode 2 Bi-directional Operation • This functional configuration provides a means for communicating with a peripheral device or structure on a single 8-bit bus for both transmitting and receiving data (bidirectional bus I/O). • “Handshaking” signals are provided to maintain proper bus flow discipline in a similar manner to MODE 1. • Interrupt generation and enable/disable functions are also available. MODE 2 Basic Functional Definitions:
• Used in Group A only.
• One 8-bit, bi-directional bus port (Port A) and a 5-bit control port (Port C). • Both inputs and outputs are latched. • The 5-bit control port (Port C) is used for control and status for the 8-bit, bi- directional bus port (Port A). 82C55: Mode 2 Bi-directional Operation • INTR : Interrupt request is an output that requests an interrupt. • ~OBF : Output Buffer Full is an output indicating that that output buffer contains data for the bi-directional bus. • ~ACK : Acknowledge is an input that enables tri-state buffers which are otherwise in their high-impedance state. • ~STB : The strobe input loads data into the port A latch. 82C55: Mode 2 Bi-directional Operation
• IBF : Input buffer full is an output
indicating that the input latch contains information for the external bi- directional bus. • INTE : Interrupt enable are internal bits that enable the INTR pin. BIT PC6(INTE1) and PC4(INTE2). • PC2,PC1,PC0 : These port C pins are general-purpose I/O pins that are available for any purpose. 82C55: Mode 2 Bi-directional Operation
•Timing diagram is a combination of the Mode 1 Strobed Input and Mode
1 Strobed Output Timing diagrams. Mode 2 Timing Diagram Mode definition summary More on interface, next time.