STM32Cube v5.0 overwrites post-build steps when generating TrueSTUDIO project files
I just tried updating from 4.25.1 and every time I generate code my post-build steps are overwritten by 'arm-atollic-eabi-objcopy.exe -O ihex "${BuildArtifactFileBaseName}.elf" "${BuildArtifactFileBaseName}.hex".
I tried with v. 4.27.0 and it's the same behavior, and searching the forum I noticed this post: https://community.st.com/s/question/0D50X00009XkWCCSA3/stm32cubemx-4260-break-linux-atollic-900-project which seems to indicate this has been a problem (feature??) since 4.26.0.
How do I stop CubeMX from clobering my settings? Or can I add another post-build step?