[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 USART1 on the
ST STM32F0DISCOVERY eval board. PA9
This example program sends a message "Pass: n" with increasing number n
from 0 to 200 on USART1 serial line of ST STM32F0DISCOVERY eval board.
The terminal settings for the receiving device/PC are 38400 8n1.
The sending is done using newlib-nano library in a blocking way.
The sending is done using newlib-nano library in a blocking way in the code.
Board connections:
------------------
PA9 (USART1_TX) TTL serial output (38400,8,N,1)