About S32K3 LPUART RX Interrupt

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

About S32K3 LPUART RX Interrupt

621 次查看
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 项奖励
回复
1 回复

610 次查看
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 项奖励
回复