Top Banner

Click here to load reader

of 14

Pin diagram 8085

Apr 21, 2017

Download

Education

Siddhesh Palkar
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript

Slide 1

Presented BySiddhesh S. PalkarPin Diagram 8085 & Features of 8085

Features of 8085It is an 8 bit processorIt is a single chip N-MOS device with 40 pins.It has multiplexed address and data bus(AD0 - AD7)It works on 5 Volt DC power supplyThe maximum clock frequency is 3 MHz while minimum frequency is 500 KHz.It provides 74 instruction with 5 different addressing modes.

Pin Diagram

Address BusThese pins carry the higher order of address bus.The address is sent from microprocessor to memory.A8 A15. It carries the most significant 8-bit of memory I/O address.

Data BusData bus is of 8 Bit.It is used to transfer data between microprocessor and memory.AD0 AD7. It carries the least significant 8-bit address and data bus.

Control SignalsRD This signal indicates that the selected IO or memory device is to be read and is ready for accepting data available on the data bus.

WR This signal indicates that the data on the data bus is to be written into a selected memory or IO location.

Status SignalsIO/M This signal is used to differentiate between IO and Memory operations, i.e. when it is high indicates IO operation and when it is low then it indicates memory operation.

S0 & S1These signals are used to identify the type of current operation.

Power SupplyThere are 2 power Supply signals: VCCVCC indicates +5v power supply.

VSS VSS indicates ground signal.

Interrupt SignalsTRAPTRAP is usually used for power failure and emergency shutoff.

RST 7.5It is a maskable interrupt. It has the second highest priority.

RST 6.5It is a maskable interrupt. It has the third highest priority.

RST 5.5It is a maskable interrupt. It has the fourth highest priority.

INTRIt is a general purpose interrupt. It is a maskable interrupt. It has the lowest priority.

Externally Initiated SignalsINTAIt is an interrupt acknowledgment signal.

RESET INThis signal is used to reset the microprocessor by setting the program counter to zero.

RESET OUTThis signal is used to reset all the connected devices when the microprocessor is reset.

Externally Initiated SignalsReadyThis signal indicates that the device is ready to send or receive data. If READY is low, then the CPU has to wait for READY to go high.

HOLDThis signal indicates that another master is requesting the use of the address and data buses.

HLDAIt indicates that the CPU has received the HOLD request and it will relinquish the bus in the next clock cycle.

Serial I/O SignalsSOD(Serial Output Data line)The output SOD is set/reset as specified by the SIM instruction.

SID(Serial Input Data line)The data on this line is loaded into accumulator whenever a RIM instruction is executed.

Clock signalsX1, X2A crystal (RC, LC N/W) is connected at these two pins and is used to set frequency of the internal clock generator. This frequency is internally divided by 2.

CLK OUTThis signal is used as the system clock for devices connected with the microprocessor.

Thank You