Question
Application image integrity on stm32h7 flash
Hi,
I am using stm32h745. I want to check the integrity of flash by checking crc checksum of the code in flash by storing the crc to last 4 bytes of flash. During image integrity check the calculated crc and stored crc need to compare. For this how should I set build settings in properties of STM32CubeIDE??? Could someone please help with this
