4
votes
1answer
555 views

Modifying Interrupt Vector Table of Atmega32

A project that I'm working on involves a cycle accurate interrupt service routine. This routine is written in AVR Assembly where I just wrote: ...
4
votes
1answer
632 views

Overflow interrupt firing only once

I've run into an issue where, it appears, my interrupt only fires once, then simply refuses to fire again on my ATMega32U2. I have the following (stripped down) code: ...