FredG 0 Posted February 22, 2017 Share Posted February 22, 2017 Hi I get: Sketch uses 69,796 bytes (53%) of program storage space. Maximum is 131,072 bytes. java.lang.NullPointerException at cc.arduino.packages.uploaders.SerialUploader.uploadUsingProgrammer(SerialUploader.java:316) at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:91) at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78) at processing.app.Sketch.upload(Sketch.java:1187) at processing.app.Sketch.exportApplet(Sketch.java:1160) at processing.app.Sketch.exportApplet(Sketch.java:1132) at processing.app.Editor$DefaultExportAppHandler.run(Editor.java:2507) at java.lang.Thread.run(Unknown Source) When trying to upload a sketch, both for a CC13xx EasyLinkRx and the QuickStartWifi sketch. Any suggestion is appreciated. Windows10 64bit. Quote Link to post Share on other sites
FredG 0 Posted February 22, 2017 Author Share Posted February 22, 2017 Hi, issue solved. I did a java update and now it runs Quote Link to post Share on other sites
energia 485 Posted February 23, 2017 Share Posted February 23, 2017 Did you perhaps select "Upload using programmer" from the Sketch menu? That is the only way I am able to reproduce it. "Upload using programmer" is not used in Energia. You should either click the upload button or select Upload from the Sketch menu. 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.