STM32CubeIDE: output (bin) file name depending on preprocessor define?
Bonjour,
I'm currently prototyping with a H735-DK and a H723-Nucleo.
From pinout to functionality I have "separated" the differences with preprocessor declarations, so that's working.
Right now I get the same *.bin file name and have to rename it manually.
Now I would like to improve the workflow even more, so that STM32CubeIDE somehow detects that definition (or I add / change it in the project properties) and names the output files accordingly.
Is that possible?
If yes, how?
Thanks in advance!