Files
libopencm3-examples/examples/stm32/f4/stm32f4-discovery/usart/README.md
Karl Palsson b7aac4bc76 stm32f4/usart: use 115200 baud rate
38400 is uncommon and slow.  Just live in the modern world of at least
115200.
2018-10-07 13:43:21 +00:00

13 lines
383 B
Markdown

# README
This example program sends repeating sequence of characters "0123456789" on
USART2 on the ST STM32F4DISCOVERY eval board.
The sending is done in a blocking way.
## Board connections
| Port | Function | Description |
| ----- | ------------- | --------------------------------- |
| `PA2` | `(USART2_TX)` | TTL serial output `(115200,8,N,1)` |