eeprom emulation stm32
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-04-10 11:09 AM
The original post was too long to process during our migration. Please click on the attachment to read the original post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-04-10 1:28 PM
Write it as two 16-bit words to consecutive addresses?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-04-10 3: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-04-13 10:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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); }
