Posted on April 06, 2015 at 23:34shouldn't the interrupt handler also handle other interrupt sources? The interrupt handler only handles the RXNE and the TXE interrupt. But setting RXNEIE also enables the ORE interrupt. In your example, the interru...