SEARCH
TOOLBOX
LANGUAGES
modified on 12 April 2012 at 14:40 ••• 3,790 views

Lincoln UART DMA Mode Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
Support (Talk | contribs)
(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 demonstrat…')

Current revision as of 14:40, 12 April 2012

Compatibility Lincoln 60, Lincoln 60E

This example demonstrates how to use a UART in DMA mode. GPDMA channel 0 is being used to transmit the welcome message. GPDMA channel 1 is being used to receive characters. 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.