Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

T.I. MSP430 load error

Status
Not open for further replies.

JohnHorse

Newbie
Joined
May 1, 2022
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
30
Hi, I'm using the Energia IDE with a MSP-EXP430G2ET development board with the M430G2553 chip in the board. The error message looks like there is a problem with Java, so I did an uninstall/reinstall to no avail. I searched for "IO Exceptions" and couldn't find anything helpful. Thanks for your help!
 

Hi, I'm using the Energia IDE with a MSP-EXP430G2ET development board with the M430G2553 chip in the board. The error message looks like there is a problem with Java, so I did an uninstall/reinstall to no avail. I searched for "IO Exceptions" and couldn't find anything helpful. Thanks for your help!
at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26)

at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:129)

at cc.arduino.packages.uploaders.SerialUploader.runCommand(SerialUploader.java:383)

at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:197)

at cc.arduino.UploaderUtils.upload(UploaderUtils.java:77)

at processing.app.SketchController.upload(SketchController.java:732)

at processing.app.SketchController.exportApplet(SketchController.java:703)

at processing.app.Editor$UploadHandler.run(Editor.java:2075)

at java.lang.Thread.run(Thread.java:748)

Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified

at java.lang.ProcessImpl.create(Native Method)

at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)

at java.lang.ProcessImpl.start(ProcessImpl.java:137)

at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)

... 9 more

An error occurred while uploading the sketch



This report would have more information with

"Show verbose output during compilation"

option enabled in File -> Preferences.

Thanks Klaus, I guess that would help,LOL. Thank you for your help!
 

Hello!
Did you try it without energia (i.e. with the regular MSP430 IE CodeComposer?).
Dora.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top