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.
已解决! 转到解答。