Files
libopencm3-examples/examples/stm32/f4/stm32f429i-discovery/usart_console
Piotr Esden-Tempski 976720c355 Updated libopencm3 to current master. Made all examples compile again.
Be specifically careful with the usb examples. There is likely some
breakage to be expected, not sure I updated all the drivers to the
correct types for the respective chips.
2015-12-15 00:56:25 +01: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.