USART1 interrupt
Posted on November 04, 2015 at 19:42Hi to all, I am encountering a problem using USART1 interrupt. I can correctly send data on tx line and I woul like to use interrupt to receive data from rx line. I enabled RXNEIE bit in CR1 and created the handl...