0% found this document useful (0 votes)
743 views9 pages

Memory Interfacing

The document discusses interfacing different types of memory like RAM, ROM, EPROM etc. It provides memory maps showing the address decoding for interfacing 8KB, 4KB, 2KB memory modules like Program ROM, Data ROM, RAM and EPROM. The address pins are used to access specific memory locations based on the memory size.

Uploaded by

Piyush chaudhari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
743 views9 pages

Memory Interfacing

The document discusses interfacing different types of memory like RAM, ROM, EPROM etc. It provides memory maps showing the address decoding for interfacing 8KB, 4KB, 2KB memory modules like Program ROM, Data ROM, RAM and EPROM. The address pins are used to access specific memory locations based on the memory size.

Uploaded by

Piyush chaudhari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

MEMORY INTERFACING:

 Memory types- RAM, ROM, PROM, EPROM, EEPROM and DRAM.


 All memories have pins for address, data, control signals and chip select signals.
 Address pins are used to read address of memory location.
 The number of address pins on memory device is depending on the size of memory.
INTERFACING OF 8K x 8 Program ROM:

Memory Map 8k x 8 Program ROM:


A1 A14 A13 A12 A11 A10 A9 A A7 A6 A5 A4 A A2 A1 A Address
5 8 3 0
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8000H
1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 9FFFH
INTERFACING OF 8K x 8 DATA ROM:

Memory Map 8k x 8 Data ROM:


A1 A14 A13 A12 A11 A10 A9 A A7 A6 A5 A4 A A2 A1 A Address
5 8 3 0
1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 A000H
1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 BFFFH
INTERFACING OF EXTERNAL 8K x 8 DATA ROM and 8K x 8 PROGRAM ROM:

Memory Map 8k x 8 Program ROM:


A1 A14 A13 A12 A11 A10 A9 A A7 A6 A5 A4 A A2 A1 A Address
5 8 3 0
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8000H
1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 9FFFH

Memory Map 8k x 8 Data ROM:


A1 A14 A13 A12 A11 A10 A9 A A7 A6 A5 A4 A A2 A1 A Address
5 8 3 0
1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 A000H
1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 BFFFH
INTERFACING OF EXTERNAL 8K x 8 DATA RAM:

Memory Map 8k x 8 Program ROM:


A1 A14 A13 A12 A11 A10 A9 A A7 A6 A5 A4 A A2 A1 A Address
5 8 3 0
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8000H
1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 9FFFH
INTERFACING OF 4KB RAM and 4KB EPROM:

Memory Map 4k EROM:


A1 A14 A13 A12 A11 A10 A9 A A7 A6 A5 A4 A A2 A1 A Address
5 8 3 0
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8000H
1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 8FFFH

Memory Map 4k RAM:


A1 A14 A13 A12 A11 A10 A9 A A7 A6 A5 A4 A A2 A1 A Address
5 8 3 0
1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 A000H
1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 AFFFH
INTERFACING OF 8KB RAM and 8KB EPROM:

Memory Map 8k EROM:


A1 A14 A13 A12 A11 A10 A9 A A7 A6 A5 A4 A A2 A1 A Address
5 8 3 0
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8000H
1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 9FFFH

Memory Map 8k RAM:


A1 A14 A13 A12 A11 A10 A9 A A7 A6 A5 A4 A A2 A1 A Address
5 8 3 0
1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 A000H
1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 BFFFH
INTERFACING OF 2KB RAM and 2KB EPROM:

Memory Map 2k EROM:


A1 A14 A13 A12 A11 A10 A9 A A7 A6 A5 A4 A A2 A1 A Address
5 8 3 0
1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 9000H
1 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 97FFH

Memory Map 8k RAM:


A1 A14 A13 A12 A11 A10 A9 A A7 A6 A5 A4 A A2 A1 A Address
5 8 3 0
1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 D000H
1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 D7FFH

You might also like