Add usart example for STM32F4 discovery board

This commit is contained in:
Stephen Caudle
2011-11-02 22:50:49 -04:00
parent 30b5c89726
commit 3c9ba2ac2d
4 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
------------------------------------------------------------------------------
README
------------------------------------------------------------------------------
This example program sends some characters on USART2 on the
ST STM32F4DISCOVERY eval board.
The terminal settings for the receiving device/PC are 38400 8n1.
The sending is done in a blocking way in the code.