About S32K3 LPUART RX Interrupt

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

About S32K3 LPUART RX Interrupt

1,175件の閲覧回数
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 返信

1,164件の閲覧回数
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 件の賞賛
返信