Hi all,
I seem to have trouble reading & writing to PIC16f690 eeprom using Eread & Ewrite statements.
Have been using these statements successfully with other PIC's i.e 12f675,16f676 etc.
Does anyone know why this is happening? I desperately need a sulotion as I need to complete a urgent project a.s.a.p. Your help will be greatly appreciated.
Here's a snippet of the way I use it.
Dim Mintemp as word
Dim Maxtemp as word
.
.
.
Mintemp = Eread 0
Maxtemp = Eread 2
.
.
.
Ewrite 0, [Mintemp]
Ewrite 2, [Maxtemp]
The moment I include these read/write functions into my code, the whole program somehow becomes corrupt.
Regards
Deryck
Hi, its great to see you visiting our forum. Why not try Proton Compiler for FREE?
Download the FREE version of Proton Compiler, Its called Amicus18 and its available from HERE
Already using proton Compiler??? Get rid of these pesky messages... get LICENSED USER STATUS


Reply With Quote
