Reply by Micah Stevens November 15, 20052005-11-15
Go into the help menu for Crossworks, and select 'MSP430 Samples'.
Then click 
on 'Texas Instruments FET Kit Examples'. This will open a window that
lists 
the examples for various starter kits. 

Choose the 110 kit, 'C' examples. This will open a project containing
quite a 
few examples. One is called 'Timer_A Toggle P1.1 With TA0 Upmode, 32Khz
ACLK. 
Take a look at that. If you change the port to 2.4, and set up the value of 
CCR0 properly, you should be able to get what you want without much hassle. 

-Micah 

On Tuesday 15 November 2005 6:52 am, msp430 nascimento
wrote:
> Do you have a example program ?
> thank you
>
> --- Micah Stevens <micah@mica...> escreveu:
>
>
> ---------------------------------
> On Monday 14 November 2005 11:19 pm, Jonathan Kirwan
>
> wrote:
> > On Mon, 14 Nov 2005 19:31:06 -0800, Micah wrote:
> > >On Monday 14 November 2005 10:08 am, msp430
>
> nascimento wrote:
> > >> Hi people...
> > >> I need to know how make to :
> > >>
> > >> loop:
> > >> high led ( portp2.4)
> > >> pause 1000 (ms )
> > >> low led (port p2.4)
> > >> pause 1000 (ms)
> > >> goto loop
> > >>
> > >> My msp is msp430f1121A and i want to know how
>
> make
>
> > >> this program in C ( cross works msp430)
> > >>
> > >> Thank you
> > >
> > >school project?
> >
> > Let's see:
> >
> > * demonstration, clearly intended to show little
>
> other than
>
> >   the ability to use all the hardware and software
>
> tools in
>
> >   combination and get something basic and humanly
>
> visual
>
> >   running,
> > * specific port pin selection for the LED,
> > * specific toolset and processor
> >
> > Yup.  I'd say you nailed it.
> >
> > Now, should we give it away so that we can find out
>
> what the next
>
> > assignment is?  :)
>
> The best part is, there's a code demo that comes with
> Crossworks that does
> just this type of thing. If he would of poked around
> for 5 minutes, he should
> of noticed it.
>
> -Micah
>
>
> .
>
>
>
>
>
>       SPONSORED LINKS
>
> Computer internet security
>        Computer internet business
>               Computer internet access
>
> Computer internet privacy securities
>                  Computer internet help
>                     Texas instruments
>
>
> ---------------------------------
>   .
>
>
> ---------------------------------
>
>
>
>
>
>
>
>
>
>
> _______________________________________________________
> Yahoo! Acesso Gris: Internet rida e gris.
> Instale o discador agora!
> http://br.acesso.yahoo.com/
>
>
>
>
> .
>
>
> Yahoo! Groups Links
>
>
>

Beginning Microcontrollers with the MSP430

Reply by Rachel Adamec November 15, 20052005-11-15
>From: msp430 nascimento <msp430ufjf@msp4...>

>yes, i study in the universidade Federal de Juiz de
>Fora, Brazil. I study electrical engineer and in
>brazil don?t have a lot books about msp430. I program
>in PIC basic but i need microcontrolleres more fast ,
>in i want to start MSP430F. I have 1121,1232,149 and
>169. I work in my university with data aquisicion and
>others control. 

Micah,

The best way to get books for these parts is from the TI website (
www.ti.com/msp430 ). Look about 1/2 way down and there is a selection of MSP430
resources. These resources include device data sheets, user guides, and even
sample code (some which probably does much of what you want your code to do).

>Do you help me ?

I hope I was of some help...

Rachel Adamec
Norristown, PA, USA



Reply by msp430 nascimento November 15, 20052005-11-15
Do you have a example program ?
thank you 

--- Micah Stevens <micah@mica...> escreveu:


---------------------------------
On Monday 14 November 2005 11:19 pm, Jonathan Kirwan
wrote:
> On Mon, 14 Nov 2005 19:31:06 -0800, Micah wrote:
> >On Monday 14 November 2005 10:08 am, msp430
nascimento wrote:
> >> Hi people...
> >> I need to know how make to :
> >>
> >> loop:
> >> high led ( portp2.4)
> >> pause 1000 (ms )
> >> low led (port p2.4)
> >> pause 1000 (ms)
> >> goto loop
> >>
> >> My msp is msp430f1121A and i want to know how
make
> >> this program in C ( cross works msp430)
> >>
> >> Thank you
> >
> >school project?
>
> Let's see:
>
> * demonstration, clearly intended to show little
other than
>   the ability to use all the hardware and software
tools in
>   combination and get something basic and humanly
visual
>   running,
> * specific port pin selection for the LED,
> * specific toolset and processor
>
> Yup.  I'd say you nailed it.
>
> Now, should we give it away so that we can find out
what the next
> assignment is?  :)
>

The best part is, there's a code demo that comes with
Crossworks that does 
just this type of thing. If he would of poked around
for 5 minutes, he should 
of noticed it. 

-Micah


.



      

      SPONSORED LINKS  
                                               
