Page 1 of 1

INTERNAL EEPROM

Posted: Thu Mar 19, 2020 10:08 pm
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.

Re: INTERNAL EEPROM

Posted: Fri Mar 20, 2020 12:00 pm
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.

Re: INTERNAL EEPROM

Posted: Fri Mar 20, 2020 12:20 pm
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

Re: INTERNAL EEPROM

Posted: Fri Mar 20, 2020 10:16 pm
by Genilsonsa
Resolved, AbhijitR and Benj thanks for helping me. Thankful and no more.