S
Spehro Pefhany
Since the first load commands are right at the beginning of my program
and the write subroutiene is at the end could this cause any problem
with passing the accross to the other variables. My code is about 1800
lines, and this is all I can think of, however I dont know a solution -
I'm hoping somone here might and can help me here.
Thanks
Ed
It's really unlikely that anyone is going to take the time to debug
your program (and you have not really supplied much of it), but check
that your banks are set correctly, that you disable interrupts as
recommended, and that you wait for the write to finish before
attempting to read. I've had no trouble using the EEPROM just by
following the data sheet; I can't think of anything special..
Best regards,
Spehro Pefhany