| No the processor can be woken up by any external interrupt (see atmega128 manual, sure its the same for msp430) therefor the cc2420 radio or similar will ususaly interrupt the processor when the packet arrives, dont know name of interupt of hand (see cc2420 manual). This will wakeup cpu from power save and jump to interrupt. BUT certain power save mode such as sleep modes will take about 4 ms to wakeup, this might not be responsive enough. If this is the case use an idle power mode to reduce power consumption. In fact TinyOS already does this im sure automatically. hope this helps Cormac On 5 Sep 2006, at 19:07, Yinying Yang wrote:
___________________________________________________ Cormac Duffy M.Sc B.Sc Computer Science Dept. University College Cork College rd. Cork Ireland email: [EMAIL PROTECTED] web: www.cs.ucc.ie/~cd5 mobile: +353-87-2039750 |
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
