cancel
Showing results for 
Search instead for 
Did you mean: 

eeprom emulation stm32

kemal
Associate II
Posted on April 10, 2015 at 20:09

 

 

The original post was too long to process during our migration. Please click on the attachment to read the original post.
4 REPLIES 4
Posted on April 10, 2015 at 22:28

Write it as two 16-bit words to consecutive addresses?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
kemal
Associate II
Posted on April 11, 2015 at 00:12

              hi clive

     

yes

pages

16 bits

Writing

      I

understand

completely

     Could you give

me examples

    

u16

counter1

:

    

u16

counter2

:

    How do I write

and

I read

these variables

?

          

thanks

kemal
Associate II
Posted on April 14, 2015 at 07:24

kemal
Associate II
Posted on April 14, 2015 at 07:29

  hiclive   How to read these values    /* Store 1000 values of Variable1 in EEPROM */  for (VarValue = 0; VarValue < 1000; VarValue++)  {  EE_WriteVariable(VirtAddVarTab[0], VarValue);  }