Thank you for your help.
I am a graduated college student. In the process of internship, my goal is to realize uart communication between two development boards. After I send a string of data, another development board will return at least 40 at a time. The data of the bytes, when I use the normal LPUART_WriteBlocking function, the data reception overflow occurs, so that all the data cannot be received. So I want to solve this problem by modifying the size of the data receive buffer.
Thank you again for your help.