SEARCH
TOOLBOX
LANGUAGES
modified on 10 April 2012 at 18:30 ••• 13,472 views

Lincoln gpdma flash2ram Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
(Created page with '==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60], [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60E]== This example applicatio…')
(Compatibility Lincoln 60, Lincoln 60E)
Line 1: Line 1:
==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60], [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60E]==
==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60], [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60E]==
-
This example application demonstrates the how to transfer data from flash to RAM using the General Purpose Direct Memory Access (GPDMA) controller. The first UART, which is connected to the COM1 on the Lincoln microcontroller board, is configured for 115,200 bits per second, and 8-n-1 mode. When the program is started a message will be printed to the terminal.  
+
This example application demonstrates the how to transfer data from flash to RAM using the General Purpose Direct Memory Access (GPDMA) controller. The DMA controller allows peripheral-to memory, memory-to-peripheral, and memory-to-memory transactions. The first UART, which is connected to the COM1 on the Lincoln microcontroller board, is configured for 115,200 bits per second, and 8-n-1 mode. When the program is started a message will be printed to the terminal.  
[[Image:Lincoln_gpdma_flash2ram.png|center|]]
[[Image:Lincoln_gpdma_flash2ram.png|center|]]

Revision as of 17:58, 10 April 2012

Compatibility Lincoln 60, Lincoln 60E

This example application demonstrates the how to transfer data from flash to RAM using the General Purpose Direct Memory Access (GPDMA) controller. The DMA controller allows peripheral-to memory, memory-to-peripheral, and memory-to-memory transactions. The first UART, which is connected to the COM1 on the Lincoln microcontroller board, is configured for 115,200 bits per second, and 8-n-1 mode. When the program is started a message will be printed to the terminal.