Hi,
I have created new project in MCUexpresso for my custom board and set the peripheral.
1> I have set LPUART1 in peripheral for interrupt mode.
2> Copied the Interrupt handler name and pasted it on main.c
I have set break point is ISR but it doesn't stop in ISR.
I verified the UART TX and RX using polling based and it works fine in polling based.
LPUART peripheral setting in config tool is as below


Please let me know if I am missing anything.