https://www.youtube.com/watch?v=rZeh4uwSvvs&t=14s

Assignment 11

Design a microprocessor system that has the following specifications:

  1. 16 Kbytes RAM chips, to hold the sampled data and processing results.
  2. The available RAM units are of 2 Kbytes each.
  3. 30 Kbytes ROM to hold the main program.
  4. The available ROM units are of 4 interrupts done to improve processing efficiency Kbytes each.

Solution

RAM Design Issue:

  1. Analyze the program RAM Requirements:
  2. Determine the requirements of select lines:
  3. Notice that the lowest and highest address lines for each chip don’t change ⇒ we wrote the Address lines don’t care <x>
  4. Last memory address occupied by RAM= 03FFF

ROM Design Issue:

  1. Analyze the program ROM Requirements: