mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
35635e4039
On overrung the ORE bit in the ORECF register is set. An overrun error occurs when a character is received when RXNE has not been reset. Data can not be transferred from the shift register to the RDR register until the RXNE bit is cleared. The ORE bit is reset by setting the ORECF bit in the ICR register. In case the ORE bit isn't cleared, the isr_handler() routine is called continuously. Which prevents the system from normal scheduling. |
||
---|---|---|
.. | ||
include | ||
ldscripts | ||
periph | ||
cpu.c | ||
lpm_arch.c | ||
Makefile | ||
Makefile.include | ||
vectors.c |