MPC5744P configure UART Rx as Idle low

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

MPC5744P configure UART Rx as Idle low

跳至解决方案
1,863 次查看
ajaysrinivasann
Contributor I

Hello,

Is there any way to configure UART Rx as Idle low? I want to read a stream of bytes from an external device which sends the information as 8bits, 1 stop bit, no parity and idle low. Thanks in advance. I am using the Devkit for MPC5744p with PB[3] configured for UART.

Regards

Ajay

标签 (1)
1 解答
1,746 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

There is only a possibility to invert signal within a SIUL module. You should set IMCRx[INV] bit.

Within the LINFlex module you can only invert the received data (payload) using the LINFlex_GCR[RDLIS] bit.

BR, Petr

在原帖中查看解决方案

1 回复
1,747 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

There is only a possibility to invert signal within a SIUL module. You should set IMCRx[INV] bit.

Within the LINFlex module you can only invert the received data (payload) using the LINFlex_GCR[RDLIS] bit.

BR, Petr