Timer interrupt handling - multiple flags
Posted on May 28, 2012 at 07:28How should multiple interrupt flags be handled in the timer ISRs? 1. Handle all flags at the same time? 2. Handle a single flag? My code originally did #2, but I found sometimes I would get into a state where an interr...