Protocols: SPI,I2C,UART

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Protocols: SPI,I2C,UART

789 次查看
DHARSAN
Contributor III

Hi,

   What is the speeds of protocols SPI,I2C & UART in LPC55S16?

And which will be the suitable protocol to communicate Two microcontrollers between each other?

0 项奖励
回复
1 回复

704 次查看
Harry_Zhang
NXP Employee
NXP Employee

Hi @DHARSAN 

1. About the speeds of protocols SPI,I2C & UART in LPC55S16.

You can refer to LPC551x DATA SHEET 7.24.3

I2C

• Support standard, Fast-mode, and Fast-mode Plus (specific I2C pins) with data rates
of up to 1 Mbit/s.
• Support high-speed slave mode with data rates of up to 3.4 Mbit/s (specific I2C pins)

SPI

• Maximum supported bit rate for SPI master mode (transmit/receive) is 32 Mbit/s. The
maximum supported bit rate for SPI slave receive mode is 25 Mbit/s and for SPI slave
transmit mode is 16 Mbits/s.

UART

• Maximum bit rates of 10 Mbit/s in asynchronous mode and 25 Mbit/s in synchronous mode for USART functions.

2. Usually, UART is used for communication between two microcontrollers.

Hope this will help you.

BR

Hang

0 项奖励
回复