--- In AVR-Chat@yahoogroups.com, "rlrsmith" <rlrsmith@y...> wrote: > Having a problem with the Compare Output functions in Timer1 on an > ATMega32. Is it only on the simulator that your're having problems? I haven't used the simulator - just the real thing. What is it that you're trying to do? It's not clear from the code. Also, are you sure that you want to use the INTERRUPT form of ISR. Except for very special situations you should be using the SIGNAL form. The AVRLib doc describes the difference. Don
Message
Re: Compare Output Mode problem
2005-03-24 by Don Kinzer