STM32F051 USART Not working
Posted on February 01, 2013 at 00:39I created some simple code on the STM32F05-Discovery board to write a byte of data repeatedly out USART1. However when I run this code on my target board the USART doesn't send the data. The TXE line goes low an...