Hallo! Did anyone use a non 32kHz crystal for XT1 (XT1_FLL=0) ? In the databook there is only a 32kHz crystal defined but I have to use a 100kHz or a 60kHz...
753
tiaret31
Oct 1, 2002 12:59 pm
Hi everybody, I'm using IAR C-SPY to debug my project application and it was working well until today. I built my project (no errors) and when I open C-SPY it...
754
Jens Thies
jensthies
Oct 1, 2002 1:36 pm
Hi, i'm quite new to the MSP430 and i have some problems using C-SPY. I'm using a full version of IAR-Workbench to program MSP430F148. I have written a program...
755
Petar Ristanovic
dac-list@...
Oct 1, 2002 1:45 pm
Hi, Development Assistant for C (DAC) is an Integrated Development environment (IDE) which supports the development and maintenance of embedded software in C...
756
izzxqupwrcwt
Oct 2, 2002 12:32 am
http://bejerae.s5.com/index.html...
757
mjruley
Oct 2, 2002 7:42 pm
I am using the IAR toolset to automatically generate a CRC for my image. This is done by adding the -J2,CRC16 switch in my linker file. I assumed this was...
758
Martijn Broens
mbroens2000
Oct 2, 2002 7:52 pm
Hi All, Here's a nice topic. Suppose you have a buffer filled with hexadecimal values say strRec[]= { 0x7F,0x03,0x3F,0xA0,0xE3} And you need to compare its...
759
Matthew Bivans
mbivans
Oct 2, 2002 8:03 pm
Here's the CRC generating code that IAR sent me when I asked the same question of them. I can't say that I've tried it, as I ended up using the generic...
760
Andreas Schwarz
a_s_3_3
Oct 2, 2002 8:20 pm
Hi Martijn! ... This isn't a string (missing 0 at the end), so you can't use it with strstr(). ... You return the address of the string in the memory, not the...
761
Martijn Broens
mbroens2000
Oct 2, 2002 8:42 pm
Hallo Andreas, Danke fur deine antwort (weiter in english) I already tried that and that indeed gives me the wanted result, but you're right if the array...
762
Steve
monkeykartch
Oct 3, 2002 5:16 am
At first I had problems with the FET that I am using. It turned out to be a hardware driver conflict. We found it by booting the computer in "safe mode" and...
763
Ian Okey
ian_okey
Oct 3, 2002 2:11 pm
I had something that looked very similar but I could not ues it in my app. I use some parts of flash to store configuration items using flash write routines in...
764
CP
CP8071
Oct 3, 2002 3:02 pm
I still haven't found anyone that will actually admit to using IARs Visual State application. Anyone? Anyone? Maybe it works so well that the people using...
765
mjruley
Oct 3, 2002 7:09 pm
I got the crc stuff to work properly. There is documentation in the xlink.pdf file that resides in the doc directory. It computes the crc or checksum on the...
766
Jens Thies
jensthies
Oct 4, 2002 11:04 am
Hi Steve, it turned out that the problem is caused by our program for the MSP430. We are allocating some memory from the heap - and that part of the program...
767
Martijn Broens
mbroens2000
Oct 4, 2002 12:59 pm
Hi all, Did anyone ever come up to the problem while including a .h file, that holds all the globals, but that IAR EW430 full version tells you that a struct ...
768
michelqv
Oct 4, 2002 1:03 pm
Hi Jens, It may be too late for you, since you say you have the full version of the IAR tools, but most people say our tools are easier to get acquainted with...
769
aekalman
Oct 5, 2002 5:09 am
Hi All. I'm having problems running a trial version of AQ430 v2.0.2.8 on XP Pro ... I get this error: Building Project : [ex1lite.qpj] Compiling...
770
aekalman
Oct 5, 2002 5:11 am
... that holds ... struct ... Obvious question, but ... do your header files have include guards? Regards, Andrew...
771
aekalman
Oct 6, 2002 1:32 am
... This happens when cstart.asm is not the first file listed in the Project Window, and the machine's PATH environment variable does not include a path to the...
772
aekalman
Oct 6, 2002 1:34 am
Just a quick note: I've found that on two different PCs, my LPT ports had to be set in the BIOS to ECP mode for the Flash Emulation Tool to work. The FET's do...
773
Peter Grey
petertgrey
Oct 6, 2002 4:07 am
I have programmed a target board using the FET110. All is OK. On my target board I have the TEST pin left unconnected. The board works well but I read that it...
774
aekalman
Oct 6, 2002 7:34 am
Hi All. Just a quick note to let everyone know that with the v3.0.9 release, Salvo for TI's MSP430 now supports the following Development Tools: ImageCraft...
775
michelqv
Oct 7, 2002 1:50 am
As a matter of fact, yes! I will add an option in the next release of the tools to automatically add the AQ430 directory to the path, in the user's...
776
omesa
oklose
Oct 8, 2002 5:24 am
Hi People on the list I want to measure a 12 V pulse with the MSP430 direct. A simple way by other Controllers like PIC's is to take only a resistor which...
777
chowkamfai
Oct 8, 2002 8:48 am
Hi, I 'm using MSP430F449 which has a build-in 12 bits ADC. I use the internal ref voltage (2.5V) as V+ and AVSS as V-. I measured a 1.4V DC from a battery and...
778
Forstner, Peter
a0739832
Oct 8, 2002 11:35 am
Siegmar, Look in the data sheet under "absolute maximum ratings": Diode current at any device terminal +/- 2mA The "+/-" tells you that there are clamping...
779
apptech
apptech@...
Oct 8, 2002 12:26 pm
... A better solution is to supply the input voltage via a resistor and clamp the pin to ground with an a zener diode slightly less than Vdd (eg 4v7 when using...
780
CP
CP8071
Oct 8, 2002 2:10 pm
Here's another reason it's a bad idea to use input clamp diodes as part of the "design". If you're using a linier voltage regulator then the extra current...
781
Hugh Molesworth
nzbackpackers
Oct 9, 2002 12:04 am
Four points you might consider: 1. You don't mention what you're doing with adjacent channels. If you're scanning multiple channels remember to leave a...