The Atmega project that I trying to get into a STM32 uses two UART ports and each have its own sets of IRQ vectors. That is RX- and UDRE irq. The last one gives an IRQ when the TX-register is empty.As I said in the latter post, I haven't worked with ...