From 3c9ba2ac2d51bb182ca85410021ab95b54ae4275 Mon Sep 17 00:00:00 2001 From: Stephen Caudle Date: Wed, 2 Nov 2011 22:50:49 -0400 Subject: Add usart example for STM32F4 discovery board --- examples/stm32/f4/stm32f4-discovery/usart/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/stm32/f4/stm32f4-discovery/usart/README (limited to 'examples/stm32/f4/stm32f4-discovery/usart/README') 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. + -- cgit v1.2.3