USART writes seem to block or slow down reads
Posted on February 09, 2013 at 15:35 I'm really stumped on this one, and hoping someone can help. I'm using USART_ReceiveData() to receive data off of a USB line at 9600 baud, on an STM32F0Discovery. It works without any trouble until I try to s...