Lincoln rtc Example
From Manuals
(Difference between revisions)
(Created page with '=Real-Time clock (RTC)= ==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60], [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60E]== …') |
(→Compatibility Lincoln 60, Lincoln 60E) |
||
| Line 2: | Line 2: | ||
==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 use of the | + | This example application demonstrates the use of the RTC to generate an interrupt when the seconds is equal to 10. |
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_rtc.png|center|]] | [[Image:Lincoln_rtc.png|center|]] | ||
Current revision as of 20:27, 14 March 2011
Real-Time clock (RTC)
Compatibility Lincoln 60, Lincoln 60E
This example application demonstrates the use of the RTC to generate an interrupt when the seconds is equal to 10.
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.

