cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, I get a problem debugging my program and I don't know how I can resolve it as my parameters seems good. I am using a NUCLEO32-L432KC with STM32CubeIDE.

Zephyr S
Associate II

My problem is that when I want to debug my firmware, i get a message saying " 'Launching <MyProgram> Debug' has encountered a problem. Failed to execute MI command : <C://____/MyProgram.binary: No such file or directory."

That is true I have not a .binary, but in the properties I checked "Convert to biary file(-O binary)".

I'd really appreciate your help.

Thank you 🙂

2 REPLIES 2
TDK
Guru

Typically binary files has the extension "bin," not "binary".

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

I get a .bin, but when I used Atollic TrueStudio instead of CubeIDE (on another computer I have not anymore) I got a .binary.

The fact is that CubeIDE want me to get a .binary...

I tried to change some parameters. It is on a .elf by default in my "debug configurations", and I tried to use the .bin but it doesn't change anything.

NB : I can't install TrueStudio on the computer I am currently using. I have to do with CubeIDE.