... Yes but the GUI is one thing, i still drop to dos for things that windows left behind like batch rename a group of files. drop to the right directory in...
18755
Micah
micahstev
Jul 1, 2005 11:53 pm
... Where's the operating manual for Windows? I've never seen one, there's a bunch for sale at the bookstore though.. Same with linux. -Micah...
18756
Onestone
onestone_apc
Jul 2, 2005 12:05 am
The early versions of windows came with a manual, discussion comes full circle, now the manual is on dis disguised as a help file. Al...
18757
luis palma
janopalma
Jul 2, 2005 8:46 am
Hi I am doing proyect Ultrasonic measurement distance, and I have the file ultrasonic.s43, to generate the out archives I need a file with extencion .xcl that...
18758
Matthias Weingart
msp430@...
Jul 2, 2005 9:30 am
... Al, the question is the definition of "wide". A novel is still in portrait format, right? And there are no more than 100 characters in one line. With a...
18759
Onestone
onestone_apc
Jul 2, 2005 10:57 am
... perhaps, a printing convention, but when I read I only hold the top third or so in view. My viewpoint is NOT a page, but a natural aspect ratio ... ? You...
18760
alex@...
list430
Jul 2, 2005 5:52 pm
I work at this problem for a day now and I'm still scratching may head. I thought that a bit of wall bouncing might help so here it is:) I have this little...
18761
Onestone
onestone_apc
Jul 2, 2005 6:49 pm
Basic switch debounce, nothing more complex. You need to hardware or software (preferred) debounce the switch. On the first transition start a timerand disable...
18762
alex@...
list430
Jul 2, 2005 8:36 pm
Thanks all, I have debounce in Software :) Or is it Firmware?. I think I found the culprit but I do not know what how it is generated. As I said The IRQ on...
18763
Onestone
onestone_apc
Jul 2, 2005 11:23 pm
If you're using C, as I believe you are you can dol a break on match I believe, b ut I don't use C on the MSP, so wouldn't know how the differnet compilers...
18764
alex@...
list430
Jul 3, 2005 4:10 am
Sure. There are 3 other IRQs running in the same time with the button. The UART Rx/TX and the Timer A. I verified the code and none of them is attempting to...
18765
Onestone
onestone_apc
Jul 3, 2005 11:22 am
It can, but only from C I believe, I've had no success trying it from asm, though there should be no difference. Al...
18766
nutley1
Jul 3, 2005 12:57 pm
Hi, I was looking for the schematic of old 2004 kickstart retro watch. But could not find it on TI site. Can anyone help out here by posting a link or send me...
18767
Gabriel
gcalin2001
Jul 3, 2005 3:21 pm
Hi Everyone, I read some time ago that some people were developing msp430 + nordic IC projects. I´m starting to do the same I´d appreciate if people could...
18768
Matthias Weingart
msp430@...
Jul 3, 2005 4:19 pm
... It is very important that you use a really good crystal (<30ppm). Usually available stuff is not good enough. Matthias...
18769
Mike
nhsolarguy
Jul 3, 2005 4:44 pm
Hi guys, The newer version of the IAR debugger has advanced debugging capability. You didn't say which part you're using, but you might have to run your code...
18770
michelqv
Jul 3, 2005 6:34 pm
Most third parties have had advanced debugging capabilities for close to 2 years now... The chips with EEM (Enhanced Emulation Module) are the 44x, 43x and...
18771
omega_force2003
Jul 3, 2005 9:02 pm
Does anyone know if there are versions of the MSP430 that are radiation hardened? If not, does anyone know how to shield the MSP430 from ionizing radiation...
18772
Micah
micahstev
Jul 3, 2005 9:15 pm
Gold Foil?...
18773
Onestone
onestone_apc
Jul 3, 2005 10:01 pm
I think Michel at Quadravox has done this, but whether or not he's prepared to talk about it I don't know.. I'm fairly certain you can't buy them from Ti....
18774
omega_force2003
Jul 3, 2005 10:30 pm
I think I will use a lead chamber for the msp430 to operate from within. This lead chamber should shield the MSP430 from gamma radiation found in space. O.R....
18775
omega_force2003
Jul 3, 2005 10:34 pm
HAS ANYONE TRIED THE MSPGCC?? DOES ANYONE OUT THERE ENJOY USING THE MSPGCC IDE? O.R....
18776
rolf.freitag@...
flisk0
Jul 3, 2005 10:34 pm
Hi, TI has no hardened MSPs in the selection guide but you can use e. g. a shielding with 1 mm lead. Another way is to use a redundant architecture, e. g....
18777
rolf.freitag@...
flisk0
Jul 3, 2005 10:44 pm
Hi, yes. I also diversified some projects so that they can be compiled (+linked etc.) with MSPGCC and the IAR compiler. I've done an installation script for...
18778
Onestone
onestone_apc
Jul 3, 2005 10:45 pm
You'll need a lot of lead to be effective, what is it 1kg launch cost . US$10,000, better to invest money in A) a different processor, b) multiple redundancy...
18779
luis palma
janopalma
Jul 4, 2005 1:52 am
Hi I am doing proyect Ultrasonic measurement distance, and I have the file ultrasonic.s43, to generate the out archives I need a file with extencion .xcl that...
18780
alex@...
list430
Jul 4, 2005 2:17 am
1mm only??? I had failures at 6mm lead over 1mm of other stuff... 280miles up only! Alex ... From: <rolf.freitag@...> To: <msp430@yahoogroups.com> Sent:...
18781
alex@...
list430
Jul 4, 2005 2:18 am
Al, is not the processor that is failing... it's the memory content! Doing redundancy of memory and registers is absolutely imperative! Alex ... From:...
18782
Onestone
onestone_apc
Jul 4, 2005 6:31 am
I know that alex, if you read my post closely you'd see that I'm suggesting redundancy of memory content, but it is impossible to 100% protect all memory. the...
18783
Anders Lindgren
rdogs_maint
Jul 4, 2005 8:29 am
... Unfortunately, there is no way to do this in standard C, as it has no concept of an interruptable environment. In addition, there is no de-facto standard...