[DOC] Updated README's for F0 and F4 examples to describe the needed board connections.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user