I'm getting a PIC32MX project ready for programming at the fab house and I was hoping to send a checksum along with the .hex file for them to be able to verify the .hex at their end.
If I compile the program in a debug configuration MPLAB 8.92 shows the usual checksum once complete, If I select release configuration the checksum shows only 0x0000.
Is there a way to force MPLAB to show me the checksum? Alternatively is there any program I can download and run my hex through for the checksum?
nodee