2015-04-10 11:09 AM
2015-04-10 01:28 PM
Write it as two 16-bit words to consecutive addresses?
2015-04-10 03:12 PM
hi clive
yes
pages
16 bits
Writing
Iunderstand
completely
Could you giveme examples
u16
counter1
:u16
counter2
:
How do I writeand
I read
these variables
?
thanks
2015-04-13 10:24 PM
2015-04-13 10:29 PM
hiclive How to read these values /* Store 1000 values of Variable1 in EEPROM */ for (VarValue = 0; VarValue < 1000; VarValue++) { EE_WriteVariable(VirtAddVarTab[0], VarValue); }