Hello,
I'm working on a project which uses LPSPI and LPUART on S32K148-Q176 EVB, and I have a trouble in UART DMA interrupt.
Here is the project summary:
If a breakpoint is set at the beginning of UART DMA Tx IRQ handler, it is called after Lpuart_Uart_Ip_AsyncSend API call.
On the other hands if the breakpoint is not set, UART DMA Tx IRQ handler is not called after API call.
SPI Tx / Rx and UART Rx DMA handler is called without any issue.
Can anybody tell me how to make it work?
Thanks.
Akimitsu