+ All Categories
Home > Documents > MSP430 - SPI_74HC595

MSP430 - SPI_74HC595

Date post: 14-Oct-2014
Category:
Upload: manh-nguyen
View: 99 times
Download: 7 times
Share this document with a friend
10
Transcript
Page 4: MSP430 - SPI_74HC595

USCI Serial Protocols

• SPI • Serial Peripheral Interface

• Single Master/Single Slave

SPI Master

SPI Slave

SCLK

MOSI

MISO

I2C • Inter-Integrated Circuit Interface

• Single Master/Multiple Slaves C Master

DAC Slave

ADC Slave

C Slave

R R

SCL SDA

Vdd

UART • Universal Asynchronous

Receiver/Transmitter

• Full duplex

R/T R/T

Tx Rx

Rx Tx

52

P1.5 P1.6 P1.7

𝑆𝑆

Page 5: MSP430 - SPI_74HC595

1 2 3 4

USI BLOCK DIAGRAM : SPI MODE

Page 6: MSP430 - SPI_74HC595

P1.5

P1.6

P1.4

Page 7: MSP430 - SPI_74HC595

USICNT REGISTER

Page 8: MSP430 - SPI_74HC595

USICTL0: USI CONTROL REGISTER 0

USICTL1: USI CONTROL REGISTER 1

Page 10: MSP430 - SPI_74HC595

Recommended