The interrupt is to remind CPU there is one byte received. Even if you clear the interrupt, the message is still in RX buffer(or FIFO). You need to handle it(usually read it)
↧