UART interrupts STM32
Posted on July 29, 2013 at 01:31I'm using UART for comunication with PC and I want to implement some interrupts. It seems to me that USART_IT_TXE and USART_IT_TC are the same. Can someone explane me what is the difference between them? #stm32-...