Maker Pro
Maker Pro

How to synchronize the checksum in Maxloader(Promax 8G ) and MPLAB v.8.76(ICD 2) ?

Hi...I programmed a PIC12F508 using both MPLAB & Maxloader..The checksum value that I get in MPLAB is (0xae15) and the checksum in Promax is (DBC8).

I understand that (CORRECT ME IF IM WRONG) , this is because MPlab use 12-bit buffer while Maxloader use either 8-bit or 16-bit buffer to calculate checksum..Beside that, both MPLAB & MAXLOADER outputs different CS format.

With this in mind, how can I synchronize the checksum in both MPlab & Maxloader...I want to get the same checksum when I program any PIC chips in both MPlab & Maxloader.
And also how do I change the output CS format in both Mplab & maxloader ?
 
Top