add USART over DMA

This commit is contained in:
eddyem
2017-01-15 10:01:48 +03:00
parent 715bfc9304
commit 8faa004882
9 changed files with 505 additions and 1 deletions

2
F0/uart/Readme Normal file
View File

@@ -0,0 +1,2 @@
This is a simple USART over DMA application with hardware end of string control.
Speed 115200. Received string echoes back in reverce order.