[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 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)
|
||||
|
||||
Reference in New Issue
Block a user