2024-09-02 08:39 AM
Hi folks,
I have a Projekt on an STM32G431CBU. The programm runs without erros in DEBUG mode as well as in RELEASE Mode, when I flash it from the CubeIDE. For me this means the binaries are OK.
But if I want to flash the ELF-Files to the MCU with Cube Programmer I get an error message, saying that "xxxxx.ELF" is not a valid ELF file?!
I am using CubeIDE Version: 1.14.0
and Cube Programmer 2.14.0
Has anyone experienced similar issues and maybe a solution for me?
Thanks and have a good one!
Chris
Solved! Go to Solution.
2024-09-02 08:58 AM
Try the latest version of CubeProgrammer 2.17.0
2024-09-02 08:54 AM - edited 2024-09-02 09:05 AM
What do tools like objdump or objcopy report for this .ELF file?
Isn't there a much newer version of Cube Programmer? Check release notes if issues related to this were addressed.
2024-09-02 08:58 AM
Try the latest version of CubeProgrammer 2.17.0
2024-09-02 10:37 AM
upgrading to 2.17 solved the issue