Problem with receving using UART in s32k144 board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Problem with receving using UART in s32k144 board

844件の閲覧回数
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 返信

825件の閲覧回数
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 件の賞賛
返信