[DOC] Updated README's for F0 and F4 examples to describe the needed board connections.

This commit is contained in:
Frantisek Burian
2014-01-03 13:28:57 +01:00
parent a265fd4d64
commit 022cc475bf
15 changed files with 82 additions and 31 deletions

View File

@@ -2,10 +2,12 @@
README
------------------------------------------------------------------------------
This example program sends some characters on USART0 on the
ST STM32F0DISCOVERY eval board.
This example program sends repeating sequence of characters "0123456789" on
USART1 serial line of ST STM32F0DISCOVERY eval board.
The terminal settings for the receiving device/PC are 38400 8n1.
The sending is done in a blocking way.
The sending is done in a blocking way in the code.
Board connections:
------------------
PA9 (USART1_TX) TTL serial output (38400,8,N,1)