UART communication problem (incorrect received data and synch.)
Posted on August 04, 2015 at 23:12Hello all, I am using a STM32F103 MCU and a FT232RQ USB controller which is connected to UART4 in my configuration. I use polling to read data from UART4 (later I will use interrupt as soon as I am sure that ever...