SEARCH
TOOLBOX
LANGUAGES
modified on 10 April 2012 at 20:36 ••• 13,005 views

Lincoln pwr extint sleep Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
(Compatibility Lincoln 60, Lincoln 60E)
(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 demonstrates how to enter system sleep mode and wake-up by using an external interrupt. 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. Press 1 on the keyboard to put the microcontroller in sleep mode and press the user button to wake it up.
+
This example demonstrates how put the system into sleep mode and wake-up by using an external interrupt. 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. Press 1 on the keyboard to put the microcontroller in sleep mode and press the user button to wake it up.
[[Image:Lincoln_pwr_extint.png|center|]]
[[Image:Lincoln_pwr_extint.png|center|]]

Current revision as of 20:36, 10 April 2012

Compatibility Lincoln 60, Lincoln 60E

This example demonstrates how put the system into sleep mode and wake-up by using an external interrupt. 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. Press 1 on the keyboard to put the microcontroller in sleep mode and press the user button to wake it up.