avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Re: Timer Interrupt Problem on ATmega 103L


From: Andrew McNabb
Subject: [avr-gcc-list] Re: Timer Interrupt Problem on ATmega 103L
Date: Wed, 26 May 2004 19:11:59 -0600
User-agent: Mutt/1.5.6i

On Thu, May 27, 2004 at 01:46:33AM +0200, Rune Christensen wrote:
> I will change 
>       // Enable Interrupts (set TIMSK and then global interrupts)
>       timer_enable_int(_BV(TOIE0));
> to 
> TIMSK |= _BV(TOIE0);
> 
> Give it a try, maybe it works ?!?!?

Thanks for the suggestion.  Unfortunately, it still isn't working right.
Do you have any other suggestions?

-- 
Andrew McNabb
http://www.mcnabbs.org/andrew/
PGP Fingerprint: 8A17 B57C 6879 1863 DE55  8012 AB4D 6098 8826 6868


reply via email to

[Prev in Thread] Current Thread [Next in Thread]