Lpuart reception problem(S32K144 LPUART)

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

Lpuart reception problem(S32K144 LPUART)

728 Views
ym1
Contributor II

Hello everyone!

When I use lpuart,there's a problem:

RX external pull down before initializing lpuart. In this way, the RDRF flag is set and the DATA is 0, that is, a frame value of 0 can be received.

This is very strange, because I think the start bit received by UART should have a falling edge.

Tags (1)
0 Kudos
2 Replies

669 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

what is the purpose of RX pull down and what is the connection you have?

UART transceiver should drive RX pin high for idle condition, so pull down has no effect and byte is normally received.

BR, Petr

0 Kudos

669 Views
ym1
Contributor II

Hi Petr,

Thank you for your response.

Before UART initialization, I multiplexed RX pin to GPIO, during which RX was pulled down.This is a special function.

2020-05-22

0 Kudos