Posted on October 06, 2015 at 08:52I have an STM32F0 which is receiving and transmitting serial data. When I send the data another board responds. If I poll RXNE looking for the data and store it in an array like this everything works: //while ((USA...