Quote Originally Posted by Elnino View Post
... can you be a little more specific on how the DEFINE WRITE_INT works?
With DEFINE WRITE_INT 1, PBP will automatically disable global interrupts during those 4 critical instructions of a WRITE command, then turns them back on during the actual hardware Write to EEPROM.

That way the WRITE is protected from failure due to interrupts, and interrupts can still happen during a WRITE.

Since you have PBP 2.50, that's your best way to go.
<br>