Arduino IDE not programming Black STM32F407VG

Development environment specific, Arduino, Eclipse, VS2013, Em::Blocks etc
Post Reply
narendra.desilva
Posts: 9
Joined: Tue Dec 10, 2024 12:33 am

Arduino IDE not programming Black STM32F407VG

Post by narendra.desilva »

I am trying to program Black STM32F407VG using Arduino IDE. I am using STM32duino downloaded from Git Hub. IDE fail to program the Board with the error messages as

Warning: Board STMicroelectronics:stm32:STeaMi doesn't define a 'build.board' preference. Auto-set to: STM32_STEAMI
Sketch uses 13248 bytes (1%) of program storage space. Maximum is 1048576 bytes.
Global variables use 1216 bytes (0%) of dynamic memory, leaving 129856 bytes for local variables. Maximum is 131072 bytes.
java.io.IOException: Cannot run program "{busybox}": 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.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:2061)
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


However, when I download the ,bin file using the CubeProgrammer it works fine. Can somebody help me to integrate Arduino IDE with the cube programmer as it is really cumbersome to move from one software to another in doing programming.

Thanks
fpiSTM
Posts: 1944
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 108
Location: Le Mans
Contact:

Re: Arduino IDE not programming Black STM32F407VG

Post by fpiSTM »

Use the Arduino IDE 2.
narendra.desilva
Posts: 9
Joined: Tue Dec 10, 2024 12:33 am

Re: Arduino IDE not programming Black STM32F407VG

Post by narendra.desilva »

Hi
I sorted out this issue.
Once Arduino IDE is updated the problem was solved.

Thanks
Post Reply

Return to “IDE's”