Skip to main content
kemal
Associate III
April 10, 2015
Question

eeprom emulation stm32

  • April 10, 2015
  • 4 replies
  • 860 views
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.
    This topic has been closed for replies.

    4 replies

    Tesla DeLorean
    Guru
    April 10, 2015
    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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
    kemal
    kemalAuthor
    Associate III
    April 10, 2015
    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
    kemalAuthor
    Associate III
    April 14, 2015
    Posted on April 14, 2015 at 07:24

    kemal
    kemalAuthor
    Associate III
    April 14, 2015
    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);  }