2022-10-11 03:12 AM
I whish to make a main application for use with a custom bootloader.
The main application should be compiled to a hex file with all empty space above the app, filled with 0xFF and with some of the last bytes containing a checksum of the app image.
I found how to generate a hex here:
But I haven't found how fill remaining space and make the checksum.
In MPLAB it is done like shown here:
So how do I do this in CubeIDE?
2022-10-18 01:50 AM
Hello,
perhaps this link could be useful to create a postbuild CRC in STM32CubeIDE :
https://st.force.com/community/s/article/CRC-computation-in-STM32-MCUs-and-post-build-creation
BR
Chloé