I am new to Kinetis and K8x series. I am using a twrk81f150m board and trying to do a simple uart send/Receive with a PC side Application.facing an issue of Receive not more than 8 bytes on twrk81 .But the Send process works fine and able to receive more bytes in PC app (Teraterm).
i am using the below API for the uart communication .
LPUART_ReadBlocking(DEMO_LPUART,RxBuffer,32);
where #define DEMO_LPUART LPUART1
Please let me know,what am i doing wrong here.
Is there any sample app ,i can refer for LPuart usage .
Thanks
LK