Traumflug / simulavr

A fork of SimulAVR (http://www.nongnu.org/simulavr/) for handling contributions. The practical SIMINFO mechanism implemented here wasn't accepted upstream, but is crucial for Teacup Firmware simulations, so this fork will stay ... and follow upstream. Default branch is 'traumflug', master here matches master on nongnu.org.
GNU General Public License v2.0
40 stars 26 forks source link

support for ATmega1284p #13

Open mr-martin-metal opened 8 years ago

mr-martin-metal commented 8 years ago

The support for ATmega1284p does not work with Timer/Counter3. I tested in CTC mode but the interrupt routine for vector "TIMER3_COMPA_vect" (No.33) is never entered. The vector "TIMER1_COMPA_vect" (No.14) works just perfect. I verified the code on physical HW using an external logic analyzer. The code is correct and both vectors (14,33) are entered as expected.