MPC5744P configure UART Rx as Idle low

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5744P configure UART Rx as Idle low

Jump to solution
687 Views
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

Labels (1)
1 Solution
570 Views
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

View solution in original post

1 Reply
571 Views
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