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 UART (MSP430F2131) - Sanjeev Kumar Kambadur - Nov 8 9:38:15 2009
Hi,
Can anyone please let me know where can I find specification for Timer UART of
MSP430F2131.
In TI's website, the interface
for F2131 is by "Timer UART". But I did not find anything regarding
UART in the uC's user manual.
Thanks & regards
Sanjeev
[Non-text portions of this message have been removed]
------------------------------------

(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )
Re: Timer UART (MSP430F2131) - old_cow_yellow - Nov 8 9:48:31 2009
What they mean is, to implement the UART functionality with a Timer. It is like software
bit-banging but use the Timer Capture (for RXD) and Timer OutMode (for TXD) to get more
precise timing.
--- In m...@yahoogroups.com, Sanjeev Kumar Kambadur
wrote:
>
> Hi,
>
> Can anyone please let me know where can I find specification for Timer UART of
MSP430F2131.
>
> In TI's website, the interface
> for F2131 is by "Timer UART". But I did not find anything regarding
> UART in the uC's user manual.
>
> Thanks & regards
> Sanjeev
>
>
>
> [Non-text portions of this message have been removed]
>
------------------------------------

(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )Re: Timer UART (MSP430F2131) - Hugh Molesworth - Nov 9 11:23:15 2009
Further to OCY's comment, have a look here:
http://focus.ti.com/general/docs/litabsmultiplefilelist.tsp?literatureNumber=slaa307a
I think there may be other examples in the sample code app notes as well.
Hugh
At 06:47 AM 11/8/2009, you wrote:
>What they mean is, to implement the UART functionality with a
>Timer. It is like software bit-banging but use the Timer Capture
>(for RXD) and Timer OutMode (for TXD) to get more precise timing.
>
>--- In m...@yahoogroups.com, Sanjeev Kumar Kambadur
>
wrote:
> >
> > Hi,
> >
> > Can anyone please let me know where can I find specification for
> Timer UART of MSP430F2131.
> >
> > In TI's website, the interface
> > for F2131 is by "Timer UART". But I did not find anything regarding
> > UART in the uC's user manual.
> >
> > Thanks & regards
> > Sanjeev
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>------------------------------------
______________________________
controlSUITE software. Comprehensive. Intuitive. Optimized.
Real-world software for real-time control. Details Here!

(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )Re: Re: Timer UART (MSP430F2131) - Sanjeev Kumar Kambadur - Nov 10 4:10:36 2009
Hugh and =C2=A0old cow yellow,Thanks a lot for your help!
RegardsSanjeev
--- On Mon, 11/9/09, Hugh Molesworth
wrote:
From: Hugh Molesworth
Subject: [msp430] Re: Timer UART (MSP430F2131)
To: m...@yahoogroups.com
Date: Monday, November 9, 2009, 9:52 PM
=20
=C2=A0
=20=20
=20=20=20=20
=20=20=20=20=20=20
=20=20=20=20=20=20
Further to OCY's comment, have a look here:
http://focus. ti.com/general/ docs/litabsmulti plefilelist. tsp?literatureN=
u mber=3Dslaa307a
I think there may be other examples in the sample code app notes as well.
Hugh
At 06:47 AM 11/8/2009, you wrote:
>What they mean is, to implement the UART functionality with a=20
>Timer. It is like software bit-banging but use the Timer Capture=20
>(for RXD) and Timer OutMode (for TXD) to get more precise timing.
>
>--- In msp430@yahoogroups. com, Sanjeev Kumar Kambadur=20
> wrote:
> >
> > Hi,
> >
> > Can anyone please let me know where can I find specification for=20
> Timer UART of MSP430F2131.
> >
> > In TI's website, the interface
> > for F2131 is by "Timer UART". But I did not find anything regarding
> > UART in the uC's user manual.
> >
> > Thanks & regards
> > Sanjeev
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>----------- --------- --------- -------
>
>
>
>
______________________________
controlSUITE software. Comprehensive. Intuitive. Optimized.
Real-world software for real-time control. Details Here!

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