The purpose of this group is to foster exchange of information on the Texas Instruments MSP430 family of microcontrollers and related tools. Everyone welcome, all levels of familiarity/expertise.
MSP430F248 TIMER CLOCK DIVIDER - erde...@yahoo.com - Sep 7 5:59:33 2009
Hi,
I am using timer A0 and timer A2 individually as input clock divider is 1. In this way
they are working correctly. But; when i use them both the input clock is divided by 2. Why
may that be?
------------------------------------
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.
(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )
Re: MSP430F248 TIMER CLOCK DIVIDER - old_cow_yellow - Sep 7 10:27:35 2009
Most likely, something (or someone) is wrong.
--- In m...@yahoogroups.com, erdemdilmen@... wrote:
>
> Hi,
> I am using timer A0 and timer A2 individually as input clock divider is 1. In this way
they are working correctly. But; when i use them both the input clock is divided by 2. Why
may that be?
>
------------------------------------
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.
(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )
Re: MSP430F248 TIMER CLOCK DIVIDER - jedi_erdi - Sep 8 8:08:00 2009
It seems, something is wrong.
--- In m...@yahoogroups.com, "old_cow_yellow"
wrote:
>
> Most likely, something (or someone) is wrong.
>
> --- In m...@yahoogroups.com, erdemdilmen@ wrote:
> >
> > Hi,
> > I am using timer A0 and timer A2 individually as input clock divider is 1. In this way
they are working correctly. But; when i use them both the input clock is divided by 2. Why
may that be?
>
------------------------------------
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.

(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )Re: MSP430F248 TIMER CLOCK DIVIDER - old_cow_yellow - Sep 8 9:45:11 2009
It is quite possible that something is wrong.
But very often, someone thinks something is wrong even when it is not.
--- In m...@yahoogroups.com, "jedi_erdi"
wrote:
>
> It seems, something is wrong.
>
> --- In m...@yahoogroups.com, "old_cow_yellow" wrote:
> >
> > Most likely, something (or someone) is wrong.
> >
> > --- In m...@yahoogroups.com, erdemdilmen@ wrote:
> > >
> > > Hi,
> > > I am using timer A0 and timer A2 individually as input clock divider is 1. In this
way they are working correctly. But; when i use them both the input clock is divided by 2.
Why may that be?
> > >
>
------------------------------------

(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )Re: MSP430F248 TIMER CLOCK DIVIDER - tintronic - Sep 9 22:21:46 2009
> I am using timer A0 and timer A2 individually as input clock divider
> is 1. In this way they are working correctly.
A0 and A2 are not different timers, they're different capture/compare modules associated
to the same TimerA.
> But; when i use them both the input clock is divided by 2.
The only way to know that is to look at the clock divider bits in the TACTL register. Does
it indicate a division by 2? Else your are only making a wrong assumption.
Start by reading the entire TimerA chapter from top to bottom. If still in doubt come back
with a specific question and as we are not telepathic, give us more information about your
setting (the setup code for example?).
Michael K.
--- In m...@yahoogroups.com, erdemdilmen@... wrote:
>
> Hi,
> I am using timer A0 and timer A2 individually as input clock divider is 1. In this way
they are working correctly. But; when i use them both the input clock is divided by 2. Why
may that be?
>
------------------------------------

(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )
Re: MSP430F248 TIMER CLOCK DIVIDER - jedi_erdi - Sep 10 19:52:44 2009
Hi,
I recognized that i had some conflicts about timer_A module and i solved my problems, so
no more problem with timer_A. Thanks guys.
--- In m...@yahoogroups.com, "tintronic"
wrote:
>
> > I am using timer A0 and timer A2 individually as input clock divider
> > is 1. In this way they are working correctly.
> A0 and A2 are not different timers, they're different capture/compare modules associated
to the same TimerA.
>
> > But; when i use them both the input clock is divided by 2.
> The only way to know that is to look at the clock divider bits in the TACTL register.
Does it indicate a division by 2? Else your are only making a wrong assumption.
>
> Start by reading the entire TimerA chapter from top to bottom. If still in doubt come
back with a specific question and as we are not telepathic, give us more information about
your setting (the setup code for example?).
>
> Michael K.
> --- In m...@yahoogroups.com, erdemdilmen@ wrote:
> >
> > Hi,
> > I am using timer A0 and timer A2 individually as input clock divider is 1. In this way
they are working correctly. But; when i use them both the input clock is divided by 2. Why
may that be?
>
------------------------------------

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