Hello all,
This example by default uses CM4 UART, but I'm trying to modify code to work with ADMA UART0. So far, I have been hable to change code configuration to send and receive with blocking functions (lpuart_polling example).
Sadly I can't get the interrupt handle working in the example.
I have attached the whole project for more information (it can be opened and compiled with MCUXpresso IDE).
I'm very confused about how it works, because definition "#define DEMO_LPUART_IRQHandler ADMA_UART0_INT_IRQHandler" seem to reference to the fsl_adapter_lpuart.c component, however I am not sure if it compiles because ifdef.
In the unmodified example with M4 UART, which is working fine for me, what I mention about fsl_adapter_lpuart.c looks similar.
In the example code only uses "LPUART_EnableInterrupts" and "EnableIRQ" to configure interrupt. There is no any mention to the handler except in a define.
If you could help me, it will be very appreciated.