I ditched the idea of a CRC32 check on my application image on my bootloader, and switched to a checksum. I'm using hexmate to calculate the checksum from 0x1D006004 to 0x1D01FC00, and sticking it at 0x1D006000. Here's the post build command to do that: C..
↧