summaryrefslogtreecommitdiff
path: root/uart
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2011-12-04 17:39:18 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2011-12-04 17:39:18 +0100
commit44f6cffb87b9e857f30602f904ef07e634cd5f11 (patch)
treed6709ca014c08a388c9a9e7e98f17c9db959d501 /uart
parent207cc70ff717a06938e7d64fb7fea0e8635c1347 (diff)
downloadsigrok-dumps-44f6cffb87b9e857f30602f904ef07e634cd5f11.tar.gz
sigrok-dumps-44f6cffb87b9e857f30602f904ef07e634cd5f11.zip
uart: hello world: Add some more info + URLs.
Diffstat (limited to 'uart')
-rw-r--r--uart/hello_world/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/uart/hello_world/README b/uart/hello_world/README
index 3fda4db..dd28a0f 100644
--- a/uart/hello_world/README
+++ b/uart/hello_world/README
@@ -5,6 +5,15 @@ Hello World UART output using various options
This is a collection of example UART communication (only in one direction).
The repeatedly transmitted data is "Hello World!\r\n", using 8n1 settings.
+The hardware sending the data is an Olimex STM32-H103 eval kit with an
+ST STM32 (ARM Cortex-M3) microcontroller. The firmware used is based on a
+simple libopencm3 UART example. The USART1 (USART1.TX pin) is used.
+
+For details see:
+http://libopencm3.org
+http://libopencm3.git.sourceforge.net/git/gitweb.cgi?p=libopencm3/libopencm3;a=tree;f=examples/stm32/f1/stm32-h103/usart_printf
+http://olimex.com/dev/stm32-h103.html
+
Logic analyzer setup
--------------------