Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

Re: [AVR-Chat] Re: Mega48V pwerdown troubles?

2007-07-22 by enkitec@gmail.com

On 22 Jul 2007 at 22:08, Richard Cooke wrote:

> // Interrupt on any change on pins PCINT0-7: Off
> // Interrupt on any change on pins PCINT8-14: On
> // Interrupt on any change on pins PCINT16-23: Off
> EICRA = 0x00;
> EIMSK = 0x00;
> PCICR = 0x02;
> PCMSK1 = 0x0f;
> PCIFR=0x02;
> 
> 
> What else do I have to do?
> 


	SMCR = ???

	Have you enable INT before going to SLEEP?

	Mark Jordan

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.