Hi.
I have installed all according to instructions and it want to call: C:/Program Files (x86)/Infineon/Memtool 4.6//imtmemtool.exe"
This directory nor exe file does not exist.
How can I resolve this?
Best Regards
Wiken
In Arduino 1.8.0 IDE i get this response:
Arduino: 1.8.0 (Windows 7), Board: "ShieldBuddyTC275"
WARNING: Category '' in library SDex is not valid. Setting to 'Uncategorized'
java.io.IOException: Cannot run program "C:/Program Files (x86)/Infineon/Memtool 4.6//imtmemtool.exe": CreateProcess error=2, The system cannot find the file specified
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.uploadUsingPreferences(SerialUploader.java:207)
at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78)
at processing.app.SketchController.upload(SketchController.java:709)
at processing.app.SketchController.exportApplet(SketchController.java:682)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2190)
at java.lang.Thread.run(Thread.java:745)
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)
... 8 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.