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

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

Re: [avr-gcc-list] Mega16 interrupt problem.


From: Richard Urwin
Subject: Re: [avr-gcc-list] Mega16 interrupt problem.
Date: Wed, 11 Feb 2004 23:30:27 +0000
User-agent: KMail/1.5.3

On Wednesday 11 Feb 2004 9:47 pm, mark bauer wrote:
> Mega16 and Mega163 version do not work with interrupts (for me).
> Looking at the *.lst file, the vectors are correct, but the process
> is just resetting.  The program is simple with only timer interrupt
> running.

It's worth noting that you should use "service" not "interrupt" in your 
function declarations.

I can't comment on the rest.

-- 
Richard Urwin


reply via email to

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