I am running Windows 7 64-bit.
I just purchased the controlSTICK for evaluating. I went through the C2000 Microcontrollers booklet to try to run the first example project. I ran the BlinkingLED project. I could debug, run, and halt the program. When it came time to terminate the debugger, I got the following message box:
"
Java(TM) 2 Platform Standard Edition binary has stopped working
A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
"
When I then click on the "Close Program" button, the following dialog appears:
"
Eclipse
---------------------------
JVM terminated. Exit code=255
C:\Program Files (x86)\Texas Instruments\ccsv4\eclipse\jre\bin\javaw.exe
-Xms40m
-Xmx256m
-XX:MaxPermSize=96m
-DXPCOM.RUNTIME=C:\Program Files (x86)\Texas Instruments\ccsv4\DebugServer\win32
-Dxpcom.bridge.executeOnDedicatedThread=yes
-Dorg.eclipse.swt.browser.XULRunnerPath=C:\Program Files (x86)\Texas Instruments\ccsv4\DebugServer\win32
-Dosgi.instance.area.default=file:/C:/Users/Tatge/Documents/workspace/
-jar C:\Program Files (x86)\Texas Instruments\ccsv4\eclipse\startup.jar
-os win32
-ws win32
-arch x86
-launcher C:\Program Files (x86)\Texas Instruments\ccsv4\eclipse\eclipse.exe
-name Eclipse
-showsplash 600
-exitdata dd0_cc
-vm C:\Program Files (x86)\Texas Instruments\ccsv4\eclipse\jre\bin\javaw.exe
-vmargs
-Xms40m
-Xmx256m
-XX:MaxPermSize=96m
-DXPCOM.RUNTIME=C:\Program Files (x86)\Texas Instruments\ccsv4\DebugServer\win32
-Dxpcom.bridge.executeOnDedicatedThread=yes
-Dorg.eclipse.swt.browser.XULRunnerPath=C:\Program Files (x86)\Texas Instruments\ccsv4\DebugServer\win32
-Dosgi.instance.area.default=file:/C:/Users/Tatge/Documents/workspace/
-jar C:\Program Files (x86)\Texas Instruments\ccsv4\eclipse\startup.jar
---------------------------
"