Shared Flashcard Set

Details

Module 9 serial communication
ece331
26
Bartending
Not Applicable
04/23/2016

Additional Bartending Flashcards

 


 

Cards

Term
How do components exchange info?
Definition
standard digital commnunication interfaces establish the function and protocol of signals used to exchange between between them.
Function- data,clock, "handshacking"
Protocol: relative timing characteristics of signals in a standard interface
Term
What are the two primary types of digital communication?What are the two primary types of digital communication?
Definition
Parallel-multiple data lines (generally one byte worth), multiple data values transmited simulataneously
Serial- Single data line, bits sent in series, one bit at a time sequentiall
Term
Bit rate
bit cell
BAUD rate
NRZ line code
Definition
bit rate- bits per second
bit cell- time to transmit a single bit
BAUD rate- bits per second
transmit value for entire bit cell
Term
Synchronous vs Asynch for serial interfaces
Definition
synchronous= data bits read at clock edge
asynchronous= no clock; data read at preset interval(Predetermined BAUD rate)
Term
Seperate vs shared
Definition
Seperate- data can be transmitted and received simultaneously- full duplex- requires multiple data lines

shared- data either incoming or outgoing, half duplex, requires one data lin
Term
UART-Universal asynchronous receiver/transmitte
Definition
serially transmit/receive a byte (5-8 bits) of data written/stored to a register, BAUD rate must match on both sides of interface, use stop start bits to mark bytes
Term
RS-232 (PC serial port)
Definition
a specific UART standard( defined voltage and timing characteristic)
Term
UART seignals-
Definition
Transmit Data (TxD),Receive Data (RxD,and Signal Ground (SG)
Term
TX operation
Definition
Data written to UARTO_DR_R, passes through 16 element FIFO, permits small amount of data rate matching between processor and UART
Shift clock generated from 16x clock, oermits differences in Tx and Rx clocks to be reconciled
Term
Rx Operation
Definition
RXFE is 0 when data are avaiable
RXFF is 1 when FIFO is full
Term
FIFO control has four control bits
Definition
BE- set when Tx signal held low for more than one from
OE- set when FIFO is full and new frame has arrived
PE- set if frame parity error
FE set if stop bit timing error
Term
FIFO
Definition
buffering or temp storage method in which the entity that first exits is the one that first entered, theraby the entity served is the one that waited the longest period of time
Term
SSI(Synch serial interface) signals
Definition
SCLK—Serial Clock (output from master)
MOSI/SIMO—Master Output, Slave Input
MISO/SOMI—Master Input, Slave Output
SS- slave select (active low) Output from master, multiple select lines for multiple slave decides
Term
SSI pros and cons
Definition
Pros- Full duplex communication, higher throughput than I2C or SMBus, complete protocol flexibility for bits transfered, uses only four pins( much less than parallel interfaces), at most one unique bus signal per device, extremely simple hardware interfacing( lower power than I2C or SMBus, slaves use the masters clock so no need for precision oscillators)
disadvantages- requires more pins on IC packages than I2C, only handles short distances, supports only one master device, no hardware slave acknowledgement( master could be talking to nothing and not know), no hardware flow control, prone to noise spikes, validating conformance isnt possible
Term
Micro input signals
Definition
Analog-between 0v and VDD
digital- o or 1(0v or VDD)
Term
Switch
Definition
Input device allowing humans to input binary information
Term
pull up resistor
Definition
resistor tied to VDD- negative logic,
switch open- input is high (pulled up by resistor)
switch closed input is low (pulled down through switch)
Term
Pull down resistor
Definition
Resistor tied to ground- positive logic
switch open- input is low(pulled down by resistor)
switch closed- input is high(pulled up through switch)
Term
OR
active high, low
Definition
high: actviated at 1 otherwise-> hiZ(open)
low: activated->, otherwise hiZ
Term
I2C
Definition
multi master serial single ended computer bus
uses only two bidirectional open drain lines
serial data line (SDA) and serial clock (SCL) which both pulled up resistors.
Starts when SDA is pulled low while SCL stays high
Term
Signal names for SSI/SPI
Definition
SCLK, MOSI, MISO,SS
Term
Signal names for UART:
Definition
RxD,TxD
Term
signal names for I2C
Definition
SDA,SCL
Term
Master slave: Independant, Ring
Definition
Independant: central master connected to every slave
Ring(Daisy Chain): a ring has nodes connected everything in a circle each node has a reciever and a transmitter
Term
which are Synch Asynch?
UART
SSI
I2C
Definition
UART ASYNCH
SSI,I2C SYNCH
Term
Design a connected six digital peripheral device using an SSI that has synch serial inputs and outputs, each with a enable select pin
Definition
SCLK, MOSI, MISO, SS1, SS2, SS3, SS4, SS5, SS6
This has 9 signals
Supporting users have an ad free experience!