From: Hans-Erik Floryd <hans-erik.flo...@rt-labs.com> Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> Reviewed-by: Richard Henderson <richard.hender...@linaro.org> Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Signed-off-by: Hans-Erik Floryd <hans-erik.flo...@rt-labs.com> Message-id: 20231030151528.1138131-3-hans-erik.flo...@rt-labs.com Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- hw/char/stm32f2xx_usart.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/hw/char/stm32f2xx_usart.c b/hw/char/stm32f2xx_usart.c index 519d3461a33..8753afeb2b8 100644 --- a/hw/char/stm32f2xx_usart.c +++ b/hw/char/stm32f2xx_usart.c @@ -168,6 +168,7 @@ static void stm32f2xx_usart_write(void *opaque, hwaddr addr, clear TC by writing 0 to the SR register, so set it again on each write. */ s->usart_sr |= USART_SR_TC; + stm32f2xx_update_irq(s); } return; case USART_BRR: -- 2.34.1