UART overrun error in KEA-128?

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

UART overrun error in KEA-128?

993 次查看
vigneshbalaji
Senior Contributor I

Hi,

    I want to know what is the best way to handle Uart Rx Overrun Error in KEA-128??? what are the conditions it will happen and how to handle it? 

0 项奖励
回复
1 回复

794 次查看
Jonathan_Iglesias
NXP TechSupport
NXP TechSupport

Hello VIGNESH BALAJI,

hope you are doing great.

pastedImage_3.png

pastedImage_2.png

 The OR flag will tell you when you overrun on the UART. I recommend to  have a buffer to save the information before you process you information to prevent the information lost in case you overrun the UART buffer. you can set an interrupt to this flag to know when this is happening. in the reference manual there is   the table where I found this information (section 33.3.5).

Best regards.

Jonathan Iglesias 

0 项奖励
回复