... Thanks. TI have a reference design using the 430 with their own radio chip. I am a bit concerned that if I KNOW I'm going to be looking at dense and large...
29521
cszym001
Feb 1, 2007 6:00 pm
Hi, I am new to the msp430 and I have the following problem. I need to input two analog voltage signals and output a PWM signal of a pulse width and period...
29522
p_murayama
Feb 1, 2007 6:04 pm
Hello! Sorry to come late in this discussion... A higher frequency crystal is the simplest way to do it, but there might be some power concerns. Let's look...
29523
Shoaib Javed
mshoaibjaved1
Feb 1, 2007 6:15 pm
_____ From: msp430@yahoogroups.com [mailto:msp430@yahoogroups.com] On Behalf Of David Collier Sent: 01 February 2007 17:22 To: msp430@yahoogroups.com Subject:...
29524
David Collier
dexdynedgc
Feb 1, 2007 7:22 pm
... The biggest 430 has 10K of RAM, which is more than the 2430, so I can't quite see that as a show-stopper. But maybe the tables are stores in flash or...
29525
accord4you1234
Feb 1, 2007 7:49 pm
Danny, I am looking for help in generating Friendly User Interface (Windows- based Application) that will retrieve the information from MSP430F2013...
29526
old_cow_yellow
Feb 1, 2007 10:05 pm
Pascal's suggestion is very good. However, as a hobbyist, I have the tendency of trying to gild the lily; and here I go again. The frequency generated by a...
29527
old_cow_yellow
Feb 1, 2007 11:12 pm
Can we run Vista on MSP430? Just kidding. My wife uses a glucose meter. It is very small and has only two buttons, a small LCD, and a port for the test strip....
29528
William Sell
golfnut94952
Feb 1, 2007 11:42 pm
I worked in Diabetes for a number of years and spec'd in the MSP40 (this was back in 1999), for our implantable sensor. Worked like a champ. /Bill ... -- This...
29529
magzky02
Feb 2, 2007 12:38 am
i was closely monitoring the previous thread on i2c and got some hints but still im having problem. reading the temperature on LM95235, and reading a temp is...
29530
p_murayama
Feb 2, 2007 1:34 am
Hello! I am just curious here... Basically, what you do is this: - You keep somewhere a residual value (let's call it "R", and let's make it integer). -...
29531
old_cow_yellow
Feb 2, 2007 3:29 am
You have a typo or something. Your pseudo code should have been: TimerInterrupt { R += 68; if(R > 99) { TimerCount = 328; R -= 100; } else TimerCount = 327; ...
29532
p_murayama
Feb 2, 2007 5:21 am
Hello! No, my pseudo code is right. If you want to count until 327.68 on an average, you should count more often to 328 than to 327. Therefore, 327 is the...
29533
Sniper_Steen
Feb 2, 2007 6:16 am
I am running an F1611 on a Softbaugh board and am using the IAR Kickstart development environment. I have a UART Interrupt driven routine which is storing a...
29534
old_cow_yellow
Feb 2, 2007 7:30 am
Declaring E0_array "volatile" and wonder why it is volatile? Just kidding ;-) Do you have other array and do you write to it without checking the boundary of...
29535
Stuart_Rubin
Feb 2, 2007 1:12 pm
I agree that there is more likely some kind of memory boundary overwrite, and it just happens to be your data buffer is the victim. Try making a "guard" buffer...
29536
Sniper_Steen
Feb 2, 2007 3:38 pm
You are probably right that it is simply my data collection routine thats not 100% waterproof yet. I did find one mishap in it late last night, and though it...
29537
Richard (UK).
augmentics
Feb 2, 2007 5:28 pm
... No they aren't .... That's why I always debug my C code on a PC in a test harness whilst using something like BoundsChecker and also a profiler. (I also...
29538
old_cow_yellow
Feb 2, 2007 6:12 pm
The details of SD16 inside F20x3 can be found in Chapter 17 of the User's Guide (slau144?.pdf, where ? is currently b) But be ware of bugs in the current...
29539
ionion_79
Feb 3, 2007 10:01 pm
Hi, I think there might be an error at the line ... This has to be TACTL |= MC_1; // start timer_A in up mode, reset reaching CCR0 because MC0 means that the...
29540
old_cow_yellow
Feb 3, 2007 11:43 pm
If you are using the "standard" header file form TI, MC0=MC_1=0x0010. Thus the C-statement: TACTL |= MC0; has exactly the same effect as: TACTL |= MC_1; ...
29541
bumerang boom
bumerang.boom
Feb 4, 2007 12:46 am
I had to scrap the 430 doing a 2048 node mesh network. It was a custom one not a "Z" and I runed out of ram very fast. For over 1oo nodes, especially with Z,...
29542
bumerang boom
bumerang.boom
Feb 4, 2007 12:55 am
Uhhh... this is really going overboard :) In my 30+ years of system development (HW & SW) I never had to go to these extremes :) In fact, the only times when...
29543
bumerang boom
bumerang.boom
Feb 4, 2007 1:04 am
The idea is good in principle. However it consumes more power than using a high freq crystal. If you use the 430, then low power consumption is your primary ...
29544
bumerang boom
bumerang.boom
Feb 4, 2007 1:09 am
A common mistake in a programmers life is to allow data structure access from different sources without any control. This, usually, breads havoc. An easy...
29545
p_murayama
Feb 4, 2007 1:35 am
Hello! The MSP430's power consumption is sub microamp in wait mode and 350 uA per MHz in calculation mode. In my case indeed, what I get is about 3 mA at 8MHz....
29546
Richard (UK).
augmentics
Feb 4, 2007 10:46 am
Next time you take a flight in a plane, just think of all those computers and software that your life depends on. These systems will be in your & other...
29547
¤p¶Â
keikoblack11
Feb 4, 2007 2:37 pm
Ask an everyone a help: I use the program of the website, <SD FAT16 FAT 16 implementation on SD card using F169 working!!!> I want to add a .txt file,Exist the...
29548
keikoblack11
Feb 4, 2007 2:38 pm
½Ð¦U¦ìmsp430ºô¤Í¤F¸Ñªºµ¹¤p§Ì¤@¨Ç«üÂI: §Ú¨Ï¥Î³oÓºô¯¸ªºµ{¦¡, <SD FAT16 FAT 16 implementation on SD card using F169...
29549
bumerang boom
bumerang.boom
Feb 4, 2007 4:20 pm
Tell all of this to Bill Gates :) Without Wax. BB ... === message truncated === ...