aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f4/stm32f4-discovery/usart/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/f4/stm32f4-discovery/usart/README')
-rw-r--r--examples/stm32/f4/stm32f4-discovery/usart/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/stm32/f4/stm32f4-discovery/usart/README b/examples/stm32/f4/stm32f4-discovery/usart/README
new file mode 100644
index 0000000..168b364
--- /dev/null
+++ b/examples/stm32/f4/stm32f4-discovery/usart/README
@@ -0,0 +1,11 @@
+------------------------------------------------------------------------------
+README
+------------------------------------------------------------------------------
+
+This example program sends some characters on USART2 on the
+ST STM32F4DISCOVERY eval board.
+
+The terminal settings for the receiving device/PC are 38400 8n1.
+
+The sending is done in a blocking way in the code.
+