MPC5744P configure UART Rx as Idle low

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MPC5744P configure UART Rx as Idle low

ソリューションへジャンプ
1,808件の閲覧回数
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,691件の閲覧回数
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,692件の閲覧回数
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