Post build arm-none-eabi-objcopy --gap-fill=0xff in STM32CubeIDE
Hello,
I'm using the IDE project properties "MCU Post build outputs" section to enable bin file generation.

The default behavior though is filling non used gaps in output bin with 0x00, Is it possible to override the "arm-none-eabi-objcopy" with "--gap-fill=0xff" to change default behavior? I couldn't find any place to override this in project properties inside the IDE itself... only run it via post build steps manually and disable the "output bin generation" checkbox above.
Thank you.
