??? 03/28/08 15:18 Read: times |
#152671 - Remember that the oscillator is turned off Responding to: ???'s previous message |
Michael said:
Does the device require its -INTR input to be low for an extended period of time and then go high to initiate wakeup?
Or is it that the wakeup from power down happens at the onset of a low going pulse on -INTR and then the MCU is held static until the time of the rising edge at which time the code starts in the interrupt routine? Remember, that the oscillator is turned off during power down. Pulling low the /INT line of micro first restarts the oscillator and after some milliseconds pulling high again the /INT line of micro makes him resuming work by executing the interrupt service routine. Kai |