microcontrollers:common_communication_types
This is an old revision of the document!
Table of Contents
MSP430: Common Communication Types
SPI (Serial Peripheral Interface)
- SCLK – Main clock synchronizing SPI on both devices. Generated by the Master to all the slaves
- MOSI – Master Output and Slave Input in which data is sent from the master to the slave on each clock edge
- MISO – Master Input and Slave Output in which data is sent from the slave to the master on each clock edge
- SS – Slave select, often called CS (Chip Select) or CSn. This line selects the current active slave. It could be Active Low or Active high (refer to the slave datasheet)
UART (Universal Asynchronous Receiver-Transmitter)
I2C (Inter-Integrated Circuit)
microcontrollers/common_communication_types.1730314491.txt.gz · Last modified: 2024/10/30 18:54 by ibchadmin