Sign in

username:

password:



Not a member?

Search msp430



Search tips

Subscribe to msp430



Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | MSP430 | [Timer A] Difference between TACLK and INCLK ?


Advertise Here

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.

[Timer A] Difference between TACLK and INCLK ? - fwolff - Sep 15 9:39:12 2008

Hi,

I was reading the chapter concerning the Timer A and I saw that "the
timer clock can be sourced from ACLK, SMCLK, or externally via TACLK
or INCLK.". I looked in all datasheets but nowhere it is said what's
the difference between TACLK and INCLK (if there is any difference). I
don't see the point of having two external clock sources.
Thanks in advance for your help.

Regards,

Frank.
------------------------------------



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


Re: [Timer A] Difference between TACLK and INCLK ? - Douglas - Nov 7 9:37:56 2009

I have a similar question. Where do TACLK and INCLK come from? They don't seem to have hardware connections to any pins on the chip package, and I don't see a way to establish a logical connection either.
I am using the MSP430F2274 and the IAR C Embedded Workbench from the eZ430RF2500 development kit.

SherpaDoug

--- In m...@yahoogroups.com, "fwolff" wrote:
>
> Hi,
>
> I was reading the chapter concerning the Timer A and I saw that "the
> timer clock can be sourced from ACLK, SMCLK, or externally via TACLK
> or INCLK.". I looked in all datasheets but nowhere it is said what's
> the difference between TACLK and INCLK (if there is any difference). I
> don't see the point of having two external clock sources.
> Thanks in advance for your help.
>
> Regards,
>
> Frank.
>

------------------------------------



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

Re: [Timer A] Difference between TACLK and INCLK ? - old_cow_yellow - Nov 7 11:37:57 2009

TACLK and INCLK (also called TAINCLK) are described in the data-sheet.
Sorry, I am not aware of any c sample code or video about this.

--- In m...@yahoogroups.com, "Douglas" wrote:
>
> I have a similar question. Where do TACLK and INCLK come from? They don't seem to have hardware connections to any pins on the chip package, and I don't see a way to establish a logical connection either.
> I am using the MSP430F2274 and the IAR C Embedded Workbench from the eZ430RF2500 development kit.
>
> SherpaDoug
>
> --- In m...@yahoogroups.com, "fwolff" wrote:
> >
> > Hi,
> >
> > I was reading the chapter concerning the Timer A and I saw that "the
> > timer clock can be sourced from ACLK, SMCLK, or externally via TACLK
> > or INCLK.". I looked in all datasheets but nowhere it is said what's
> > the difference between TACLK and INCLK (if there is any difference). I
> > don't see the point of having two external clock sources.
> > Thanks in advance for your help.
> >
> > Regards,
> >
> > Frank.
>

------------------------------------



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

Re: [Timer A] Difference between TACLK and INCLK ? - Hugh Molesworth - Nov 7 15:01:49 2009

Having multiple external clock input pins avoids adding external
hardware for some applications, and allows selective use of other
functions in others; if that isn't a requirement in your design just
ignore the second input and use either input as convenient. On the
MSP430F22x4 TACLK comes from pin 31 on the 38-pin DA package and from
pin 29 on the 40-pin RHA package; TAINCLK (INCLK) comes from pin 9 on
the 38-pin DA package and from pin 7 on the 40-pin RHA package; it's
all in the data sheet SLAS504c.pdf available here:
http://focus.ti.com/lit/ds/symlink/msp430f2274.pdf

Hugh

At 08:32 AM 11/7/2009, you wrote:
>TACLK and INCLK (also called TAINCLK) are described in the data-sheet.
>Sorry, I am not aware of any c sample code or video about this.
>
>--- In m...@yahoogroups.com, "Douglas" wrote:
> >
> > I have a similar question. Where do TACLK and INCLK come
> from? They don't seem to have hardware connections to any pins on
> the chip package, and I don't see a way to establish a logical
> connection either.
> > I am using the MSP430F2274 and the IAR C Embedded Workbench from
> the eZ430RF2500 development kit.
> >
> > SherpaDoug
> >
> > --- In m...@yahoogroups.com, "fwolff" wrote:
> > >
> > > Hi,
> > >
> > > I was reading the chapter concerning the Timer A and I saw that "the
> > > timer clock can be sourced from ACLK, SMCLK, or externally via TACLK
> > > or INCLK.". I looked in all datasheets but nowhere it is said what's
> > > the difference between TACLK and INCLK (if there is any difference). I
> > > don't see the point of having two external clock sources.
> > > Thanks in advance for your help.
> > >
> > > Regards,
> > >
> > > Frank.
> > >
> >
>------------------------------------



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

Re: [Timer A] Difference between TACLK and INCLK ? - Douglas - Nov 7 16:32:57 2009



Thanks, I must have spent an hour searching the data sheet before giving up and finding another way to solve my problem.

SherpaDoug

--- In m...@yahoogroups.com, Hugh Molesworth wrote:
>
> Having multiple external clock input pins avoids adding external
> hardware for some applications, and allows selective use of other
> functions in others; if that isn't a requirement in your design just
> ignore the second input and use either input as convenient. On the
> MSP430F22x4 TACLK comes from pin 31 on the 38-pin DA package and from
> pin 29 on the 40-pin RHA package; TAINCLK (INCLK) comes from pin 9 on
> the 38-pin DA package and from pin 7 on the 40-pin RHA package; it's
> all in the data sheet SLAS504c.pdf available here:
> http://focus.ti.com/lit/ds/symlink/msp430f2274.pdf
>
> Hugh
>
> At 08:32 AM 11/7/2009, you wrote:
> >TACLK and INCLK (also called TAINCLK) are described in the data-sheet.
> >Sorry, I am not aware of any c sample code or video about this.
> >
> >--- In m...@yahoogroups.com, "Douglas" wrote:
> > >
> > > I have a similar question. Where do TACLK and INCLK come
> > from? They don't seem to have hardware connections to any pins on
> > the chip package, and I don't see a way to establish a logical
> > connection either.
> > > I am using the MSP430F2274 and the IAR C Embedded Workbench from
> > the eZ430RF2500 development kit.
> > >
> > > SherpaDoug
> > >
> > > --- In m...@yahoogroups.com, "fwolff" wrote:
> > > >
> > > > Hi,
> > > >
> > > > I was reading the chapter concerning the Timer A and I saw that "the
> > > > timer clock can be sourced from ACLK, SMCLK, or externally via TACLK
> > > > or INCLK.". I looked in all datasheets but nowhere it is said what's
> > > > the difference between TACLK and INCLK (if there is any difference). I
> > > > don't see the point of having two external clock sources.
> > > > Thanks in advance for your help.
> > > >
> > > > Regards,
> > > >
> > > > Frank.
> > > >
> > >
> >
> >
> >
> >
> >------------------------------------
> >
> >
> >
> >



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