SEARCH
TOOLBOX
LANGUAGES
modified on 12 April 2012 at 18:01 ••• 6,991 views

Lincoln Timer Match Interrupt

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 how to use a timer match in interrupt mode to generate specific time. In this case the specific time is 1 second. 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. The below screen shot is of the timer_gen_diff_freqs in action.   
+
This example application demonstrates how to use a timer match in interrupt mode to generate specific time. In this case the specific time is 1 second. 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. The below screen shot is of the timer_match_int in action.   
[[Image:Lincoln_timer_gen_match_int.png|center|]]
[[Image:Lincoln_timer_gen_match_int.png|center|]]

Current revision as of 18:01, 12 April 2012

Compatibility Lincoln 60, Lincoln 60E

This example application demonstrates how to use a timer match in interrupt mode to generate specific time. In this case the specific time is 1 second. 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. The below screen shot is of the timer_match_int in action.