Skip to content

Example of a suspected hardware bug for SAMD21 USART peripheral

Notifications You must be signed in to change notification settings

jbeaurivage/atmel-sam-usart-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Suspected hardware bug:

Happens when clearing the USART.CTRLA.RXC bit, waiting for synchronization, then setting the bit and waiting for synchronization again.

Expected behavior:

FERR, PERR, BUFOVF status flags cleared. RX buffer cleared.

Actual behaviour:

FERR, PERR, BUFOVF status flags remain in their previous state. RX buffer is not cleared.

About

Example of a suspected hardware bug for SAMD21 USART peripheral

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages