K81+LPUART+FreeRTOS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

K81+LPUART+FreeRTOS

557 次查看
lakshmikandhanp
NXP Employee
NXP Employee

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

标签 (1)
标记 (2)
0 项奖励
1 回复

357 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

I have tested the example located at:

C:\Freescale\SDK2.0_K82\boards\frdmk82f\rtos_examples\freertos_lpuart\kds

I do not think there is any issue. You can transfer a file from Hyperterminal or the other tools and check the characters you received in the tools.

Can you tell me the tools you are using to transfer message and the screenshot of the receiver in the tools?

BR

XiangJun Rong

0 项奖励