How to add firmware version in binary image file and validate the version in bootloader.
Hi,
I am creating an application where firmware version will be verified before flashing in the MCU flash using custom bootloader.
Would like to understand, do we have any feature in STM32CubeIDE to append a header/ some dedicated data at the end of binary image while generating the .bin file for firmware.
If not, can you please suggest some method to append firmware version in binary image, which can then be verified by bootloader before flashing the image in application area.
