Posted on September 13, 2011 at 09:10Sometimes my code gets lost in usart1 interrupt flood.Registers:CR1: 0x202c (UE, RXNEIE, TE, RE)CR2 = 0, CR3 = 0SR: 0x1d8 (LBD, TXE, TC, IDLE, ORE)I'm not quite getting it how ORE can be set and RXNE not. The onl...