libopencm3/examples/stm32/f1/other/dma_mem2mem
Piotr Esden-Tempski 43561de329 License change of the library to LGPL, version 3 or later.
Agreed to by all the significant contributors to the library.
2012-03-02 14:44:49 -08:00
..
Makefile License change of the library to LGPL, version 3 or later. 2012-03-02 14:44:49 -08:00
README other/dma2mem: Fix typos and coding-style. 2011-11-12 17:53:04 +01:00
dma.c License change of the library to LGPL, version 3 or later. 2012-03-02 14:44:49 -08:00
dma.ld License change of the library to LGPL, version 3 or later. 2012-03-02 14:44:49 -08:00

README

------------------------------------------------------------------------------
README
------------------------------------------------------------------------------

This program demonstrates a little DMA MEM2MEM transfer. A string is sent out
to USART1 and afterwards copied by DMA to another memory location. To check
if the transfer was successful we send the destination string also out to
USART1.

The terminal settings for the receiving device/PC are 115200 8n1.