INTERNAL EEPROM

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
Genilsonsa
Posts: 150
Joined: Mon Oct 15, 2012 5:19 pm
Has thanked: 12 times
Been thanked: 18 times
Contact:

INTERNAL EEPROM

Post by Genilsonsa »

hello to everyone I would like to use the internal Eeprom of the chip with flowcode 6, I write very well at address 0 with the value 10, but when I restart the Chip I always read it starting at 0. Can someone please help me ?? I remember having already done a project with Flowcode 5 using the internal memory and it worked very well.
Attachments
EEPROM.fcfx
(9.53 KiB) Downloaded 279 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: INTERNAL EEPROM

Post by Benj »

Hello,

The EEPROM component initialiser property sets the initial value of address 0 to 0. Your EEVal count value is also initialised to 0.

Hope this helps.

User avatar
AbhijitR
Posts: 298
Joined: Fri Nov 07, 2014 12:48 pm
Location: Pune, India
Has thanked: 279 times
Been thanked: 78 times
Contact:

Re: INTERNAL EEPROM

Post by AbhijitR »

Hello!

In my opinion you should delete the existing data (0,1,0x2,0x03,'A','b',"Hello") from the EEPROM-->Properties-->Initial Values.
And I notice you read "dado" and also display the same on the screen on second line, I think if you want to see the last value saved in the EEPROM then instead of "dado" you should call "EEVal" and show the same.

I hope I understood your point.

Abhi

Genilsonsa
Posts: 150
Joined: Mon Oct 15, 2012 5:19 pm
Has thanked: 12 times
Been thanked: 18 times
Contact:

Re: INTERNAL EEPROM

Post by Genilsonsa »

Resolved, AbhijitR and Benj thanks for helping me. Thankful and no more.

Post Reply