[Tinyos Core WG] Boot Order
Philip Levis
pal at cs.stanford.edu
Thu May 22 00:41:28 PDT 2008
On May 21, 2008, at 4:12 PM, David Moss wrote:
> Interrupts aren't enabled during any Init, correct? Can we be sure
> that
> non-volatile memory drivers do not employ interrupts?
The boot TEP goes into this; it's rare that interrupts don't have
flags, on which you can just spin. Disabling interrupts doesn't mean
they can't trigger, merely they don't cause a jump to the interrupt
vector.
Phil
More information about the Tinyos-2.0wg
mailing list