2019-05-16 04:31 AM
I have post-build step that alters final .hex file (put some metadata inside) but script is called before .hex file s created.
2019-05-24 12:50 PM
Yes, i have the same problem too. This bug prevents me using the CubeIDE
2019-05-27 03:03 AM
This also happened in my case. So, my workaround is to run a script (batch file in my case) in post-build to generate hex from elf by myself (by using objcopy.exe provided by STM32CubeIDE) and then deal with this hex (generating checksum in my case). Please refer to my checksum.bat in the following link:
https://github.com/ethanhuanginst/STM32CubeIDE-Workshop-2019/tree/master/hands-on/06_F746-DISCO-CRC
2019-05-27 07:48 PM
Hi Ethan,
yes i found this solution too as workaround. I hope this will be fixed in further releases
Steffen
2019-06-07 04:28 AM
Dear ST developers,
Please fix this issue, because it is really annoying.
Thanks in advance!
2020-09-30 03:59 AM
Same issue here. What we really need is a post post build step I guess...
2020-10-02 02:05 AM
What version of STM32CubeIDE are you using?
2020-10-02 04:44 AM
Version: 1.0.1
Build: 3139_20190612-1256 (UTC)
2020-10-02 04:48 AM
This issue is fixed in later versions. You can download the latest version of CubeIDE here.
Let me know if you're still facing any problems in the newer release!
2020-10-02 05:02 AM
OK thanks. So far we've been horribly afraid of updating, but this is a good reason to finally give it a try.