- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Pins of 8259
Intel 8259 is designed as a 28-pin-programmable IC available as a package named DIP (Dual inline package). Its physical and functional pin diagrams are indicated below.
PIN Name | Description and Purposes |
---|---|
Vcc and Gnd | It is the Power supply and ground pins. +5V power supply isused in this chip. |
D7-0 | For communication with the processor, there are Eight bi-directional data pins. |
RD* | It is active low-input pin activated by the processor to read the information status from the 8259. |
WR* | It is an active low-input pin which is activated by the processor to write the control information to 8259. |
CS* | For selecting the chip it is used an active low input pin. |
A0 | An address input pin used along with RD* and WR* which is used to identify the various command words. |
IR0-IR7 | There are Eight asynchronous interrupt request inputs. These interrupt requests can be programmed for level-trigger or edge-triggered mode. |
INT | A strong active high-output pin which interrupts the processor. Always connected to the INTR interrupt input of 8085. The INT output is only activated when all the given conditions are satisfied correctly. |
Fig − Pin diagram of Intel 8259
INTA* | It is termed as an active low-input pin. The 8259 receives the signal from INTA* to the output of 8085. 8085 sends the three consecutive INTA* signals, the 8259sends a 3-byte CALL instruction to the 8085 via D7-0 pins. The two bytes termed as second and third bytes of the CALL instruction contains the ISS address which depends on the IR input of 8259 that is going to be serviced. Fig: Functional pin diagram of 8259 ![]() |
CAS:2-0 | These are cascaded lines. Used only when there are multiple 8259s in the system. The interrupt control system might have a master 8259 and maximum eight Slave 8259s. |
SP*/EN* | SP*/EN* stands for “slave program/enable buffer”. This pinserves dual function. When it is used as EN* pin it provides an active low-output pin that controls the buffer transceivers in the buffer mode. |
- Related Articles
- Architecture of 8259
- Overview of the working of 8259
- 8259 PIC Microprocessor
- Description of 8085 pins
- Pins of Z-80
- Registers used in 8259
- Slave register in 8259
- Description of the pins of 8257
- Interrupt request register in 8259
- Interrupt mask register in 8259
- In-service register in 8259
- Programming the 8259 with slaves
- Use of 8259 in an 8086-based system
- Programming the 8259 with no slaves
- Vcc and Vss pins

Advertisements