TASKMAN
10/10/2002

This simple application demonstrates using a CF2 to sleep until one or more
tasks need to be serviced.  This application is meant for engineers who need
to sleep for a long period and then perform some measurement.  Two approaches
are possible.  One uses Suspend Mode and consumes the least amount of power.
The other method uses the PIT and LPSTOP.  When using Suspend, power is removed
from the CF2 resulting in the lowest power consumption.  The MSP430 supervisor
turns the power back on when its internal alarm goes off.  The time to wake the
CF2 (maybe a few seconds) is too long for some applications.  In those situations
using the PIT method will provide a faster response time at the expense of more power.
