STM32H743 with STM32CubeIDE automatically save CRC at memory location during build
In previous development project we were able to place several variables with a magic number and checksum of the application at the end of the interrupt vector table that the bootloader could use to check if a valid application existed.
Since the STM32CubeIDE generates the startup code this is not possible. Is anyone aware of a way for the STM32CubeIDE to place values such as the CRC into flash memory automatically during the build process??
