Is there a recommended way to calculate a checksum with a small code memory footprint on the AM1808? Can I get the MAC to take the CRC-32 of arbitrary data?
I'm trying to add a sanity check / check sum for our firmware loader. The loader executes from EEPROM, so I don't have a whole lot of room. It doesn't need to be a cryptographically strong check, I am just looking to make sure that the new firmware survived transport.
Thanks!
- Eric