Skip to main content
Zephyr S
Associate II
June 11, 2020
Question

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.

  • June 11, 2020
  • 2 replies
  • 970 views

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 :)

This topic has been closed for replies.

2 replies

TDK
Super User
June 11, 2020

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
Zephyr SAuthor
Associate II
June 11, 2020

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.