undefined LPUART_UART_IP_6_IRQHandler

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

undefined LPUART_UART_IP_6_IRQHandler

Jump to solution
483 Views
rlaxortn
Contributor IV

i am using s32k344.

i add intctrl_ip, lpuart_uart, suil2_port drivers. and i set lpuart6 interrupt in intctrl_ip. 

hander name is LPUART_UART_IP_6_IRQHandler.

after generate code, i build source code. 

and i got a error undefined LPUART_UART_IP_6_IRQHandler. 

although i found LPUART_UART_IP_6_IRQHandler in Lpuart_Uart_Ip_Irq.c

it is does not activated Lpuart_Uart_Ip_Irq function. 

 

so do i have to make LPUART_UART_IP_6_IRQHandler external function? or can i know method LPUART_UART_IP_6_IRQHandler is being activated?

 

thank.

 

1.png2.png3.png4.png5.png

Tags (1)
0 Kudos
Reply
1 Solution
471 Views
Senlent
NXP TechSupport
NXP TechSupport

Hi@rlaxortn

you need to choose Lpuart_6

Senlent_1-1744614901625.png

 

 

View solution in original post

0 Kudos
Reply
1 Reply
472 Views
Senlent
NXP TechSupport
NXP TechSupport

Hi@rlaxortn

you need to choose Lpuart_6

Senlent_1-1744614901625.png

 

 

0 Kudos
Reply