Lincoln RIT interrupt Example
From Manuals
(Difference between revisions)
(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 describes …') |
(→Compatibility Lincoln 60, Lincoln 60E) |
||
| (One intermediate revision not shown) | |||
| 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 describes how to use RIT as a timer to generate interrupt to blink User LED1 once a second. | + | This example describes how to use RIT as a timer to generate an interrupt to blink User LED1 once a 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 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_rit_int.png|center|]] | [[Image:Lincoln_rit_int.png|center|]] | ||
| + | |||
[[Image:Lincoln Blinky.jpeg|center|]] | [[Image:Lincoln Blinky.jpeg|center|]] | ||
Current revision as of 15:25, 11 April 2012
Compatibility Lincoln 60, Lincoln 60E
This example describes how to use RIT as a timer to generate an interrupt to blink User LED1 once a 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.


