Hallo an alle

Ich versuche seit 2 Tagen den Timer 1 des Attiny45 im Overflow Modus zu
initialisierern Doch es funktioniert einfach nicht. Den Timer0 hab
sofort zum Laufen bekommen

Hier der Code:
Code:
.org OVF1addr
  rjmp test
...

  ldi temp, 0x06    ;Presacler = 32
  out TCCR1, temp

  ldi temp, 0x04         ;Enable Timer1 Overflow Interrupt
  out TIMSK, temp

  sei    ;Enable Interrupts
Hat jeand eine Ahnung was da los ist?

Danke im Voraus
mfg Robert

[/code]