when i use timer interrupt . when is there timer over flow the timer interrupt function is work.
but when avr cpu is return from interrupt function it's not return to the last programm adress(when intterupt is done)
but it start from beganing from the main code and this corrupted my code