Skip to main content
ludovic-micou2
Associate II
May 18, 2010
Question

use EEPROM of STM32

  • May 18, 2010
  • 3 replies
  • 1179 views
Posted on May 18, 2010 at 11:32

use EEPROM of STM32

#eeprom-flash-emulation
This topic has been closed for replies.

3 replies

chikos332
Visitor II
May 17, 2011
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.0

http://www.st.com/stonline/products/support/micro/files/stm32f10x_stdperiph_lib.zip

or find the extracted driver attached.

x893
Associate
May 17, 2011
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

http://akb77.com/g/mcu/maple-eeprom-emulation-library/

hadi
Associate
May 17, 2011
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 !