S32K144 LPUART1_RxTx_IRQHandler

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

S32K144 LPUART1_RxTx_IRQHandler

4,132 Views
wangfei11
Contributor II

Hi,

I want to enable the computer to send the data to the S32 MCU, and then print it to the computer terminal. I don't know if I have the correct writing below, I would like to give directions.

pastedImage_1.png

2 Replies

2,614 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

yes, it can be done this way.

See attached LPUART demo example with added RX interrupt.

BR, Petr

2,614 Views
tonymor90
Contributor I

Hello,

I was trying to do the same thing Receiving an RX interrupt but I can't make it work, I am able to send data through TX, interrupts just for RX and baudrate 115200. can you help if I am missing something please. I am using S32K146

I already enabled the Transmitter and Receiver and enable Receiver Interrupt. 

0 Kudos