:D
Thanks bibibo,
I solved it using my original way of writing and reading to the internal EEPROM by just getting rid of references to the eram variable V and substituting B for the V. i.e. Writeeeprom B,1 etc instead of Writeeeprom V,1.
I was mixing up the two methods which got me into this situation.
This EEPROM will only be written and read from a small number of times as I am aware of the limited life of the write/read cycles of EEPROM's
↧