USART/RS232 Int Problem...
Posted on April 11, 2013 at 19:16 Hi all, I have the following code: void RS232_UART_Interrupt( void ) { if (USART_GetFlagStatus(USART3, USART_FLAG_TXE) != RESET) { //last byte has been transmitted, send another if (FIFO_Count(RS23...