Sonsivri

Electronics => AVR, 8051 Family and ARM Area => Topic started by: chyun3 on December 16, 2007, 07:42:50 07:42



Title: ATTiny 461 Timer0 Problem.
Post by: chyun3 on December 16, 2007, 07:42:50 07:42
After i initilize the ATTiny461 timer0 register the timer0 will not immediately run but will delay for about 300ms then only it will run.....

Have anyone face this problem before???


Title: Re: ATTiny 461 Timer0 Problem.
Post by: leptro on December 23, 2007, 07:19:18 19:19
hello,
but will delay for about 300ms then only it will run.....

it supposed to do somethings before this delay, maybe an interruption!

Please can give more explanation and post a copie of your code here.

regards


Title: Re: ATTiny 461 Timer0 Problem.
Post by: Kombinator on December 24, 2007, 05:36:20 05:36
TCCR0A=?;
TCCR0B=?;
TCNT0H=?;
TCNT0L=?;
OCR0A=?;
OCR0B=?;
........?; ??? ??? ??? ???