cancel
Showing results for 
Search instead for 
Did you mean: 

Just getting started with CubeIDE and am working with an existing project, but having an issue with flashing the code to the target.

BBick.1
Associate II

Ubuntu Linux 20.04 and error is Program file does not exist. /home/burtbicksler/ExtraDrive/STM32CubeID/workspace_1.4.0/FD-JUL-MB/Debug\FD-JUL-MB.elf not found

The elf file DOES exist but it looks like the IDE is putting a backslash after the Debug directory and I suspect that may be the culprit. Is this a known problem under Linux, and/or is there any work around?

Is there another tool I can use to Flash the code to the board under Linux?

Thanks,

1 REPLY 1
TDK
Guru

Edit your run/debug configuration so it includes forward slash instead of backslash.

0693W000003OZb2QAG.png

You can also flash it with STM32CubeProgrammer.

If you feel a post has answered your question, please click "Accept as Solution".