Lecture 11
Lecture 11
Lecture 1
Standard Interfaces
Lecture activities 10
Project 10
Midterms 20
Final 100
Total 150
Dr. Understanding
Adel Agamy Computers: Today and Tomorrow, 13th Edition
Course Contents
1. Chapter 2 [2]: Standard Interfaces
2. Chapter 10 [1]: Memory Interface
3. Chapter 11 [1]: Basic I/O Interface
4. Chapter 12 & 13 [1]:Interrupts &DMA
5. Chapter 1 [3] : introduction to BCI
• The goal of this course is to introduce
hardware and software design
techniques and issues for interfacing
computers and peripheral devices
Computer Interface
Computer Interface
Standard Interfaces
Connectors
DB25S is a 25 pin connector with
full RS-232 functionality
The computer socket has a
female
outer casing with male connecting
pins
The terminating cable connector
has a male outer casing with
female connecting pins
Memory & Memory
Interface
13
n Data
k address lines are Input Lines
decoded to address 2k n
n Data
Output Lines
06/10/2024 COME402-427: Computer Interface Circuits- 2017 14
Organized as an indexed array of words.
Value of the index for each word is the memory
address.
Often organized to fit the needs of a particular
computer architecture.
15
Example memory contents:
A memory with4 Memory Address Memory
address bits & 8 data
bits has: Binary Decimal Content
k = 4 and n = 8 so 00 0 0 0 10001111
24 = 16 addresses labeled 00 0 1 1 11111111
0 to 15. 00 1 0 2 10110001
24 = 16 words of 8-bit 00 1 1 3 00000000
data
Then memory
organization is
2kx n = 24 x 8
= 16 x 8 1 1 11 15 11001100
power is applied.
called volatile memory B
S Q
C