lacint 0 Posted June 29, 2020 Share Posted June 29, 2020 Hello, I have some problems with Energia. Error message is like follows. Energia: 1.8.11E23 (Windows 10), Board: "MSP-EXP430F5529LP" Sketch uses 23288 bytes (48%) of program storage space. Maximum is 48128 bytes. Global variables use 684 bytes (8%) of dynamic memory, leaving 7508 bytes for local variables. Maximum is 8192 bytes. java.io.IOException: Cannot run program "{runtime.tools.dslite-9.2.0.1793-e1.path}/DebugServer/bin/DSLite": CreateProcess error=2, Sistem belirtilen dosyayı bulamıyor at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) 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, Sistem belirtilen dosyayı bulamıyor at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.(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. I'm using PGA460 Energia Library and Code Example (Version 1.0.9) (Rev. I) code, I didn't change anything. It is compiling but when I connected MSP430F5529 with my computer, and uploaded to MSP430F5529 , Energia gave the error. How can I correct? Quote Link to post Share on other sites
STIFLER 0 Posted September 26, 2020 Share Posted September 26, 2020 I had the same exact problem. Fixed by updating the default Energia MSP library to the latest version. Quote Link to post Share on other sites
katie4gold 0 Posted November 11, 2020 Share Posted November 11, 2020 I am having the same issue and have not been able to resolve it. I have 1.0.6 installed for my MSP430FR5994, should I have a different version? Quote Link to post Share on other sites
LenReinhart 0 Posted January 11 Share Posted January 11 I had the same problem and installed the previous version: 1.8.7E21, works fine now. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.