Content originally posted in LPCWare by lpcxpresso-support on Wed Apr 09 23:40:00 MST 2014
The Tools take care of the checksum (location 0x1c) for you and update your image with the correct checksum. (Check the memory at location 0x1c to confirm for yourself).
[list]
[*]When debugging, the debugger automatically calculates and writes the checksum into the image while it is programming the flash
[*]For *binary* images, we provide a checksum utility that calculates the checksum and writes the correct value into the binary image.
[*]The standalone FlashMagic application will perform a similar operation for you.
[/list]
HTH