Page 1 of 1
PIC16F887 EEPROM Write/Read Macro problem
Posted: Sat Sep 08, 2012 9:17 pm
by Speedy2k
I don`t know if it is me, but i don't seems to be able to read and write data to the eeprom of this chip from the components macro. I have added an EEPROM it as autodetected at 256 that is ok, But when writing value to it and rading it back, it doesn't seems to work. IS there anythin special to do ?
Re: PIC16F887 EEPROM Write/Read Macro problem
Posted: Sat Sep 08, 2012 9:44 pm
by Jordy101091
I dont know what type of value you are trying to put into the eeprom but can get over 256
Give me some information of what you are trying to do.
Regards Jordy
Re: PIC16F887 EEPROM Write/Read Macro problem
Posted: Sat Sep 08, 2012 9:45 pm
by Speedy2k
Basically i just try to put a fixed value of 127 in location 1
and when i start the program, i try to read location 1 put it into a variable and write it on lcd.
But even if i read the chip with my programmer, the value isn't written.
Re: PIC16F887 EEPROM Write/Read Macro problem
Posted: Sat Sep 08, 2012 10:30 pm
by Speedy2k
Sorry i got the error! it was a compiling problem !! Everything work fine now!! Thanx a lot!
Re: PIC16F887 EEPROM Write/Read Macro problem
Posted: Sat Sep 08, 2012 10:35 pm
by Jordy101091
Oke great you got it solved