Posted on April 11, 2014 at 18:27In my programm I use uart4 with 115200 baud. I want to receive data from devices - so I configure UART in RxMode. I enebled only one interrupt source for itUSART_ITConfig(UART4, USART_IT_RXNE, ENABLE); My interrupt ...