USART Not Receiving Data (Polling)
Posted on May 31, 2017 at 17:06Hi guys,So I'm using an STM32F1 and am trying to send data from a serial terminal (RealTerm) to USART3 via a FTDI USB-UART converter cable. I have written code to poll for data on the RX line but for some reason my USA...