PIC16F887 EEPROM Write/Read Macro problem

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
Speedy2k
Posts: 91
Joined: Mon Aug 06, 2012 5:04 am
Has thanked: 2 times

PIC16F887 EEPROM Write/Read Macro problem

Post 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 ?

User avatar
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

Post 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
the will to learn, should not be stopped by any price

Speedy2k
Posts: 91
Joined: Mon Aug 06, 2012 5:04 am
Has thanked: 2 times

Re: PIC16F887 EEPROM Write/Read Macro problem

Post 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.

Speedy2k
Posts: 91
Joined: Mon Aug 06, 2012 5:04 am
Has thanked: 2 times

Re: PIC16F887 EEPROM Write/Read Macro problem

Post by Speedy2k »

Sorry i got the error! it was a compiling problem !! Everything work fine now!! Thanx a lot!

User avatar
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

Post by Jordy101091 »

Oke great you got it solved
the will to learn, should not be stopped by any price

Post Reply