Microprocessor
Microprocessor
NOTE:
Any of the instructions can be asked for explanation.
One must Cover lab programs also.
49. Compare the memory mapped I/O with peripheral mapped I/O.
50. Interface the following memory to 8085:
51. ROM : 2Kx 8-bit, using 2716, starting address : 0000h
52. RAM : 2Kx 8-bit, using 6116, starting address : 8000h
53. Use absolute address decoding. Show all the control signals interfacing.
54. Design a microcomputer to obtain the following: 4K EPROM, 512 bytes
static RAM, four 8-bit ports. using
a. Standard I/O and linear decoding.
b. Full decoding using 3x8 decoder.
c. Memory mapped I/O and full decoding.
55. Interface two input ports at addresses FFFOh and FFF1h and two output
ports at addresses 9000h and 9001h using memory mapped I/O. Indicate the
assumptions made if any.
56. Interface 8K bytes of EPROM & 4K bytes of RAM, 8 I/P devices, 8 O/P
devices to a 8085 system in I/O mapped I/O. the memories are provided in 2K
bytes ICs. Give the schematic diagram with address data bus demultiplexing,
indicate the decoding logic & the address space for each.
57. Differentiate between partial decoding and absolute decoding in case of
device (memory I/O) selection. Give an example.
58. Interface 8K byte RAM and 4K byte EPROM to 8085, by absolute decoding
using 74LS138 decoder. Give the memory map starting at address 0000h for
EPROM.
59. Explain: i) memory mapped I/O, ii) I/O mapped or standard I/O, iii) serial
I/O.
CHAPTER 4: Interrupts
67. Explain the operation of 8255 PPI chip with its internal block schematic. Explain its mode 0,
mode 1 and BSR modes.
68. Write a short note on 8279 keyboard/display interface.
69. Which characteristics of an I/O device makes it necessary to interface the device through
DMA? Explain the DMA operation in detail.
70. Explain with block diagram the 8253 timer chip and its operation.
71. Explain with block diagram the USART 8251 chip and its operation.
72. Explain how data can be transferred using 8251 USART at different baud rates. Also discuss
the features available in 8251.
73. Explain the features of 8253. Briefly explain its different modes of operation.
74. Explain how 8259 communicates with 8085. Explain the different functions available in
priority interrupt controller.
75. With the help of functional block diagram, explain the different features available in 8279.
76. What are the maximum and minimum frequencies that can be generated using 8155 timer
section when 8085 clock is 3 MHz.
77. Explain with diagram serial synchronous and asynchronous data formats of 8251.
78. Write a program to transmit 8 bit data through SOD pin starting with MSB. The data is stored
at address 1A00h.
79. Write the signals of RS232 port.
80. Write an ALP to generate square wave using 8255.
81. Write & explain the mode word format, command word format & status word format of
8251.
82. Write ALP to intialize 8251 USART and receive data on polled basis given the parameters:
Baud rate factor = 64, Character length = 8 bits, No parity check and 1 stop bit. Assume port
address 50h for data and 51h for control/status.
83. Explain the features and operation of DMA controller 8257 with a block schematic.
84. Interface an A/D converter to 8085 and write a program to convert the analog input to digital.
85. Show how you would interface a keyboard to an 8085 processor using 8255. Write an ALP
to generate a key code for the key pressed.