Hello,

as seen in the PBP-manual, there is a problem with interrupts while eeprom-writes, but there are no problems while any READ-statement.

We have big problems here, and I thing, they are from interrupts while accessing the internal eeprom.
Is there any problem known ?

I always used:
GIE=0:Write EE_Adr,Dummy:GIE=1
to turn off any interrupts inside the routine...