Hi,
I am using keil board (stm32).I wrote one program for reading data through uart by using rtx kernal for task switching . I am getting full data, if send byte by byte .If send one whole string iam getting only 64 bytes. plz suggest me what should i do to get whole string.
Sorry,
I am sending gps data to the controller through uart with a baud rate of 2400 only.
If i used same code without rtos, i am getting full data without any loss of data.But with rtos i am not getting full data .