cancel
Showing results for 
Search instead for 
Did you mean: 

use EEPROM of STM32

ludovic-micou2
Associate III
Posted on May 18, 2010 at 11:32

use EEPROM of STM32

#eeprom-flash-emulation
3 REPLIES 3
chikos332
Associate II
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.

hadi
Associate II
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 !

x893
Associate II
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/