Does LPC812 have a half-duplex UART?

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

Does LPC812 have a half-duplex UART?

ソリューションへジャンプ
2,198件の閲覧回数
_Nathan
Contributor II

Hi All,

There is no information on the half-duplex serial port in the LPC800' manual?

Is there a solution for UART Tx and Rx with single pin ?

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
2,185件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

I think it is okay to use Switch matrix of LPC812 to implement the function.

BR

XiangJun Rong

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
2,193件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Li,

I think you can use a bus switch to implement the function.

I suppose that NXP does not have bus switch IC, you have to get from Third party.

For example, pls refer to the link for Bus Switch.

Digital Bus Switch Selection Guide (Rev. A)

 

xiangjun_rong_0-1637743562126.png

You can connect the RX pin of USART of LPC812 to 1B2, connect TX of USART of LPC812 to 1B1, connect S to a GPIO pin of LPC812 so that you can control the selection, connect /OE to GND or another GPIO, whatever.

When the 1B2 is selected, you can receive data, when the 1B1 is selected, you can transmit usart data.

Hope it can help you

BR

XiangJun Rong

0 件の賞賛
返信
2,189件の閲覧回数
_Nathan
Contributor II

Hi XiangJun,

    Thanks!

    Can Switch matrix of LPC812 implement the function(On PIO0_0)?

    When transmit data PIO0_0 assigned to UART_TXD, then PIO0_0 assigned to UART_RXD to receive data immediately.

 

 

0 件の賞賛
返信
2,186件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

I think it is okay to use Switch matrix of LPC812 to implement the function.

BR

XiangJun Rong

0 件の賞賛
返信