
HeKe
-
Content Count
8 -
Joined
-
Last visited
Posts posted by HeKe
-
-
Thank you guy for your replies. Now I still have the problem that I have no useable CCS Version on my PC, because the installer is breaking down all the time, independent from the CCS Version! I get no error or warnings, only this log file...
Greetings Henrik
-
-
Hello,
after hours of trying I haven't installed the Code Composer Studio 5.3, yet. The Installer breaks down when it reaches this point:
- successfully unzipped eclipserepo.zip
- percent now 2
I have a Windows 7 Professional 64 bit system and my harddrive is divided into three partitions...
Thank you for your help.
Greetings HeKe
-
Thanks for your answers, but the problem still exists.
The ADC with each single channels works fine, but when I want to switch in loop from channel 1 to 2 to 1 to 2...
channel 2 has always the value of channel 1! :cry:
void loop() {
ADC10CTL1 = INCH_1+CONSEQ_0; // input A1
ADC10CTL0 |= ENC + ADC10SC; // Sampling and conversion start
U = ADC10MEM * 0.003515625;
delayMilliseconds(800);
ADC10CTL1 = INCH_2+CONSEQ_0; // input A2
ADC10CTL0 |= ENC + ADC10SC; // Sampling and conversion start
I = ADC10MEM * 3.515625; }
Greetings
HeKe
-
Hi together,
with my MSP430G2553 at a MSP430 Launchpad I managed it, to do some ADC of ONE voltage.
What I have to do, if I want to messure TWO different voltages at the "same time"?
I copied the code for ONE voltage and set it in line after changing the channel, but it doesn't work.
I hope somebody could understand my problem :?
Thanks
Greetings
HeKe
-
Thanks for reply,
i have upgraded my CCS to version 5.1 and now everything is running perfectly.
Greetings
HeKe
-
Hello,
I'm new in programming microcontroller and have bought a MSPLaunchpad430G2 Emulation Board with a M430G2553 in socket.
My Problem is the following error message in CCS4 after copying a successful, (easy) LCD Projekt for a new LCD Projekt combined with ADC:
MSP430: Trouble Writing Memory Block at 0xc000 on Page 0 of Length 0x1b1c: This operation is not supported by this driver
Cannot write to target
The Project is build successfully but the flashing process doesn't work.
I checked the Build C/C+ Configuration, the Header and Linker files, the target configuration,...
Has somebody an idea for solving this problem? Thanks
Greetings
HeKe
Trouble Installing CCS 5.3
in Compilers and IDEs
Posted
Hello together,
I get the problem solved with this three-steps instruction from the TI-Forum :thumbup:
1. set TMP and TEMP variables from control panel to a writable directory that already exists and that you know doesn't have any junctions or links in the path.
2. Clean out the install directory completely (a delete will do)
3. Use CCS5.4.0 beta
Greetings
HeKe