Problem with receving using UART in s32k144 board

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

Problem with receving using UART in s32k144 board

845 次查看
Ramsai
Contributor I

Hi,

Iam working on a project where I need to use UART for communication. while I tried the examples of the UART Iam able to transmit the data but not able to receive the data. 

While debugging I got to know that receive status is always busy.

Ramsai_0-1672303379654.png

Any suggestion to clear the issue?

MCU-S32K144

IDE-S32KDS 2.2V

Regards,

Ram

0 项奖励
回复
1 回复

826 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

if you refer to demo example (pluart_echo) it is written in the way the received chars are stored into user buffer and the reception stops when newline character (\n) is received or the buffer is full, then received data are echoed back. You can check if buffer is filled within debugger.

BR, Petr 

0 项奖励
回复