PIC16F887 EEPROM Write/Read Macro problem
Moderator: Benj
PIC16F887 EEPROM Write/Read Macro problem
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 ?
- Jordy101091
- Posts: 519
- Joined: Sat Jan 08, 2011 4:02 pm
- Location: The Netherlands
- Has thanked: 25 times
- Been thanked: 188 times
- Contact:
Re: PIC16F887 EEPROM Write/Read Macro problem
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
Give me some information of what you are trying to do.
Regards Jordy
the will to learn, should not be stopped by any price
Re: PIC16F887 EEPROM Write/Read Macro problem
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.
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
Sorry i got the error! it was a compiling problem !! Everything work fine now!! Thanx a lot!
- Jordy101091
- Posts: 519
- Joined: Sat Jan 08, 2011 4:02 pm
- Location: The Netherlands
- Has thanked: 25 times
- Been thanked: 188 times
- Contact:
Re: PIC16F887 EEPROM Write/Read Macro problem
Oke great you got it solved
the will to learn, should not be stopped by any price