Some examples for the STM32F4-Disco board

This commit is contained in:
cmcmanis
2014-02-07 22:31:27 -08:00
committed by Piotr Esden-Tempski
parent 2583cc54cc
commit e5585dd07d
23 changed files with 1716 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
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.