S32KEVAL UART

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

S32KEVAL UART

跳至解决方案
5,119 次查看
hajianik
Senior Contributor I

Hi,

Looking at the schematic of S32K144EVAL, I could not find a level shifter for UART/RS 232 which is unfortunate.

But my question is that can I use the LIN connector's LIN pin(OFF THE TRANSCEIVER) as TX UART to connect to an external UART/232 convertor to communicate(just send) with a serial terminal such as TERA TERM?

Thanks,

Koorosh Hajiani

0 项奖励
回复
1 解答
4,906 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

 

Why do you need RS232 if your PS doesn’t have Serial port? If you need it for some reason, then use the Arduino shield which has max232.

 

However, for communication with PC you do not need RS232. There is OpenSDA (MK20DX128VFM5) which provides a virtual serial port. It bridges UART0 on MCU with an USB host. So you need only terminal app on your PC.

 

Regards,

Daniel

在原帖中查看解决方案

9 回复数
4,906 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

 

I don’t think this LIN solution would work.

There is USB connector for UART communication.

Also, UART is routed to headers, using MAX232 you can convert UART to RS232.

If you need RS232 connector, this board is compatible with Arduino Uno

and there are shields such as RS232 Shield V2.

 

Regards,

Daniel

0 项奖励
回复
4,906 次查看
hajianik
Senior Contributor I

Hi,

Thank you for your response.

I KNOW ABOUT THE MAXIM CHIP . I was wondering why this is not populated on the board.

My goal is to communicate to the PC over a RS232 link, for this purpose I need UART->RS232-> USB-> PC SERIAL TERMINAL APP(I don't have a serial port on my PC). When you say "there is a USB for the UART" , I don't understand how is that related to what I'm trying to do. I know that micro usb is mapped as a serial com port on the PC? But I still need level shifting of the UART .

What am I missing here?

Thanks,

Koorosh Hajiani

0 项奖励
回复
4,907 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

 

Why do you need RS232 if your PS doesn’t have Serial port? If you need it for some reason, then use the Arduino shield which has max232.

 

However, for communication with PC you do not need RS232. There is OpenSDA (MK20DX128VFM5) which provides a virtual serial port. It bridges UART0 on MCU with an USB host. So you need only terminal app on your PC.

 

Regards,

Daniel

2,882 次查看
Anonymous
不适用
I have aceessed wifi module using AT commands using USB to TTL converter, Now I have to start it on NXP S32K148 board using lpuart. Could you please help me to implement same functonallty on NXP IDE. I have to write a code. I have created S32DS library project but I can 't add lpuart in that. So Kindly help me regarding it.
0 项奖励
回复
3,161 次查看
Anonymous
不适用

How to interface NXP FS32K148UJVLU to WG222 dual band serial port Wi-Fi module through UART

0 项奖励
回复
4,906 次查看
hajianik
Senior Contributor I

Yes It works. It is UART1 on my board. Thank you for letting me know about this. Did not have a clue.

So this is all USB hardware and no serial port(RS232) on PC side?

Thanks,

Koorosh

4,906 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

Yes, this is USB Communications Device Class (CDC).

For more information refer to OpenSDA User's Guide.

Sorry, it is UART1.

Regards,

Daniel

0 项奖励
回复
4,906 次查看
hajianik
Senior Contributor I

Hi,

Thank you for the response.

Well, I need it eventually since our development board will not have OPEN SDA. there are commercially available bridges that convert RS232 to USB that will map as a virtual com port, Most of the eval boards they provide an RS232 port.

I digress, So if I send data on UART 0 , I can see it on the terminal app on my PC? Is that right?

I missed it on the schematics. I'll give it a try and let you know.

Thanks,

Koorosh Hajiani

0 项奖励
回复
3,155 次查看
Anonymous
不适用
Hey! I need to know How to interface NXP FS32K148UJVLU dev board to Dual band serial port Wi-Fi module through UART?
0 项奖励
回复