RTUComputer ScienceYr 2023 · Sem 32023

Q11Microprocessor and Microcontroller

Question

5 marks

Draw and explain the pin diagram of 8085 µP

Answer

A rigorous structural classification of the 8085 microprocessor's 40 pins, organizing them into power, clock, address/data buses, advanced control signals, and interrupt management groups.

The Intel 8085 microprocessor is physically housed in a standard 40-pin Dual In-line Package (DIP). The physical pins are strictly categorized by their electrical engineering function into six major operational groups: Power/Clock, Address/Data Bus, Control/Status, Interrupts, Serial I/O, and DMA.

1. Power and Clock Pins

These provide the fundamental lifeblood to the silicon die. - Vcc (Pin 40): Requires a highly stable +5 Volt DC power supply. - Vss (Pin 20): The primary Ground reference. - and (Pins 1, 2): These pins connect directly to an external quartz crystal oscillator. The internal clock generator mathematically divides this input frequency by exactly two to establish the microprocessor's operating frequency (e.g., a 6 MHz crystal yields a 3 MHz internal clock). - CLK OUT (Pin 37): Outputs the generated system clock frequency to synchronize external peripheral ICs.

2. The Address and Data Buses

These move information across the motherboard. - - (Pins 21-28): The unidirectional High-Order Address Bus. These physically carry the most significant 8 bits of a 16-bit memory address. - - (Pins 12-19): The bidirectional, time-multiplexed Low-Order Address and Data Bus. During the first clock cycle (), they transmit the lower 8 bits of the address. During subsequent cycles, they transmit the actual 8-bit data.

3. Control and Status Signals

These dictate the exact nature of the bus transaction. - ALE (Address Latch Enable - Pin 30): Pulses HIGH during to command an external latch to capture the low-order address from the multiplexed pins. - (Pin 34): A status pin. When HIGH, the current operation targets an I/O port. When LOW, it targets main memory. - (Pin 32) & (Pin 31): Active-low control signals dictating whether the microprocessor is Reading from or Writing to the target.

4. External Interrupts

These allow external hardware to violently interrupt standard execution. - TRAP (Pin 6): The absolute highest priority, non-maskable interrupt. - RST 7.5, RST 6.5, RST 5.5 (Pins 7, 8, 9): Maskable, vectored hardware interrupts. - INTR (Pin 10): The lowest priority, general-purpose interrupt request line.

Back to Paper