Computer internet security                            
       Computer internet business                     
              Computer internet access                
                                              
Computer internet privacy securities                  
                 Computer internet help               
                    Texas instruments                 
                                   
    
---------------------------------
  .

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





	


	
		
_______________________________________________________ 
Yahoo! Acesso Gris: Internet rida e gris. 
Instale o discador agora!
http://br.acesso.yahoo.com/


Reply by msp430 nascimento November 15, 20052005-11-15
yes, i study in the universidade Federal de Juiz de
Fora, Brazil. I study electrical engineer and in
brazil don't have a lot books about msp430. I program
in PIC basic but i need microcontrolleres more fast ,
in i want to start MSP430F. I have 1121,1232,149 and
169. I work in my university with data aquisicion and
others control. 
Do you help me ?
Thank you 
--- Micah Stevens <micah@mica...> escreveu:


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

school project?

On Monday 14 November 2005 10:08 am, msp430 nascimento
wrote:
> Hi people...
> I need to know how make to :
>
> loop:
> high led ( portp2.4)
> pause 1000 (ms )
> low led (port p2.4)
> pause 1000 (ms)
> goto loop
>
> My msp is msp430f1121A and i want to know how make
> this program in C ( cross works msp430)
>
> Thank you
>
>
>
>
>
>
>
>
>
_______________________________________________________
> Yahoo! Acesso Gris: Internet rida e gris.
> Instale o discador agora!
> http://br.acesso.yahoo.com/
>
>
>
>
>
>
> .
>
>
> .

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





	


	
		
_______________________________________________________ 
Yahoo! Acesso Gris: Internet rida e gris. 
Instale o discador agora!
http://br.acesso.yahoo.com/


Reply by Micah Stevens November 15, 20052005-11-15
On Monday 14 November 2005 11:19 pm, Jonathan Kirwan wrote:
> On Mon, 14 Nov 2005 19:31:06 -0800, Micah wrote:
> >On Monday 14 November 2005 10:08 am, msp430 nascimento wrote:
> >> Hi people...
> >> I need to know how make to :
> >>
> >> loop:
> >> high led ( portp2.4)
> >> pause 1000 (ms )
> >> low led (port p2.4)
> >> pause 1000 (ms)
> >> goto loop
> >>
> >> My msp is msp430f1121A and i want to know how make
> >> this program in C ( cross works msp430)
> >>
> >> Thank you
> >
> >school project?
>
> Let's see:
>
> * demonstration, clearly intended to show little other than
>   the ability to use all the hardware and software tools in
>   combination and get something basic and humanly visual
>   running,
> * specific port pin selection for the LED,
> * specific toolset and processor
>
> Yup.  I'd say you nailed it.
>
> Now, should we give it away so that we can find out what the next
> assignment is?  :)
>

The best part is, there's a code demo that comes with Crossworks that does 
just this type of thing. If he would of poked around for 5 minutes, he should 
of noticed it. 

-Micah

Reply by Jonathan Kirwan November 15, 20052005-11-15
On Mon, 14 Nov 2005 19:31:06 -0800, Micah wrote:

>On Monday 14 November 2005 10:08 am, msp430
nascimento wrote:
>> Hi people...
>> I need to know how make to :
>>
>> loop:
>> high led ( portp2.4)
>> pause 1000 (ms )
>> low led (port p2.4)
>> pause 1000 (ms)
>> goto loop
>>
>> My msp is msp430f1121A and i want to know how make
>> this program in C ( cross works msp430)
>>
>> Thank you
>
>school project?

Let's see:

* demonstration, clearly intended to show little other than
  the ability to use all the hardware and software tools in
  combination and get something basic and humanly visual
  running,
* specific port pin selection for the LED,
* specific toolset and processor

Yup.  I'd say you nailed it.

Now, should we give it away so that we can find out what the next
assignment is?  :)

Jon

Reply by Micah Stevens November 15, 20052005-11-15
school project?

On Monday 14 November 2005 10:08 am, msp430 nascimento
wrote:
> Hi people...
> I need to know how make to :
>
> loop:
> high led ( portp2.4)
> pause 1000 (ms )
> low led (port p2.4)
> pause 1000 (ms)
> goto loop
>
> My msp is msp430f1121A and i want to know how make
> this program in C ( cross works msp430)
>
> Thank you
>
>
>
>
>
>
>
>
> _______________________________________________________
> Yahoo! Acesso Gris: Internet rida e gris.
> Instale o discador agora!
> http://br.acesso.yahoo.com/
>
>
>
>
>
>
> .
>
>
> Yahoo! Groups Links
>
>
>

Reply by msp430 nascimento November 14, 20052005-11-14
Hi people...
I need to know how make to :

loop:
high led ( portp2.4) 
pause 1000 (ms )
low led (port p2.4)
pause 1000 (ms)
goto loop 

My msp is msp430f1121A and i want to know how make
this program in C ( cross works msp430)

Thank you 
  


	


	
		
_______________________________________________________ 
Yahoo! Acesso Gris: Internet rida e gris. 
Instale o discador agora!
http://br.acesso.yahoo.com/