Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

msp430 · TI MSP430 microcontroller users group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 7765
  • Category: Hardware
  • Founded: Oct 13, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 47 - 76 of 51694   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
47 msp430@yahoogroups.com Send Email May 3, 2001
3:28 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the msp430 group. File : /MC430.ZIP ...
48 msp430@yahoogroups.com Send Email Jun 23, 2001
6:41 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the msp430 group. File : /mc430.zip ...
49 mike@... Send Email Jul 12, 2001
5:11 pm
I have been evaluating the MSP430F149 and cannot get the serial port to work. I compiled one of the demo programs for ADC12 operation which has a serial port...
50 Kris De Vos
microbit@... Send Email
Jul 13, 2001
12:14 am
Hi Mike, There's 2 ways to drive the port : 1. Send character and then wait for it to flush : int putchar(int c) { /* send a character */...
51 WYSE Systems
sentry@... Send Email
Jul 14, 2001
6:47 am
Hello MSP430 group, We are using MSP430F1121IDW (SOIC) package for one of our application. Now we want to migrate to the MSP430F1121IPW (SSOP)package. We own a...
52 a0196876@... Send Email Jul 16, 2001
8:34 am
Hi Mike, the examples uses the ACLK for the UART. So it is neccessary to connect a 32kHz Cristal to the LFXTCLK Pin (XIn XOUT) I think this could be your...
53 Bruce Cannon
brucecannon@... Send Email
Jul 16, 2001
9:20 pm
Yogesh: That's an awful small package to be putting in and out of the programmer, you must have small fingers! Do you have room for a header to program the...
54 Fábio Rizental Cou...
fabio@... Send Email
Sep 19, 2001
1:58 pm
hi, I´m beginnig to learn the msp430, i buy the MSP-FETP430IF tool(MSP430F149) , and I´m having problems to make a routine to make timer A work in output...
55 msp430@yahoogroups.com Send Email Oct 11, 2001
2:50 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the msp430 group. File : /mc430.zip ...
56 intelliquip@...
intelliquip Send Email
Nov 9, 2001
12:03 am
we downloaded the free c compiler from : http://www.geocities.com/msp430micro/ and installed it. To run it is looking for the files asm430 and lnk 430. No such...
57 ewlists@...
bscandanavia Send Email
Nov 10, 2001
5:59 pm
Hello, I'm having some trouble understanding the way interrupts are set-up using CCi1B input to CCTL1 working in the IAR C. I've gotten the ...
58 ewlists@...
bscandanavia Send Email
Nov 10, 2001
6:10 pm
OK, I should have checked the archive before posting this question. I see someone else had the same problem. I am also using the f1121 part which has a...
59 ewlists@...
bscandanavia Send Email
Nov 12, 2001
2:26 am
Hello, I found this in comp.arch.embedded doing a search in the google groups: http://groups.google.com/groups? ...
60 Peter Homann
homannp Send Email
Nov 21, 2001
6:46 am
I am currently attempting to set up an environment that will allow me to compile programs with the MC430 compiler and then use the IAR assembler, linker and...
61 brucecannon@... Send Email Nov 25, 2001
7:55 pm
http://www.gessler-electronic.de/v2/bsl_eng_c.htm I ran across this and it looks very useful. I've ordered one and will post when I've played with it. Anyone...
62 Mark.K.de.Jong@...
de14mdj Send Email
Nov 25, 2001
9:47 pm
Hello Bruce, I have build the Bootstrap Loader interface my self, and I am using the software provided by TI. This Software is working under windows 2000, in...
63 Bill Westfield
westfw@... Send Email
Nov 25, 2001
10:33 pm
... Heh. The motorola bootstrap loader has always looked simple enough that I feel like I ought to build it myself. OTOH, history has shown that I tend to...
64 Bruce Cannon
brucecannon@... Send Email
Nov 26, 2001
10:11 pm
Reply to Bill and also to Mark: I agree Bill, it's one of those things that I looked at and thought "I could do that if I had the time". But I also thought,...
65 heemangrheekr@...
heemangrheekr Send Email
Nov 30, 2001
7:08 am
I'm a rokey in msp430. I hope to implement IR interface using MSP430. I found IR ENDEC, TIR-1000 in TI. TIR 1000 has 16xCLK pin. Can I make 16xCLK output from...
66 Mark.K.de.Jong@...
de14mdj Send Email
Nov 30, 2001
9:07 am
Hello, If you need IrDa, then have a look at this application note of TI: http://focus.ti.com/docs/apps/catalog/resources/appnoteabstract.jhtml? ...
67 heemangrheekr@...
heemangrheekr Send Email
Dec 3, 2001
1:38 am
I use CR2032(3V coin type). according to the datasheet, comparator can be used for low battery detection. How can I implement in msp430f437? or is there...
68 Kris De Vos
microbit@... Send Email
Dec 3, 2001
1:48 am
There's several methods. The 2 obvious ones are : 1. Use comparator 2. Use one of your A/D channels In both cases, use the internal reference (look in...
69 muhammad mudassar
mmudassar88 Send Email
Dec 3, 2001
3:48 am
DEAR FRIENDS I AM USING MSP430 PROCESOR FOR FIRST TIME I DID A LOT OF WORK IN ATMEL MICROCONTROLLERS. NOW I HAVE SOME PROBLEMS WITH MSP430 AND TECHNICAL ...
70 brucecannon Send Email Dec 10, 2001
8:44 pm
... Sorry for the delay responding to this topic, wanted to add: 1. check the specs on the internal reference, it limits the accuracy of your measurement quite...
71 brucecannon Send Email Dec 10, 2001
8:51 pm
... Muhammad: If I understand your question correctly, this is extensively covered in the datasheet and the app notes, basic clock system I think it's referred...
72 Kris De Vos
microbit@... Send Email
Dec 11, 2001
12:37 am
I agree totally with Bruce. Same applies to Vandium Lithium cells. The majority of battery capacity (under load) represents about 10% of the voltage. (ie. when...
73 Bruce Cannon
brucecannon Send Email
Dec 11, 2001
8:31 pm
Kris: Under what kind of load have you found that 2.7v is a practical cutoff? I have less experience than you perhaps, and I'd like a good rule of thumb. I ...
74 muhammad mudassar
mmudassar88 Send Email
Dec 12, 2001
7:40 am
Hello *********I am using IAR embeded workshop but i have some problems with that Kindly help me ******** I tried my best to activate timers but I am not...
75 Kris De Vos
microbit@... Send Email
Dec 18, 2001
3:20 am
Sorry about delay Bruce, been so flat out here. I was actually referring to a rechargeable cell, as in Vanadium Lithium (also Panasonic). In that scenario the...
76 Bruce Cannon
brucecannon Send Email
Dec 18, 2001
5:36 pm
Thanks Kris! Bruce ... From: Kris De Vos [mailto:microbit@...] Sent: Monday, December 17, 2001 7:21 PM To: msp430@yahoogroups.com Subject: Re:...
Messages 47 - 76 of 51694   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help