UART overrun error in KEA-128?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

UART overrun error in KEA-128?

540 Views
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 Kudos
1 Reply

341 Views
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 Kudos