Finding UART in NXP32k148 board

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

Finding UART in NXP32k148 board

ソリューションへジャンプ
863件の閲覧回数
musthafa
Contributor II

I have NXP32k148 board. I refer data sheet but there is no pinout detail about uart. Kindly let me know if some one find the uart pinouts in the nxp board. 
Thanks in advance

0 件の賞賛
返信
1 解決策
846件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

by default serial communication is done over OpenSDA interface. OpendSDA is a serial and debug adapter that is built into several NXP® evaluation boards. It provides a bridge between your computer (or other USB host) and the embedded target processor, which can be used for debugging, flash programming and serial communication, all over a simple USB cable.

PetrS_0-1707382300502.png

If you refer to board schematic you can find a MCU pin connected to OpenSDA

PetrS_1-1707382380312.png

So LPUART1 on pins PTC6/PTC7 is used.

For sure you can use any external UART interface and connect it to LPUART interface you need via I/O headers available on the board.

BR, Petr

元の投稿で解決策を見る

1 返信
847件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

by default serial communication is done over OpenSDA interface. OpendSDA is a serial and debug adapter that is built into several NXP® evaluation boards. It provides a bridge between your computer (or other USB host) and the embedded target processor, which can be used for debugging, flash programming and serial communication, all over a simple USB cable.

PetrS_0-1707382300502.png

If you refer to board schematic you can find a MCU pin connected to OpenSDA

PetrS_1-1707382380312.png

So LPUART1 on pins PTC6/PTC7 is used.

For sure you can use any external UART interface and connect it to LPUART interface you need via I/O headers available on the board.

BR, Petr