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.
Programming tips for ez430-f2013 - *{Taqi Navid}* - Aug 11 17:22:59 2008
Hi,
Can members of this group please send me some material for learning the
programming of MSP 430 micro controller.
Am using ez430-f2013, for my project and am completely new to embedded systems,
I know C language but I couldn't understand examples programs because of the
numbers like while(P2IN&0x02), 0x80,,,, in the program.
My project is simple data logging system. I have to program this msp430 microcontroller
to take data from Strain gauges and send it to a EEPROM memory
like SD card for recording.
Regards.
[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: Programming tips for ez430-f2013 - Tom Baugh - Aug 11 17:28:56 2008
Taqi,
We have written an introductory book for learning how to write MSP430
applications, and making the most of the ultra-low-power features.
It is titled MSP430 State Machine Programming with the ES2274, and is
available on amazon.com:
http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%
2Fwww.amazon.com%2FMSP430-State-Machine-Programming-ES2274%2Fdp%
2F0975475924%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1214397954%26sr%3D8-
1&tag=softcom-20&linkCode=ur2&camp=1789&creative=9325
If that link doesn't work, then search amazon for MSP430 as one word
and choose our green and white title.
This book is written for our ES2274, but the principles in it are
applicable to any MSP430 design. It is also written for C with the
IAR Kickstart.
The book is formatted as a series of fifteen tutorial sessions, with
solved exercises at the end of each chapter. Consider it a semester
course in the MSP430!
Tom
------------------------------------

(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )
Re: Programming tips for ez430-f2013 - *{Taqi Navid}* - Aug 12 12:08:26 2008
Hi,,
Can anyone please post some example C program with explanation for ez430-f2013.
Regards.
Taqi Navid
--- On Mon, 8/11/08, *{Taqi Navid}*
wrote:
From: *{Taqi Navid}*
Subject: [msp430] Programming tips for ez430-f2013
To: m...@yahoogroups.com
Date: Monday, August 11, 2008, 5:22 PM
Hi,
Can members of this group please send me some material for learning the
programming of MSP 430 micro controller.
Am using ez430-f2013, for my project and am completely new to embedded systems,
I know C language but I couldn't understand examples programs because of the
numbers like while(P2IN&0x02) , 0x80,,,, in the program.
My project is simple data logging system. I have to program this msp430 microcontroller
to take data from Strain gauges and send it to a EEPROM memory
like SD card for recording.
Regards.
[Non-text portions of this message have been removed]
[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: Programming tips for ez430-f2013 - old_cow_yellow - Aug 12 12:16:39 2008
There are plenty of example on the TI website.
--- In m...@yahoogroups.com, *{Taqi Navid}*
wrote:
>
> Hi,,
> Can anyone please post some example C program with explanation for
ez430-f2013.
> Regards.
>
> Taqi Navid
>
> --- On Mon, 8/11/08, *{Taqi Navid}* wrote:
> From: *{Taqi Navid}*
> Subject: [msp430] Programming tips for ez430-f2013
> To: m...@yahoogroups.com
> Date: Monday, August 11, 2008, 5:22 PM
>
>
>
> Hi,
>
> Can members of this group please send me some material for learning the
>
> programming of MSP 430 micro controller.
>
> Am using ez430-f2013, for my project and am completely new to
embedded systems,
>
> I know C language but I couldn't understand examples programs
because of the
>
> numbers like while(P2IN&0x02) , 0x80,,,, in the program.
>
> My project is simple data logging system. I have to program this
msp430 microcontroller to take data from Strain gauges and send it to
a EEPROM memory
>
> like SD card for recording.
>
> Regards.
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
>
>
>
>
>
>
>
> [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: Programming tips for ez430-f2013 - dinesh2293 - Aug 12 12:17:56 2008
--- In m...@yahoogroups.com, *{Taqi Navid}*
wrote:
> There is no standard way of learning C programming for
micrcontrollers. I suggest that you read through the applications on
the Texas Instruments website, and relate them to the user guides.
> Hi,
>
> Can members of this group please send me some material for learning
the
> programming of MSP 430 micro controller.
>
> Am using ez430-f2013, for my project and am completely new to
embedded systems,
> I know C language but I couldn't understand examples programs
because of the
> numbers like while(P2IN&0x02), 0x80,,,, in the program.
>
> My project is simple data logging system. I have to program this
msp430 microcontroller to take data from Strain gauges and send it to
a EEPROM memory
> like SD card for recording.
>
> Regards.
>
>
> [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 )