EEPROM component improvement

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

Moderator: Benj

Post Reply
User avatar
CamargoF
Posts: 36
Joined: Thu Aug 02, 2018 8:16 pm
Location: Sao Paulo, SP - Brazil
Has thanked: 6 times
Been thanked: 7 times
Contact:

EEPROM component improvement

Post by CamargoF »

I would like to proposed an improvement on EEPROM module where the initialization should be done on multiple lines with 3 columns:
  • The first column is optional, for an alias label that could be used later on programming.
  • The second column is the EEPROM address, always considering the first EEPROM address as 0x0000.
  • The third column is the data to be stored in EEPROM, with the same syntax of current initial values.
If it is not possible do be done on short time, at least provide a C code template to allow the EEPROM initialization on program.

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Re: EEPROM component improvement

Post by kersing »

If it is not possible do be done on short time, at least provide a C code template to allow the EEPROM initialization on program
Initialisation is already available in the "Initial values" property. You can enter values starting at the first eeprom byte. Check the bottom of this manual page for syntax.
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

Post Reply