Throughput between SPI and USART

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

Throughput between SPI and USART

1,222 次查看
TEMCEFF
Contributor IV

Both protocols are synchronous protocols. But in USART start and stop bits will be there. In SPI need to provide a delay when CS is asserted or de-asserted. 

Which protocol provides max throughput?

标签 (5)
0 项奖励
回复
1 回复

1,159 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Avinash,

I suggest you use the SPI module, from the timing perspective, the synchronous mode of USART module is very similar to that spi module, the USART synchronous mode includes ONE Start bit, one or two STOP bits, but the SPI does not require any additional bits such as Start/Stop bits.

I think the spi module can give max throughput.

The data sheet of LPC55S69 says that the maximum supported bit rate for USART master and slave synchronous mode is 10 Mbit/s. The SPI is 50MBit/S.

pastedImage_1.png

pastedImage_2.png

Hope it can help you

BR

XiangJun Rong

0 项奖励
回复