About S32K3 LPUART RX Interrupt

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

About S32K3 LPUART RX Interrupt

617 Views
zhijian
Contributor I

I use S32K3 SDK 0.9.0 Version, and configuer LPUART6,use RX  interrupt, Can correct send data,and  init the below function, but when i sent data to mcu,can not occur rx interrupt, what i am wrong,could you send me a LPUART RX interrupt demo

IntCtrl_Ip_Init(&IntCtrlConfig_0);
IntCtrl_Ip_InstallHandler( LPUART6_IRQn, LPUART_UART_IP_6_IRQHandler , NULL_PTR);
IntCtrl_Ip_EnableIrq(LPUART6_IRQn);

0 Kudos
Reply
1 Reply

606 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @zhijian 

Have you tried if it presents the same issue with the latest RTD versions?

 

B.R.

VaneB

0 Kudos
Reply