USART6 RXNE?
Posted on September 01, 2016 at 15:55 I'm trying to implement an asynchronous USART using ISR to communicate with FTDI and Bluetooth Modules (RX and TX at 115kbps). I have a STM32F446RE with the following test code: void USART6_IRQHan...