Page 1 of 1

Eeprom fails to work correctly

Posted: Fri Jul 29, 2016 12:44 am
by Zane
Hi,

I am using a PIC18F26K80 and the the eeprom fails to work correctly, it works fine in simulation. The program adds some initial values to the eeprom and then tries to read them back and display them. However only zeros are displayed. I have tried this with a PIC16F88 and it works ok.

Re: Eeprom fails to work correctly

Posted: Fri Jul 29, 2016 7:53 am
by medelec35
Hi Zane,
Have you applied the fix posted here?
When applying fixes, if flowcode is open then you must select Reload before compiling otherwise the fix just applied won't work.

Martin

Re: Eeprom fails to work correctly

Posted: Fri Jul 29, 2016 9:22 am
by Zane
Hi Martin,

Thanks for pointing this fix out, most appreciated.

Cheers

Zane