Sign in

username:

password:



Not a member?

Search avrclub



Search tips

Subscribe to avrclub



avrclub by Keywords

AT90S2313 | AT90S8515 | ATMega | ATmega128 | ECL | FETS | IAR | Keyboard | LCD | STK50 | TMOS | UART

Ads

Discussion Groups

Discussion Groups | AVRclub | [AVR club] why I am uanble to debug ATTiny24 in avrstudio ver4.12

Atmel AVR Microcontroller discussion group.

[AVR club] why I am uanble to debug ATTiny24 in avrstudio ver4.12 - anji_somarouthu - Feb 8 15:57:40 2008

I am trying to debug a 'C' program written for ATTiny24 in AVRstudio
ver 4.12, It is simulating my code suspiciously. i.e., not giving
results as i expected by my code.

the Code is written for incrementing timer1(16-bit timer) in normal
mode. I have done required settings but it is not incrementing.

my code is as follows: TCCR1B = 0x01; to run the timer1.

plz help me...............



(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )


Re: [AVR club] why I am uanble to debug ATTiny24 in avrstudio ver4.12 - Tom - Feb 8 23:25:50 2008

anji_somarouthu wrote:
>
> I am trying to debug a 'C' program written for ATTiny24 in AVRstudio
> ver 4.12, It is simulating my code suspiciously. i.e., not giving
> results as i expected by my code.
>
> the Code is written for incrementing timer1(16-bit timer) in normal
> mode. I have done required settings but it is not incrementing.
>
> my code is as follows: TCCR1B = 0x01; to run the timer1.
>
> plz help me.......... .....
>
Check the Help file in AVRStudio. The timers and counters don't
simulate properly in many of the ATtiny devices. That is probably your
problem. I hadx that problem with the ATtiny25 and PWM program I was
trying to build.



(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )

Re: [AVR club] why I am uanble to debug ATTiny24 in avrstudio ver4.12 - anji_somarouthu - Feb 9 10:08:13 2008


> >
> Check the Help file in AVRStudio. The timers and counters don't
> simulate properly in many of the ATtiny devices. That is probably
your
> problem. I hadx that problem with the ATtiny25 and PWM program I
was
> trying to build.
>
thank U. steamphreaque

in which file we will get help regarding this attiny problem



(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )

Re: [AVR club] why I am uanble to debug ATTiny24 in avrstudio ver4.12 - Tom - Feb 9 16:36:40 2008

anji_somarouthu wrote:
> > >
> > Check the Help file in AVRStudio. The timers and counters don't
> > simulate properly in many of the ATtiny devices. That is probably
> your
> > problem. I hadx that problem with the ATtiny25 and PWM program I
> was
> > trying to build.
> >
> thank U. steamphreaque
>
> in which file we will get help regarding this attiny proble
>
Check under "Known Problems"

avrFreak



(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )