What's the difference between lpuart and flexio_uart

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

What's the difference between lpuart and flexio_uart

985 次查看
317336284
Contributor I

Recently i want to develop a data transfer function between modem and NXP MCU(S32K146), I want to know the difference between lpuart and flexio_uart, which one is better for my project.

0 项奖励
1 回复

862 次查看
Yunchuan
NXP Employee
NXP Employee

Simply,The main components of lpuart are timer,shift register and status registers. and the same as some other modules. so, the most difference between lpuart  and flexio_uart is error detection. that means if some error occurred, you must detect it by software instead of just read the status register.

By the way. some advance features is unsupported in flexio_uart. such as automatic insertion of parity bits.

0 项奖励