Question
Fill value in auto checksum (CRC) calculation
Posted on August 29, 2016 at 20:46
Hi all,
In the they instruct to fill unused ROM with 0xFF, is is arbitrary or is there some logic to it? The reason I ask is that if I fill it with 0x00 (as the erase flash value is) I don't have to waste time programming empty space in bootloader update. I leave the ROM range at max in theIELFTOOL tool (and bootloader crc verification function) because I have no idea how large the application might be in the future.
Thanks #ielftool-checksum-stm32 #crc