I'm a beginner in MCUXPresso and FRDM or kinetis microcontrollers.
I'm trying to use a LPUART RX interrupt handler. But If I send a single character it doesn't work.
for example If I send
'A' the interrupt handler doesn't work.
next
'B' interrupt handler works but LPUART_ReadByte returns 'A' (last byte).
I think it's FIFO related problem but I'm still not sure how to fix it.
OR
RxData Register doesn't get full. (I tried changing uart data bit size and stop bits but still doesn't work).
Experts please help me.
Thank you in advance.
Here is my LPUART init code.
