mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
The lpc176x internal rom checks that the first 8 words of the flash sum to zero. Many flash writing tools for the lpc176x will automatically add the appropriate checksum. However, it can be useful to build the checksum locally so that the image supports direct flash writing. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>