Files
libopencm3-examples/examples/stm32/f4/stm32f429i-discovery/usart_console
Piotr Esden-Tempski 86c42bc2dd [stm32f429i-discovery] Switched over to UART1.
UART1 is connected through two jumpers to the programmer chip on the
board. Making the use of it very streight forward.
2015-01-22 18:27:28 -08:00
..

Simple USART Example
--------------------

This example sets up a USART port and provides a few simple
character handling functions to that a short interactive program
can be demonstrated. It re-uses the clock setup from systick_blink
and that means you could do times delays but that aspect isn't used.

After this example we do character handling with interrupts.