2020-06-11 04:44 AM
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 :)
2020-06-11 05:09 AM
Typically binary files has the extension "bin," not "binary".
2020-06-11 06:01 AM
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.