use EEPROM of STM32
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-05-18 2:32 AM
Posted on May 18, 2010 at 11:32
use EEPROM of STM32
#eeprom-flash-emulation
Labels:
- Labels:
-
EEPROM devices
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:51 AM
Posted on May 17, 2011 at 13:51
Hi ludovic,
It is normal that the example of STM32F103 doesn't work on STM32F107 board (if you mean the STM3210C-EVAL). The EEPROM is not the same at all. For the STM32F103 it is a M24C08 while for the STM32F107 it is a M24C64 and they are very different in addressing modes. To have the latest driver you should download the last version of library V3.3.0http://www.st.com/stonline/products/support/micro/files/stm32f10x_stdperiph_lib.zip
or find the extracted driver attached.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:51 AM
Posted on May 17, 2011 at 13:51
Hi friends
Have you seen any FWLib library for EEPROM emulation ? There is eeprom.c & eeprom.h but in std_periph_Lib !Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:51 AM
Posted on May 17, 2011 at 13:51
I implement AppNote from ST - EEPROM emulation for Maple platform with a little changes and you can use it with FWLib with a little changes. See more here
