From 62f3897a2e03a4b935b2ef4b1a694c8923d8e802 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 9 Feb 2011 02:22:20 +0100 Subject: Add some examples for the STM32-Discovery board. This adds a directory of examples, tested on the STM32-Discovery, just modifications of: button, miniblink, fancyblink, usart, and rtc. Thanks Marko Kraljevic for the patch! --- examples/stm32/stm32-discovery/usart/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/stm32/stm32-discovery/usart/README (limited to 'examples/stm32/stm32-discovery/usart/README') diff --git a/examples/stm32/stm32-discovery/usart/README b/examples/stm32/stm32-discovery/usart/README new file mode 100644 index 0000000..f819b83 --- /dev/null +++ b/examples/stm32/stm32-discovery/usart/README @@ -0,0 +1,12 @@ +------------------------------------------------------------------------------ +README +------------------------------------------------------------------------------ + +This example program sends some characters on USART1 on the ST STM32 Discovery +eval board. + +The terminal settings for the receiving device/PC are 38400 8n1. + +The sending is done in a blocking way in the code, see the usart_irq example +for a more elaborate USART example. + -- cgit v1.2.3